Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/atm/
Diphase.c1412 dle_addr = pci_alloc_consistent(iadev->pci, DLE_TOTAL_SIZE,
1613 pci_free_consistent(iadev->pci, DLE_TOTAL_SIZE, iadev->rx_dle_q.start,
1899 dle_addr = pci_alloc_consistent(iadev->pci, DLE_TOTAL_SIZE,
2186 pci_free_consistent(iadev->pci, DLE_TOTAL_SIZE, iadev->tx_dle_q.start,
2463 pci_free_consistent(iadev->pci, DLE_TOTAL_SIZE, iadev->tx_dle_q.start,
2470 pci_free_consistent(iadev->pci, DLE_TOTAL_SIZE, iadev->rx_dle_q.start,
Diphase.h278 #define DLE_TOTAL_SIZE (sizeof(struct dle)*DLE_ENTRIES) macro