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