Home
last modified time | relevance | path

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

/netbsd/sys/dev/marvell/
H A Dif_gfe.c184 STATIC int gfe_rx_rxqalloc(struct gfe_softc *, enum gfe_rxprio);
524 error = gfe_rx_rxqalloc(sc, GE_RXPRIO_HI); in gfe_attach()
526 error = gfe_rx_rxqalloc(sc, GE_RXPRIO_MEDHI); in gfe_attach()
528 error = gfe_rx_rxqalloc(sc, GE_RXPRIO_MEDLO); in gfe_attach()
530 error = gfe_rx_rxqalloc(sc, GE_RXPRIO_LO); in gfe_attach()
756 gfe_rx_rxqalloc(struct gfe_softc *sc, enum gfe_rxprio rxprio) in gfe_rx_rxqalloc() function
795 int error = gfe_rx_rxqalloc(sc, rxprio); in gfe_rx_rxqinit()