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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dtmscsim.c400 pDCB->GoingSRBCnt++;
429 pDCB->GoingSRBCnt--;
1293 if (pDCB && pACB->scan_devices && pDCB->GoingSRBCnt == 1) {
1549 cnt = pDCB->GoingSRBCnt;
1550 pDCB->GoingSRBCnt = 0;
1749 scsi_track_queue_full(pcmd->device, pDCB->GoingSRBCnt - 1);
1826 for (i = 0; i < pdcb->GoingSRBCnt; i++)
1833 pdcb->GoingSRBCnt = 0;
1894 if (sdev->queue_depth <= dcb->GoingSRBCnt)
2157 BUG_ON(pDCB->GoingSRBCnt >
[all...]
H A Dtmscsim.h82 u8 GoingSRBCnt; member in struct:dc390_dcb

Completed in 38 milliseconds