Lines Matching defs:dle_addr
1423 void *dle_addr;
1435 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,
1437 if (!dle_addr) {
1441 iadev->rx_dle_q.start = (struct dle *)dle_addr;
1444 iadev->rx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);
1904 void *dle_addr;
1922 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,
1924 if (!dle_addr) {
1928 iadev->tx_dle_q.start = (struct dle*)dle_addr;
1931 iadev->tx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);