Searched refs:AllocLength (Results 1 – 2 of 2) sorted by relevance
614 u8 AllocLength; member
1030 size_t AllocLength; /* length of complete descriptor area */ in BoardAllocMem() local1038 AllocLength = (RX_RING_SIZE + TX_RING_SIZE) * pAC->GIni.GIMacsFound + 8; in BoardAllocMem()1040 AllocLength = (RX_RING_SIZE + TX_RING_SIZE) * pAC->GIni.GIMacsFound in BoardAllocMem()1044 pDescrMem = pci_alloc_consistent(pAC->PciDev, AllocLength, in BoardAllocMem()1093 size_t AllocLength; /* length of complete descriptor area */ in BoardFreeMem() local1098 AllocLength = (RX_RING_SIZE + TX_RING_SIZE) * pAC->GIni.GIMacsFound + 8; in BoardFreeMem()1100 AllocLength = (RX_RING_SIZE + TX_RING_SIZE) * pAC->GIni.GIMacsFound in BoardFreeMem()1104 pci_free_consistent(pAC->PciDev, AllocLength, in BoardFreeMem()