Home
last modified time | relevance | path

Searched refs:tab_phys (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wan/
Dixp4xx_hss.c585 u32 phys, tab_phys, n_desc; in queue_get_desc() local
592 tab_phys = is_tx ? tx_desc_phys(port, 0) : rx_desc_phys(port, 0); in queue_get_desc()
594 n_desc = (phys - tab_phys) / sizeof(struct desc); in queue_get_desc()
/drivers/net/ethernet/xscale/
Dixp4xx_eth.c614 u32 phys, tab_phys, n_desc; in queue_get_desc() local
621 tab_phys = is_tx ? tx_desc_phys(port, 0) : rx_desc_phys(port, 0); in queue_get_desc()
623 n_desc = (phys - tab_phys) / sizeof(struct desc); in queue_get_desc()