Home
last modified time | relevance | path

Searched refs:refill_threshold (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/liquidio/base/
H A Dlio_config.h110 #define LIO_GET_OQ_REFILL_THRESHOLD_CFG(cfg) ((cfg)->oq.refill_threshold)
241 uint64_t refill_threshold:16; member
257 uint64_t refill_threshold:16;
H A Dlio_droq.h288 uint32_t refill_threshold; member
H A Dlio_droq.c313 droq->refill_threshold = c_refill_threshold; in lio_init_droq()
692 if (droq->refill_count >= droq->refill_threshold) { in lio_droq_fast_process_packets()
H A Dlio_device.c64 .refill_threshold = LIO_CN23XX_OQ_REFIL_THRESHOLD,
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.h172 unsigned int refill_threshold; member
H A Dsfxge_rx.c928 if (level < rxq->refill_threshold) in sfxge_rx_qcomplete()
1282 rxq->refill_threshold = RX_REFILL_THRESHOLD(rxq->entries); in sfxge_rx_qinit()
/freebsd/sys/dev/ena/
H A Dena_datapath.c576 uint32_t refill_threshold; in ena_rx_cleanup() local
694 refill_threshold = min_t(int, in ena_rx_cleanup()
698 if (refill_required > refill_threshold) { in ena_rx_cleanup()