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

/freebsd-10.0-release/sys/dev/stge/
H A Dif_stgereg.h588 struct stge_txdq stge_txbusyq; member in struct:stge_chain_data
H A Dif_stge.c1140 STAILQ_INSERT_TAIL(&sc->sc_cdata.stge_txbusyq, txd, tx_q);
1540 txd = STAILQ_FIRST(&sc->sc_cdata.stge_txbusyq);
1567 STAILQ_REMOVE_HEAD(&sc->sc_cdata.stge_txbusyq, tx_q);
1569 txd = STAILQ_FIRST(&sc->sc_cdata.stge_txbusyq);
2372 STAILQ_INIT(&sc->sc_cdata.stge_txbusyq);

Completed in 124 milliseconds