• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:dc390_dcb

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 *pDCB;
966 dc390_reprog (struct dc390_acb* pACB, struct dc390_dcb* pDCB)
1010 dc390_MsgIn_QTag (struct dc390_acb* pACB, struct dc390_dcb* pDCB, s8 tag)
1048 struct dc390_dcb* pDCB = pSRB->pSRBDCB;
1068 struct dc390_dcb* pDCB = pSRB->pSRBDCB;
1208 struct dc390_dcb* pDCB = pACB->pActiveDCB;
1283 struct dc390_dcb* pDCB = pACB->pActiveDCB;
1373 struct dc390_dcb* pDCB;
1415 struct dc390_dcb* pDCB;
1488 dc390_SetXferRate( struct dc390_acb* pACB, struct dc390_dcb* pDCB )
1491 struct dc390_dcb* ptr;
1521 struct dc390_dcb *pDCB;
1585 struct dc390_dcb* pDCB;
1672 dc390_RequestSense(struct dc390_acb* pACB, struct dc390_dcb* pDCB, struct dc390_srb* pSRB)
1697 dc390_SRBdone( struct dc390_acb* pACB, struct dc390_dcb* pDCB, struct dc390_srb* pSRB )
1815 struct dc390_dcb *pDCB, *pdcb;
1891 struct dc390_dcb *dcb = sdev->hostdata;
1947 static void dc390_dumpinfo (struct dc390_acb* pACB, struct dc390_dcb* pDCB, struct dc390_srb* pSRB)
1996 struct dc390_dcb *pDCB = (struct dc390_dcb*) cmd->device->hostdata;
2015 struct dc390_dcb *pDCB, *pdcb;
2079 struct dc390_dcb *pDCB, *pDCB2 = NULL;
2083 pDCB = kzalloc(sizeof(struct dc390_dcb), GFP_KERNEL);
2152 struct dc390_dcb* pDCB = (struct dc390_dcb*) scsi_device->hostdata;
2153 struct dc390_dcb* pPrevDCB = pACB->pLinkDCB;
2187 struct dc390_dcb *dcb = (struct dc390_dcb *)sdev->hostdata;