Searched refs:dc390_dcb (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/ |
D | tmscsim.c | 270 static void dc390_SetXferRate( struct dc390_acb* pACB, struct dc390_dcb* pDCB ); 273 static void dc390_SRBdone( struct dc390_acb* pACB, struct dc390_dcb* pDCB, struct dc390_srb* pSRB ); 276 static void dc390_dumpinfo(struct dc390_acb* pACB, struct dc390_dcb* pDCB, struct dc390_srb* pSRB); 376 static struct dc390_dcb __inline__ *dc390_findDCB ( struct dc390_acb* pACB, u8 id, u8 lun) in dc390_findDCB() 378 struct dc390_dcb* pDCB = pACB->pLinkDCB; if (!pDCB) return NULL; in dc390_findDCB() 398 static __inline__ void dc390_Going_append (struct dc390_dcb* pDCB, struct dc390_srb* pSRB) in dc390_Going_append() 413 static __inline__ void dc390_Going_remove (struct dc390_dcb* pDCB, struct dc390_srb* pSRB) in dc390_Going_remove() 496 dc390_freetag (struct dc390_dcb* pDCB, struct dc390_srb* pSRB) in dc390_freetag() 506 dc390_StartSCSI( struct dc390_acb* pACB, struct dc390_dcb* pDCB, struct dc390_srb* pSRB ) in dc390_StartSCSI() 651 struct dc390_dcb *pDCB; in DC390_Interrupt() [all …]
|
D | tmscsim.h | 32 struct dc390_dcb *pSRBDCB; 73 struct dc390_dcb struct 75 struct dc390_dcb *pNextDCB; argument 123 struct dc390_dcb *pLinkDCB; 124 struct dc390_dcb *pLastDCB; 125 struct dc390_dcb *pDCBRunRobin; 127 struct dc390_dcb *pActiveDCB;
|