gfe_rx_rxqalloc
STATIC int gfe_rx_rxqalloc(struct gfe_softc *, enum gfe_rxprio);
error = gfe_rx_rxqalloc(sc, GE_RXPRIO_HI);
error = gfe_rx_rxqalloc(sc, GE_RXPRIO_MEDHI);
error = gfe_rx_rxqalloc(sc, GE_RXPRIO_MEDLO);
error = gfe_rx_rxqalloc(sc, GE_RXPRIO_LO);
int error = gfe_rx_rxqalloc(sc, rxprio);