tab_phys          615 drivers/net/ethernet/xscale/ixp4xx_eth.c 	u32 phys, tab_phys, n_desc;
tab_phys          622 drivers/net/ethernet/xscale/ixp4xx_eth.c 	tab_phys = is_tx ? tx_desc_phys(port, 0) : rx_desc_phys(port, 0);
tab_phys          624 drivers/net/ethernet/xscale/ixp4xx_eth.c 	n_desc = (phys - tab_phys) / sizeof(struct desc);
tab_phys          582 drivers/net/wan/ixp4xx_hss.c 	u32 phys, tab_phys, n_desc;
tab_phys          589 drivers/net/wan/ixp4xx_hss.c 	tab_phys = is_tx ? tx_desc_phys(port, 0) : rx_desc_phys(port, 0);
tab_phys          591 drivers/net/wan/ixp4xx_hss.c 	n_desc = (phys - tab_phys) / sizeof(struct desc);