Home
last modified time | relevance | path

Searched refs:GoingSRBCnt (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/
Dtmscsim.c400 pDCB->GoingSRBCnt++; in dc390_Going_append()
429 pDCB->GoingSRBCnt--; in dc390_Going_remove()
1293 if (pDCB && pACB->scan_devices && pDCB->GoingSRBCnt == 1) { in dc390_DataIO_Comm()
1549 cnt = pDCB->GoingSRBCnt; in dc390_Disconnect()
1550 pDCB->GoingSRBCnt = 0; in dc390_Disconnect()
1749 scsi_track_queue_full(pcmd->device, pDCB->GoingSRBCnt - 1); in dc390_SRBdone()
1826 for (i = 0; i < pdcb->GoingSRBCnt; i++) in dc390_DoingSRB_Done()
1833 pdcb->GoingSRBCnt = 0; in dc390_DoingSRB_Done()
1894 if (sdev->queue_depth <= dcb->GoingSRBCnt) in DC390_queuecommand_lck()
2159 BUG_ON(pDCB->GoingSRBCnt > 1); in dc390_slave_destroy()
Dtmscsim.h82 u8 GoingSRBCnt; member