Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h268 int firstaggqueue; member
H A Dif_iwn.c1241 sc->firstaggqueue = IWN4965_FIRSTAGGQUEUE; in iwn4965_attach()
1284 sc->firstaggqueue = IWN5000_FIRSTAGGQUEUE; in iwn5000_attach()
2124 if (qid >= sc->firstaggqueue) { in iwn_check_tx_ring()
3563 if (qid >= sc->firstaggqueue && stat->nframes != 1) { in iwn4965_tx_done()
3593 if (qid >= sc->firstaggqueue && stat->nframes != 1) { in iwn5000_tx_done()
3633 ring->qid >= sc->firstaggqueue)) { in iwn_tx_done()
3655 if (ring->qid >= sc->firstaggqueue) in iwn_tx_done()
4953 if (ring->qid >= sc->firstaggqueue) in iwn_tx_cmd()
7523 for (qid = sc->firstaggqueue; qid < sc->ntxqs; qid++) { in iwn_addba_request()