Searched refs:tab_phys (Results 1 – 2 of 2) sorted by relevance
582 u32 phys, tab_phys, n_desc; in queue_get_desc() local589 tab_phys = is_tx ? tx_desc_phys(port, 0) : rx_desc_phys(port, 0); in queue_get_desc()591 n_desc = (phys - tab_phys) / sizeof(struct desc); in queue_get_desc()
626 u32 phys, tab_phys, n_desc; in queue_get_desc() local633 tab_phys = is_tx ? tx_desc_phys(port, 0) : rx_desc_phys(port, 0); in queue_get_desc()635 n_desc = (phys - tab_phys) / sizeof(struct desc); in queue_get_desc()