Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/marvell/
H A Dif_gfe.c176 STATIC int gfe_tx_txqalloc(struct gfe_softc *, enum gfe_txprio);
532 error = gfe_tx_txqalloc(sc, GE_TXPRIO_HI); in gfe_attach()
1448 gfe_tx_txqalloc(struct gfe_softc *sc, enum gfe_txprio txprio) in gfe_tx_txqalloc() function
1491 int error = gfe_tx_txqalloc(sc, txprio); in gfe_tx_start()