Searched refs:DLE_TOTAL_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/atm/ |
D | iphase.c | 1449 dle_addr = pci_alloc_consistent(iadev->pci, DLE_TOTAL_SIZE, 1648 pci_free_consistent(iadev->pci, DLE_TOTAL_SIZE, iadev->rx_dle_q.start, 1932 dle_addr = pci_alloc_consistent(iadev->pci, DLE_TOTAL_SIZE, 2223 pci_free_consistent(iadev->pci, DLE_TOTAL_SIZE, iadev->tx_dle_q.start, 2504 pci_free_consistent(iadev->pci, DLE_TOTAL_SIZE, iadev->tx_dle_q.start, 2511 pci_free_consistent(iadev->pci, DLE_TOTAL_SIZE, iadev->rx_dle_q.start,
|
D | iphase.h | 279 #define DLE_TOTAL_SIZE (sizeof(struct dle)*DLE_ENTRIES) macro
|