Home
last modified time | relevance | path

Searched refs:last_free (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx.c532 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 …]
H A Dfm10k.h200 uint16_t last_free; member
H A Dfm10k_ethdev.c326 q->last_free = 0; in tx_queue_reset()
/dpdk/drivers/net/qede/base/
H A Decore_cxt.h292 u64 last_free; member
H A Decore_cxt.c788 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()