Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h150 struct ipw2200_tx_desc *sc_txdsc;
457 struct ipw2200_tx_desc { struct
H A Dipw2200.c1390 IPW2200_TX_RING_SIZE * sizeof (struct ipw2200_tx_desc), in ipw2200_ring_alloc()
1483 sc->sc_txdsc = (struct ipw2200_tx_desc *)sc->sc_dma_txdsc.dr_base; in ipw2200_ring_reset()
2182 struct ipw2200_tx_desc *txdsc; in ipw2200_send()
2333 idx * sizeof (struct ipw2200_tx_desc), in ipw2200_send()
2334 sizeof (struct ipw2200_tx_desc), DDI_DMA_SYNC_FORDEV); in ipw2200_send()