Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/stge/
H A Dif_stgevar.h82 struct stge_txdq stge_txbusyq; member
H A Dif_stge.c1157 STAILQ_INSERT_TAIL(&sc->sc_cdata.stge_txbusyq, txd, tx_q); in stge_encap()
1462 txd = STAILQ_FIRST(&sc->sc_cdata.stge_txbusyq); in stge_txeof()
1484 STAILQ_REMOVE_HEAD(&sc->sc_cdata.stge_txbusyq, tx_q); in stge_txeof()
1486 txd = STAILQ_FIRST(&sc->sc_cdata.stge_txbusyq); in stge_txeof()
2265 STAILQ_INIT(&sc->sc_cdata.stge_txbusyq); in stge_init_tx_ring()