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

/freebsd-9.3-release/sys/dev/ti/
H A Dif_ti.c1857 STAILQ_INIT(&sc->ti_cdata.ti_txbusyq);
2929 txd = STAILQ_FIRST(&sc->ti_cdata.ti_txbusyq);
2959 STAILQ_REMOVE_HEAD(&sc->ti_cdata.ti_txbusyq, tx_q);
2961 txd = STAILQ_FIRST(&sc->ti_cdata.ti_txbusyq);
3125 STAILQ_INSERT_TAIL(&sc->ti_cdata.ti_txbusyq, txd, tx_q);
H A Dif_tireg.h977 struct ti_txdq ti_txbusyq; member in struct:ti_chain_data

Completed in 43 milliseconds