Searched refs:dle_addr (Results 1 – 1 of 1) sorted by relevance
1426 void *dle_addr; local1438 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,1440 if (!dle_addr) { 1444 iadev->rx_dle_q.start = (struct dle *)dle_addr;1447 iadev->rx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);1907 void *dle_addr; local1925 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,1927 if (!dle_addr) {1931 iadev->tx_dle_q.start = (struct dle*)dle_addr; 1934 iadev->tx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);