Searched refs:dc390_dcb (Results 1 - 2 of 2) sorted by relevance
/drivers/scsi/ |
H A D | tmscsim.h | 32 struct dc390_dcb *pSRBDCB; 73 struct dc390_dcb struct 75 struct dc390_dcb *pNextDCB; 123 struct dc390_dcb *pLinkDCB; 124 struct dc390_dcb *pLastDCB; 125 struct dc390_dcb *pDCBRunRobin; 127 struct dc390_dcb *pActiveDCB;
|
H A 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) 378 struct dc390_dcb* pDCB = pACB->pLinkDCB; if (!pDCB) return NULL; 398 static __inline__ void dc390_Going_append (struct dc390_dcb* pDCB, struct dc390_srb* pSRB) 413 static __inline__ void dc390_Going_remove (struct dc390_dcb* pDCB, struct dc390_srb* pSRB) 496 dc390_freetag (struct dc390_dcb* pDCB, struct dc390_srb* pSRB) 506 dc390_StartSCSI( struct dc390_acb* pACB, struct dc390_dcb* pDCB, struct dc390_srb* pSRB ) 651 struct dc390_dcb *pDC [all...] |
Completed in 16 milliseconds