Home
last modified time | relevance | path

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

/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx.c111 nb_pkts = RTE_MIN(nb_pkts, q->alloc_thresh); in fm10k_recv_pkts()
170 q->alloc_thresh); in fm10k_recv_pkts()
197 q->next_trigger += q->alloc_thresh; in fm10k_recv_pkts()
199 q->next_trigger = q->alloc_thresh - 1; in fm10k_recv_pkts()
225 nb_seg = RTE_MIN(nb_pkts, q->alloc_thresh); in fm10k_recv_scattered_pkts()
328 q->alloc_thresh); in fm10k_recv_scattered_pkts()
355 q->next_trigger += q->alloc_thresh; in fm10k_recv_scattered_pkts()
357 q->next_trigger = q->alloc_thresh - 1; in fm10k_recv_scattered_pkts()
409 if (rxq->next_trigger < rxq->alloc_thresh) in fm10k_dev_rx_descriptor_status()
411 rxq->nb_desc - rxq->alloc_thresh; in fm10k_dev_rx_descriptor_status()
[all …]
H A Dfm10k.h164 uint16_t alloc_thresh; member
H A Dfm10k_ethdev.c231 q->next_trigger = q->alloc_thresh - 1; in rx_queue_reset()
1728 q->alloc_thresh = rx_free_thresh; in handle_rxconf()