Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx.c558 if (q->last_free > next_rs) { in tx_free_descriptors()
559 count = q->nb_desc - q->last_free; in tx_free_descriptors()
560 tx_free_bulk_mbuf(&q->sw_ring[q->last_free], count); in tx_free_descriptors()
561 q->last_free = 0; in tx_free_descriptors()
565 q->nb_free += count + (next_rs + 1 - q->last_free); in tx_free_descriptors()
568 if (q->last_free <= next_rs) { in tx_free_descriptors()
569 count = next_rs - q->last_free + 1; in tx_free_descriptors()
570 tx_free_bulk_mbuf(&q->sw_ring[q->last_free], count); in tx_free_descriptors()
571 q->last_free += count; in tx_free_descriptors()
574 if (q->last_free == q->nb_desc) in tx_free_descriptors()
[all …]
H A Dfm10k.h202 uint16_t last_free; member
H A Dfm10k_ethdev.c325 q->last_free = 0; in tx_queue_reset()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.c739 ngx_chain_t *cl, *tl, *next, *out, **ll, **last_out, **last_free; in ngx_event_pipe_write_chain_to_temp_file() local
908 for (last_free = &p->free_raw_bufs; in ngx_event_pipe_write_chain_to_temp_file()
909 *last_free != NULL; in ngx_event_pipe_write_chain_to_temp_file()
910 last_free = &(*last_free)->next) in ngx_event_pipe_write_chain_to_temp_file()
933 *last_free = tl; in ngx_event_pipe_write_chain_to_temp_file()
934 last_free = &tl->next; in ngx_event_pipe_write_chain_to_temp_file()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c85 int cal_len, cal = 0, last_free = 0; in nlm_setup_rx_cal_cfg() local
102 last_free = cal; in nlm_setup_rx_cal_cfg()
112 if (last_free == cal) in nlm_setup_rx_cal_cfg()
122 int cal = 0, last_free = 0; in nlm_setup_tx_cal_cfg() local
138 last_free = cal; in nlm_setup_tx_cal_cfg()
148 if (last_free == cal) in nlm_setup_tx_cal_cfg()
/f-stack/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()