Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSstructs.h858 #define FC_LINKQ_DEPTH TACH_MAX_XID macro
863 LINKQ_ITEM Qitem[FC_LINKQ_DEPTH];
DcpqfcTSworker.c684 if (QconsumerNdx + 1 >= FC_LINKQ_DEPTH) // rollover test in cpqfcTS_WorkTask()
719 if (ndx >= FC_LINKQ_DEPTH) // rollover test in cpqfcTSPutLinkQue()
759 lastNdx = FC_LINKQ_DEPTH - 1; in cpqfcTSPutLinkQue()
DcpqfcTScontrol.c109 printk("@ %p (%u elements)\n", cpqfcHBAdata->fcLQ, FC_LINKQ_DEPTH); in CpqTsCreateTachLiteQues()