if_iavf.c | 553 static int iavf_txeof(struct iavf_softc *, struct iavf_tx_ring *, 2786 iavf_txeof(struct iavf_softc *sc, struct iavf_tx_ring *txr, u_int txlimit, function in typeref:typename:int 3099 txmore = iavf_txeof(sc, txr, txlimit, txevcnt); 3269 while (iavf_txeof(sc, txr, UINT_MAX,
|