Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h209 void (*update_sched)(struct iwn_softc *, int, int, uint8_t, member
H A Dif_iwn.c1234 ops->update_sched = iwn4965_update_sched; in iwn4965_attach()
1277 ops->update_sched = iwn5000_update_sched; in iwn5000_attach()
4966 ops->update_sched(sc, ring->qid, ring->cur, tx->id, totlen); in iwn_tx_cmd()