Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3409 int w_idx = qid * IWN4965_SCHED_COUNT + idx; in iwn4965_update_sched() local
3410 uint16_t *w = &sc->sched[w_idx]; in iwn4965_update_sched()
3413 (void) ddi_dma_sync(sc->sched_dma.dma_hdl, w_idx * sizeof (uint16_t), in iwn4965_update_sched()
3418 (w_idx + IWN_TX_RING_COUNT) * sizeof (uint16_t), in iwn4965_update_sched()
3427 int w_idx = qid * IWN5000_SCHED_COUNT + idx; in iwn5000_update_sched() local
3428 uint16_t *w = &sc->sched[w_idx]; in iwn5000_update_sched()
3431 (void) ddi_dma_sync(sc->sched_dma.dma_hdl, w_idx * sizeof (uint16_t), in iwn5000_update_sched()
3436 (w_idx + IWN_TX_RING_COUNT) * sizeof (uint16_t), in iwn5000_update_sched()
3445 int w_idx = qid * IWN5000_SCHED_COUNT + idx; in iwn5000_reset_sched() local
3446 uint16_t *w = &sc->sched[w_idx]; in iwn5000_reset_sched()
[all …]