Searched refs:alloc_thresh (Results 1 – 3 of 3) sorted by relevance
112 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 …]
166 uint16_t alloc_thresh; member
230 q->next_trigger = q->alloc_thresh - 1; in rx_queue_reset()1728 q->alloc_thresh = rx_free_thresh; in handle_rxconf()