Lines Matching defs:dle_addr
1424 void *dle_addr;
1436 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,
1438 if (!dle_addr) {
1442 iadev->rx_dle_q.start = (struct dle *)dle_addr;
1445 iadev->rx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);
1905 void *dle_addr;
1923 dle_addr = dma_alloc_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE,
1925 if (!dle_addr) {
1929 iadev->tx_dle_q.start = (struct dle*)dle_addr;
1932 iadev->tx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);