if_gfe.c | 175 STATIC void gfe_tx_cleanup(struct gfe_softc *, enum gfe_txprio, int); 1564 gfe_tx_cleanup(struct gfe_softc *sc, enum gfe_txprio txprio, int flush) function in typeref:typename:void 1568 GE_FUNC_ENTER(sc, "gfe_tx_cleanup"); 1601 gfe_tx_cleanup(sc, GE_TXPRIO_HI, op == GE_WHACK_STOP); 1602 gfe_tx_cleanup(sc, GE_TXPRIO_LO, op == GE_WHACK_STOP);
|