Home
last modified time | relevance | path

Searched refs:sk_txbusyq (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/sk/
Dif_sk.c900 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);
Dif_skreg.h1386 struct sk_txdq sk_txbusyq; member