Searched refs:atse_tx_m (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/altera/atse/
H A Dif_atsereg.h409 struct mbuf *atse_tx_m; member in struct:atse_softc
H A Dif_atse.c119 #define ATSE_TX_PENDING(sc) (sc->atse_tx_m != NULL || \
350 m = sc->atse_tx_m;
416 sc->atse_tx_m = NULL;
451 if (sc->atse_tx_m != NULL) {
459 IFQ_DRV_DEQUEUE(&ifp->if_snd, sc->atse_tx_m);
461 if (sc->atse_tx_m == NULL)

Completed in 62 milliseconds