HomeSort by: relevance | last modified time | path
    Searched defs:rxprio (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
if_gfe.c 756 gfe_rx_rxqalloc(struct gfe_softc *sc, enum gfe_rxprio rxprio)
758 struct gfe_rxqueue * const rxq = &sc->sc_rxq[rxprio];
762 GE_DPRINTF(sc, ("(%d)", rxprio));
782 gfe_rx_rxqinit(struct gfe_softc *sc, enum gfe_rxprio rxprio)
784 struct gfe_rxqueue * const rxq = &sc->sc_rxq[rxprio];
792 GE_DPRINTF(sc, ("(%d)", rxprio));
795 int error = gfe_rx_rxqalloc(sc, rxprio);
841 switch (rxprio) {
868 gfe_rx_get(struct gfe_softc *sc, enum gfe_rxprio rxprio)
871 struct gfe_rxqueue * const rxq = &sc->sc_rxq[rxprio];
992 enum gfe_rxprio rxprio = (RXPRIO_DECODER >> (rxbits * 2)) & 3; local in function:gfe_rx_process
1000 enum gfe_rxprio rxprio = (RXPRIO_DECODER >> (rxbits * 2)) & 3; local in function:gfe_rx_process
    [all...]
if_gfe.c 756 gfe_rx_rxqalloc(struct gfe_softc *sc, enum gfe_rxprio rxprio)
758 struct gfe_rxqueue * const rxq = &sc->sc_rxq[rxprio];
762 GE_DPRINTF(sc, ("(%d)", rxprio));
782 gfe_rx_rxqinit(struct gfe_softc *sc, enum gfe_rxprio rxprio)
784 struct gfe_rxqueue * const rxq = &sc->sc_rxq[rxprio];
792 GE_DPRINTF(sc, ("(%d)", rxprio));
795 int error = gfe_rx_rxqalloc(sc, rxprio);
841 switch (rxprio) {
868 gfe_rx_get(struct gfe_softc *sc, enum gfe_rxprio rxprio)
871 struct gfe_rxqueue * const rxq = &sc->sc_rxq[rxprio];
992 enum gfe_rxprio rxprio = (RXPRIO_DECODER >> (rxbits * 2)) & 3; local in function:gfe_rx_process
1000 enum gfe_rxprio rxprio = (RXPRIO_DECODER >> (rxbits * 2)) & 3; local in function:gfe_rx_process
    [all...]

Completed in 163 milliseconds