Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c1265 uchar sg_queue_cnt; member
6766 asc_scsi_q.q1.sg_queue_cnt = 0; in asc_build_req()
6797 asc_sg_head.entry_cnt = asc_scsi_q.q1.sg_queue_cnt = scp->use_sg; in asc_build_req()
9650 (ulong) q->sg_head, q->q1.sg_queue_cnt); in asc_prt_asc_scsi_q()
10691 uchar sg_queue_cnt; in _AscCopyLramScsiDoneQ() local
10705 sg_queue_cnt = (uchar) (_val >> 8); in _AscCopyLramScsiDoneQ()
10723 return (sg_queue_cnt); in _AscCopyLramScsiDoneQ()
10734 uchar sg_queue_cnt; in AscIsrQDone() local
10760 sg_queue_cnt = _AscCopyLramScsiDoneQ(iop_base, q_addr, scsiq, in AscIsrQDone()
10770 for (q_cnt = 0; q_cnt < sg_queue_cnt; q_cnt++) { in AscIsrQDone()
[all …]