Searched refs:bxe_max_rx_bufs (Results 1 – 1 of 1) sorted by relevance
264 static int bxe_max_rx_bufs = 0; variable266 &bxe_max_rx_bufs, 0, "Maximum Number of Rx Buffers Per Queue");13748 if ((bxe_max_rx_bufs < 1) || (bxe_max_rx_bufs > RX_BD_USABLE)) { in bxe_get_tunable_params()13749 if (bxe_max_rx_bufs == 0) { in bxe_get_tunable_params()13750 bxe_max_rx_bufs = RX_BD_USABLE; in bxe_get_tunable_params()13752 BLOGW(sc, "invalid max_rx_bufs (%d)\n", bxe_max_rx_bufs); in bxe_get_tunable_params()13753 bxe_max_rx_bufs = 2048; in bxe_get_tunable_params()13795 sc->max_rx_bufs = bxe_max_rx_bufs; in bxe_get_tunable_params()