Home
last modified time | relevance | path

Searched refs:alloc_thresh (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx.c112 nb_pkts = RTE_MIN(nb_pkts, q->alloc_thresh); in fm10k_recv_pkts()
171 q->alloc_thresh); in fm10k_recv_pkts()
198 q->next_trigger += q->alloc_thresh; in fm10k_recv_pkts()
200 q->next_trigger = q->alloc_thresh - 1; in fm10k_recv_pkts()
226 nb_seg = RTE_MIN(nb_pkts, q->alloc_thresh); in fm10k_recv_scattered_pkts()
329 q->alloc_thresh); in fm10k_recv_scattered_pkts()
356 q->next_trigger += q->alloc_thresh; in fm10k_recv_scattered_pkts()
358 q->next_trigger = q->alloc_thresh - 1; in fm10k_recv_scattered_pkts()
435 if (rxq->next_trigger < rxq->alloc_thresh) in fm10k_dev_rx_descriptor_status()
437 rxq->nb_desc - rxq->alloc_thresh; in fm10k_dev_rx_descriptor_status()
[all …]
H A Dfm10k.h166 uint16_t alloc_thresh; member
H A Dfm10k_ethdev.c230 q->next_trigger = q->alloc_thresh - 1; in rx_queue_reset()
1728 q->alloc_thresh = rx_free_thresh; in handle_rxconf()