Searched refs:refill_threshold (Results 1 – 15 of 15) sorted by relevance
88 unsigned int refill_threshold; member116 unsigned int refill_threshold; member
106 unsigned int refill_threshold; member171 if (free_space < rxq->refill_threshold) in sfc_ef10_essb_rx_qrefill()611 rxq->refill_threshold = in sfc_ef10_essb_rx_qcreate()612 RTE_MAX(info->refill_threshold / mp_info.contig_block_size, in sfc_ef10_essb_rx_qcreate()631 rxq->refill_threshold, in sfc_ef10_essb_rx_qcreate()632 rxq->refill_threshold * rxq->block_size); in sfc_ef10_essb_rx_qcreate()
80 unsigned int refill_threshold; member116 if (free_space < rxq->refill_threshold) in sfc_ef10_rx_qrefill()676 rxq->refill_threshold = info->refill_threshold; in sfc_ef10_rx_qcreate()
80 unsigned int refill_threshold; member136 if (free_space < rxq->refill_threshold) in sfc_ef100_rx_qrefill()728 rxq->refill_threshold = info->refill_threshold; in sfc_ef100_rx_qcreate()
52 unsigned int refill_threshold; member
84 if (free_space < rxq->refill_threshold) in sfc_efx_rx_qrefill()498 rxq->refill_threshold = info->refill_threshold; in sfc_efx_rx_qcreate()1168 rxq_info->refill_threshold = in sfc_rx_qinit()1189 info.refill_threshold = rxq_info->refill_threshold; in sfc_rx_qinit()
1195 qinfo->conf.rx_free_thresh = rxq_info->refill_threshold; in sfc_rx_queue_info_get()
27 .refill_threshold = CN23XX_OQ_REFIL_THRESHOLD,
66 ((cfg)->default_config->oq.refill_threshold)
306 uint32_t refill_threshold; member339 uint32_t refill_threshold; member
46 .refill_threshold = SDP_VF_OQ_REFIL_THRESHOLD,
318 c_refill_threshold = conf->oq.refill_threshold; in sdp_init_droq()362 droq->refill_threshold = c_refill_threshold; in sdp_init_droq()
110 uint32_t refill_threshold; member494 uint32_t refill_threshold; member
224 droq->refill_threshold = c_refill_threshold; in lio_init_droq()556 if (droq->refill_count >= droq->refill_threshold) { in lio_droq_fast_process_packet()
2199 unsigned int refill_threshold; in eth_ena_recv_pkts() local2270 refill_threshold = in eth_ena_recv_pkts()2275 if (free_queue_entries > refill_threshold) { in eth_ena_recv_pkts()