Searched refs:tab_phys (Results 1 – 2 of 2) sorted by relevance
583 u32 phys, tab_phys, n_desc; in queue_get_desc() local590 tab_phys = is_tx ? tx_desc_phys(port, 0) : rx_desc_phys(port, 0); in queue_get_desc()592 n_desc = (phys - tab_phys) / sizeof(struct desc); in queue_get_desc()
617 u32 phys, tab_phys, n_desc; in queue_get_desc() local624 tab_phys = is_tx ? tx_desc_phys(port, 0) : rx_desc_phys(port, 0); in queue_get_desc()626 n_desc = (phys - tab_phys) / sizeof(struct desc); in queue_get_desc()