Searched refs:sk_txbusyq (Results 1 – 2 of 2) sorted by relevance
863 STAILQ_INIT(&sc_if->sk_cdata.sk_txbusyq); in sk_init_tx_ring()2359 STAILQ_INSERT_TAIL(&sc_if->sk_cdata.sk_txbusyq, txd, tx_q); in sk_encap()2770 txd = STAILQ_FIRST(&sc_if->sk_cdata.sk_txbusyq); in sk_txeof()2797 STAILQ_REMOVE_HEAD(&sc_if->sk_cdata.sk_txbusyq, tx_q); in sk_txeof()2799 txd = STAILQ_FIRST(&sc_if->sk_cdata.sk_txbusyq); in sk_txeof()
1385 struct sk_txdq sk_txbusyq; member