Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Diphase.c1449 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,
Diphase.h279 #define DLE_TOTAL_SIZE (sizeof(struct dle)*DLE_ENTRIES) macro