Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Diphase.c1421 void *dle_addr; local
1433 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,
1435 if (!dle_addr) {
1439 iadev->rx_dle_q.start = (struct dle *)dle_addr;
1442 iadev->rx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);
1902 void *dle_addr; local
1920 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,
1922 if (!dle_addr) {
1926 iadev->tx_dle_q.start = (struct dle*)dle_addr;
1929 iadev->tx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);