Searched refs:ipw2200_tx_desc (Results 1 – 2 of 2) sorted by relevance
150 struct ipw2200_tx_desc *sc_txdsc;457 struct ipw2200_tx_desc { struct
1390 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()