Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/iwn/
H A Dif_iwnvar.h269 int firstaggqueue; member
H A Dif_iwn.c1245 sc->firstaggqueue = IWN4965_FIRSTAGGQUEUE; in iwn4965_attach()
1288 sc->firstaggqueue = IWN5000_FIRSTAGGQUEUE; in iwn5000_attach()
2126 if (qid >= sc->firstaggqueue) { in iwn_check_tx_ring()
3580 if (qid >= sc->firstaggqueue && stat->nframes != 1) { in iwn4965_tx_done()
3610 if (qid >= sc->firstaggqueue && stat->nframes != 1) { in iwn5000_tx_done()
3650 ring->qid >= sc->firstaggqueue)) { in iwn_tx_done()
3672 if (ring->qid >= sc->firstaggqueue) in iwn_tx_done()
4972 if (ring->qid >= sc->firstaggqueue) in iwn_tx_cmd()
7528 for (qid = sc->firstaggqueue; qid < sc->ntxqs; qid++) { in iwn_addba_request()