Searched refs:q_index (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_tx.c623 unsigned int q_index; local
632 for (q_index = 0; q_index < SFXGE_TXQ_NTYPES; q_index++) {
633 txq = sc->txq[q_index];
634 pushed[q_index] = txq->added;
646 q_index = SFXGE_TXQ_IP_TCP_UDP_CKSUM;
648 q_index = SFXGE_TXQ_IP_CKSUM;
650 q_index = SFXGE_TXQ_NON_CKSUM;
651 txq = sc->txq[q_index];
[all...]
/freebsd-9.3-release/sys/dev/twa/
H A Dtw_cl.h237 #define TW_CLI_Q_INIT(ctlr, q_index)
238 #define TW_CLI_Q_INSERT(ctlr, q_index)
239 #define TW_CLI_Q_REMOVE(ctlr, q_index)
H A Dtw_osl.h210 #define TW_OSLI_Q_INIT(sc, q_index)
211 #define TW_OSLI_Q_INSERT(sc, q_index)
212 #define TW_OSLI_Q_REMOVE(sc, q_index)

Completed in 105 milliseconds