Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Diphase.c1422 void *dle_addr; local
1434 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,
1436 if (!dle_addr) {
1440 iadev->rx_dle_q.start = (struct dle *)dle_addr;
1443 iadev->rx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);
1903 void *dle_addr; local
1921 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,
1923 if (!dle_addr) {
1927 iadev->tx_dle_q.start = (struct dle*)dle_addr;
1930 iadev->tx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);