rx_dle_q         1189 drivers/atm/iphase.c 	wr_ptr = iadev->rx_dle_q.write;  
rx_dle_q         1197 drivers/atm/iphase.c         if(++wr_ptr == iadev->rx_dle_q.end)
rx_dle_q         1198 drivers/atm/iphase.c              wr_ptr = iadev->rx_dle_q.start;
rx_dle_q         1199 drivers/atm/iphase.c 	iadev->rx_dle_q.write = wr_ptr;  
rx_dle_q         1288 drivers/atm/iphase.c   dle = iadev->rx_dle_q.read;  
rx_dle_q         1290 drivers/atm/iphase.c   cur_dle = (struct dle*)(iadev->rx_dle_q.start + (dle_lp >> 4));  
rx_dle_q         1311 drivers/atm/iphase.c 	  dma_unmap_single(&iadev->pci->dev, iadev->rx_dle_q.write->sys_pkt_addr,
rx_dle_q         1355 drivers/atm/iphase.c       if (++dle == iadev->rx_dle_q.end)  
rx_dle_q         1356 drivers/atm/iphase.c     	  dle = iadev->rx_dle_q.start;  
rx_dle_q         1358 drivers/atm/iphase.c   iadev->rx_dle_q.read = dle;  
rx_dle_q         1441 drivers/atm/iphase.c 	iadev->rx_dle_q.start = (struct dle *)dle_addr;
rx_dle_q         1442 drivers/atm/iphase.c 	iadev->rx_dle_q.read = iadev->rx_dle_q.start;  
rx_dle_q         1443 drivers/atm/iphase.c 	iadev->rx_dle_q.write = iadev->rx_dle_q.start;  
rx_dle_q         1444 drivers/atm/iphase.c 	iadev->rx_dle_q.end = (struct dle*)((unsigned long)dle_addr+sizeof(struct dle)*DLE_ENTRIES);
rx_dle_q         1636 drivers/atm/iphase.c 	dma_free_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE, iadev->rx_dle_q.start,
rx_dle_q         2500 drivers/atm/iphase.c 	dma_free_coherent(&iadev->pci->dev, DLE_TOTAL_SIZE, iadev->rx_dle_q.start,
rx_dle_q         1012 drivers/atm/iphase.h 	struct dle_q rx_dle_q;