Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bxe/
HDbxe.h286 #define RX_BD_USABLE (RX_BD_USABLE_PER_PAGE * RX_BD_NUM_PAGES) macro
HDbxe.c2802 index = (sc->max_rx_bufs != RX_BD_USABLE) ? in bxe_tpa_start()
3291 (sc->max_rx_bufs != RX_BD_USABLE) ? in bxe_rxeof()
3302 if (sc->max_rx_bufs != RX_BD_USABLE) { in bxe_rxeof()
13748 if ((bxe_max_rx_bufs < 1) || (bxe_max_rx_bufs > RX_BD_USABLE)) { in bxe_get_tunable_params()
13750 bxe_max_rx_bufs = RX_BD_USABLE; in bxe_get_tunable_params()
14555 sc->rx_ring_size = RX_BD_USABLE; in bxe_get_params()