Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dqlogicisp.c185 #define IOCB_SEGS 2 macro
189 #define IOCB_SEGS 4 macro
242 struct dataseg dataseg[IOCB_SEGS];
880 if (n > IOCB_SEGS) in isp1020_queuecommand()
881 n = IOCB_SEGS; in isp1020_queuecommand()
891 sg_count -= IOCB_SEGS; in isp1020_queuecommand()