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.c1246 sc->firstaggqueue = IWN4965_FIRSTAGGQUEUE; in iwn4965_attach()
1289 sc->firstaggqueue = IWN5000_FIRSTAGGQUEUE; in iwn5000_attach()
2129 if (qid >= sc->firstaggqueue) { in iwn_check_tx_ring()
3568 if (qid >= sc->firstaggqueue && stat->nframes != 1) { in iwn4965_tx_done()
3598 if (qid >= sc->firstaggqueue && stat->nframes != 1) { in iwn5000_tx_done()
3638 ring->qid >= sc->firstaggqueue)) { in iwn_tx_done()
3660 if (ring->qid >= sc->firstaggqueue) in iwn_tx_done()
4965 if (ring->qid >= sc->firstaggqueue) in iwn_tx_cmd()
7535 for (qid = sc->firstaggqueue; qid < sc->ntxqs; qid++) { in iwn_addba_request()