Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSstructs.h322 #define ERQ_LEN 128 // power of 2, max 4096 macro
401 TachLiteIRB QEntry[ERQ_LEN]; // Base register; entries 32 bytes ea.
DcpqfcTScontrol.c135 …cHBAdata->PciDev, &cpqfcHBAdata->dynamic_mem[0], sizeof(TachLiteERQ), 32 * (ERQ_LEN), 0L, &ERQdma); in CpqTsCreateTachLiteQues()
141 fcChip->ERQ->length = ERQ_LEN - 1; in CpqTsCreateTachLiteQues()
DcpqfcTSworker.c4561 if (producer >= ERQ_LEN) // rollover condition? in cpqfcTSStartExchange()