Searched refs:pSRB (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | scsiiom.c | 10 dc390_freetag (PDCB pDCB, PSRB pSRB) in dc390_freetag() argument 12 if (pSRB->TagNumber < 255) { in dc390_freetag() 13 pDCB->TagMask &= ~(1 << pSRB->TagNumber); /* free tag mask */ in dc390_freetag() 14 pSRB->TagNumber = 255; in dc390_freetag() 20 dc390_StartSCSI( PACB pACB, PDCB pDCB, PSRB pSRB ) in dc390_StartSCSI() argument 24 pSRB->ScsiPhase = SCSI_NOP0; in dc390_StartSCSI() 30 pSRB->SRBState, pSRB->SRBFlag); in dc390_StartSCSI() 31 pSRB->SRBState = SRB_READY; in dc390_StartSCSI() 48 pSRB->pcmd->cmnd[0], pDCB->SyncMode);) in dc390_StartSCSI() 57 ||*/ (pSRB->SRBFlag & AUTO_REQSENSE) ) in dc390_StartSCSI() [all …]
|
D | tmscsim.c | 436 UCHAR dc390_StartSCSI( PACB pACB, PDCB pDCB, PSRB pSRB ); 437 void dc390_DataOut_0( PACB pACB, PSRB pSRB, PUCHAR psstatus); 438 void dc390_DataIn_0( PACB pACB, PSRB pSRB, PUCHAR psstatus); 439 static void dc390_Command_0( PACB pACB, PSRB pSRB, PUCHAR psstatus); 440 static void dc390_Status_0( PACB pACB, PSRB pSRB, PUCHAR psstatus); 441 static void dc390_MsgOut_0( PACB pACB, PSRB pSRB, PUCHAR psstatus); 442 void dc390_MsgIn_0( PACB pACB, PSRB pSRB, PUCHAR psstatus); 443 static void dc390_DataOutPhase( PACB pACB, PSRB pSRB, PUCHAR psstatus); 444 static void dc390_DataInPhase( PACB pACB, PSRB pSRB, PUCHAR psstatus); 445 void dc390_CommandPhase( PACB pACB, PSRB pSRB, PUCHAR psstatus); [all …]
|
D | ini9100u.c | 190 extern int tul_abort_srb(HCS * pHCB, Scsi_Cmnd * pSRB); 196 extern int tul_reset(HCS * pHCB, Scsi_Cmnd * pSRB, unsigned char target); 221 static void i91uAppendSRBToQueue(HCS * pHCB, Scsi_Cmnd * pSRB) in i91uAppendSRBToQueue() argument 226 pSRB->next = NULL; /* Pointer to next */ in i91uAppendSRBToQueue() 229 pHCB->pSRB_head = pSRB; in i91uAppendSRBToQueue() 231 pHCB->pSRB_tail->next = pSRB; /* Pointer to next */ in i91uAppendSRBToQueue() 232 pHCB->pSRB_tail = pSRB; in i91uAppendSRBToQueue() 247 Scsi_Cmnd *pSRB; in i91uPopSRBFromQueue() local 252 if ((pSRB = pHCB->pSRB_head) != NULL) { in i91uPopSRBFromQueue() 254 pSRB->next = NULL; in i91uPopSRBFromQueue() [all …]
|
D | inia100.c | 148 static void inia100AppendSRBToQueue(ORC_HCS * pHCB, Scsi_Cmnd * pSRB) in inia100AppendSRBToQueue() argument 154 pSRB->next = NULL; /* Pointer to next */ in inia100AppendSRBToQueue() 156 pHCB->pSRB_head = pSRB; in inia100AppendSRBToQueue() 158 pHCB->pSRB_tail->next = pSRB; /* Pointer to next */ in inia100AppendSRBToQueue() 159 pHCB->pSRB_tail = pSRB; in inia100AppendSRBToQueue() 173 Scsi_Cmnd *pSRB; in inia100PopSRBFromQueue() local 176 if ((pSRB = (Scsi_Cmnd *) pHCB->pSRB_head) != NULL) { in inia100PopSRBFromQueue() 178 pSRB->next = NULL; in inia100PopSRBFromQueue() 181 return (pSRB); in inia100PopSRBFromQueue() 618 Scsi_Cmnd *pSRB; /* Pointer to SCSI request block */ in inia100SCBPost() local [all …]
|