Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTScontrol.c175 …cHBAdata->PciDev, &cpqfcHBAdata->dynamic_mem[0], sizeof(TachLiteSFQ), 64 * (SFQ_LEN), 0L, &SPQdma); in CpqTsCreateTachLiteQues()
181 fcChip->SFQ->length = SFQ_LEN - 1; // i.e. Que length [# entries - in CpqTsCreateTachLiteQues()
1740 if (++consumerIndex >= SFQ_LEN) // check for rollover in CpqTsGetSFQEntry()
DcpqfcTSstructs.h356 #define SFQ_LEN 32 // minimum 32 entries, max 4096 macro
360 TachFCHDR_CMND QEntry[SFQ_LEN]; // must be 64 bytes!!