Searched refs:sk_txbusyq (Results 1 – 2 of 2) sorted by relevance
900 STAILQ_INIT(&sc_if->sk_cdata.sk_txbusyq);2461 STAILQ_INSERT_TAIL(&sc_if->sk_cdata.sk_txbusyq, txd, tx_q);2887 txd = STAILQ_FIRST(&sc_if->sk_cdata.sk_txbusyq);2914 STAILQ_REMOVE_HEAD(&sc_if->sk_cdata.sk_txbusyq, tx_q);2916 txd = STAILQ_FIRST(&sc_if->sk_cdata.sk_txbusyq);
1386 struct sk_txdq sk_txbusyq; member