Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c7753 ADV_SCSI_BIT_ID_TYPE scan_tidmask; in asc_execute_queue() local
7762 scan_tidmask = ascq->q_tidmask; in asc_execute_queue()
7765 if (scan_tidmask & ADV_TID_TO_TIDMASK(i)) { in asc_execute_queue()
7767 scan_tidmask &= ~ADV_TID_TO_TIDMASK(i); in asc_execute_queue()
7770 scan_tidmask &= ~ADV_TID_TO_TIDMASK(i); in asc_execute_queue()
7779 } while (scan_tidmask); in asc_execute_queue()