Searched refs:last_free (Results 1 – 5 of 5) sorted by relevance
532 if (q->last_free > next_rs) { in tx_free_descriptors()533 count = q->nb_desc - q->last_free; in tx_free_descriptors()534 tx_free_bulk_mbuf(&q->sw_ring[q->last_free], count); in tx_free_descriptors()535 q->last_free = 0; in tx_free_descriptors()539 q->nb_free += count + (next_rs + 1 - q->last_free); in tx_free_descriptors()542 if (q->last_free <= next_rs) { in tx_free_descriptors()543 count = next_rs - q->last_free + 1; in tx_free_descriptors()544 tx_free_bulk_mbuf(&q->sw_ring[q->last_free], count); in tx_free_descriptors()545 q->last_free += count; in tx_free_descriptors()548 if (q->last_free == q->nb_desc) in tx_free_descriptors()[all …]
200 uint16_t last_free; member
326 q->last_free = 0; in tx_queue_reset()
292 u64 last_free; member
788 p_t2->last_free = (u64)p_t2_last_page->phys_addr + in ecore_cxt_src_t2_alloc()1637 p_hwfn->p_cxt_mngr->src_t2.last_free); in ecore_src_init_pf()