Home
last modified time | relevance | path

Searched refs:ENA_RX_BUDGET (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ena/
H A Dena_datapath.c109 if ((txc != ENA_TX_BUDGET) && (rxc != ENA_RX_BUDGET)) in ena_cleanup()
580 int budget = ENA_RX_BUDGET; in ena_rx_cleanup()
704 return (ENA_RX_BUDGET - budget); in ena_rx_cleanup()
H A Dena.h103 #define ENA_RX_BUDGET 256 macro