RX_BD_USABLE
if ((bxe_max_rx_bufs < 1) || (bxe_max_rx_bufs > RX_BD_USABLE)) {
bxe_max_rx_bufs = RX_BD_USABLE;
sc->rx_ring_size = RX_BD_USABLE;
index = (sc->max_rx_bufs != RX_BD_USABLE) ?
(sc->max_rx_bufs != RX_BD_USABLE) ?
if (sc->max_rx_bufs != RX_BD_USABLE) {