Searched refs:tab_phys (Results 1 – 2 of 2) sorted by relevance
585 u32 phys, tab_phys, n_desc; in queue_get_desc() local592 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()
614 u32 phys, tab_phys, n_desc; in queue_get_desc() local621 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()