Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTScontrol.c209 fcChip->SEST->sgPages[i] = NULL; in CpqTsCreateTachLiteQues()
1644 for (j = fcChip->SEST->sgPages[i]; j != NULL; j = next) { in CpqTsDestroyTachLiteQues()
1648 fcChip->SEST->sgPages[i] = NULL; in CpqTsDestroyTachLiteQues()
DcpqfcTSworker.c3735 &fcChip->SEST->sgPages[*fcExchangeIndex]); // (for Freeing later) in cpqfcTSBuildExchange()
3822 &fcChip->SEST->sgPages[*fcExchangeIndex]); // (for Freeing later) in cpqfcTSBuildExchange()
3910 &fcChip->SEST->sgPages[*fcExchangeIndex]); // (for Freeing later) in cpqfcTSBuildExchange()
3997 &fcChip->SEST->sgPages[*fcExchangeIndex]); // (for Freeing later) in cpqfcTSBuildExchange()
4881 for (i = fcChip->SEST->sgPages[x_ID]; i != NULL; i = i->next) in cpqfc_pci_unmap_extended_sg()
5116 for (p = fcChip->SEST->sgPages[x_ID]; p != NULL; p = next) { in cpqfcTSCompleteExchange()
5120 fcChip->SEST->sgPages[x_ID] = NULL; in cpqfcTSCompleteExchange()
DcpqfcTSstructs.h541 PSGPAGES sgPages[TACH_SEST_LEN]; // head of linked list of Pool-allocations member