tx_dle_q 1695 drivers/atm/iphase.c dle = iadev->tx_dle_q.read; tx_dle_q 1698 drivers/atm/iphase.c cur_dle = (struct dle*)(iadev->tx_dle_q.start + (dle_lp >> 4)); tx_dle_q 1706 drivers/atm/iphase.c if (!((dle - iadev->tx_dle_q.start)%(2*sizeof(struct dle)))) { tx_dle_q 1739 drivers/atm/iphase.c if (++dle == iadev->tx_dle_q.end) tx_dle_q 1740 drivers/atm/iphase.c dle = iadev->tx_dle_q.start; tx_dle_q 1742 drivers/atm/iphase.c iadev->tx_dle_q.read = dle; tx_dle_q 1928 drivers/atm/iphase.c iadev->tx_dle_q.start = (struct dle*)dle_addr; tx_dle_q 1929 drivers/atm/iphase.c iadev->tx_dle_q.read = iadev->tx_dle_q.start; tx_dle_q 1930 drivers/atm/iphase.c iadev->tx_dle_q.write = iadev->tx_dle_q.start; tx_dle_q 1931 drivers/atm/iphase.c iadev->tx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES); tx_dle_q 2216 drivers/atm/iphase.c dma_free_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE, iadev->tx_dle_q.start, tx_dle_q 2493 drivers/atm/iphase.c dma_free_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE, iadev->tx_dle_q.start, tx_dle_q 3016 drivers/atm/iphase.c wr_ptr = iadev->tx_dle_q.write; tx_dle_q 3033 drivers/atm/iphase.c if (++wr_ptr == iadev->tx_dle_q.end) tx_dle_q 3034 drivers/atm/iphase.c wr_ptr = iadev->tx_dle_q.start; tx_dle_q 3046 drivers/atm/iphase.c if (++wr_ptr == iadev->tx_dle_q.end) tx_dle_q 3047 drivers/atm/iphase.c wr_ptr = iadev->tx_dle_q.start; tx_dle_q 3049 drivers/atm/iphase.c iadev->tx_dle_q.write = wr_ptr; tx_dle_q 1000 drivers/atm/iphase.h struct dle_q tx_dle_q;