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

/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c1864 STAILQ_INIT(&sc->ti_cdata.ti_txbusyq);
2937 txd = STAILQ_FIRST(&sc->ti_cdata.ti_txbusyq);
2967 STAILQ_REMOVE_HEAD(&sc->ti_cdata.ti_txbusyq, tx_q);
2969 txd = STAILQ_FIRST(&sc->ti_cdata.ti_txbusyq);
3141 STAILQ_INSERT_TAIL(&sc->ti_cdata.ti_txbusyq, txd, tx_q);
H A Dif_tireg.h979 struct ti_txdq ti_txbusyq; member in struct:ti_chain_data

Completed in 164 milliseconds