ENI_PRV_POS       475 drivers/atm/eni.c 		ENI_PRV_POS(skb) = eni_vcc->descr+size+1;
ENI_PRV_POS       502 drivers/atm/eni.c 	if (eni_vcc->rxing) ENI_PRV_POS(eni_vcc->last) += size+1;
ENI_PRV_POS       748 drivers/atm/eni.c 		    ENI_PRV_POS(skb));
ENI_PRV_POS       762 drivers/atm/eni.c 		eni_vcc->rx_pos = ENI_PRV_POS(skb) & (eni_vcc->words-1);
ENI_PRV_POS      1172 drivers/atm/eni.c 	ENI_PRV_POS(skb) = tx->tx_pos;
ENI_PRV_POS      1223 drivers/atm/eni.c 		DPRINTK("dequeue_tx: next 0x%lx curr 0x%x\n",ENI_PRV_POS(skb),
ENI_PRV_POS      1225 drivers/atm/eni.c 		if (ENI_VCC(vcc)->txing < tx->words && ENI_PRV_POS(skb) ==
ENI_PRV_POS      1987 drivers/atm/eni.c 		dsc = tx->send+ENI_PRV_POS(skb)*4;