Searched refs:ipw2100_bd (Results 1 – 2 of 2) sorted by relevance
61 #define IPW2100_TXBD_SIZE (IPW2100_NUM_TXBD * sizeof (struct ipw2100_bd))67 #define IPW2100_RXBD_SIZE (IPW2100_NUM_RXBD * sizeof (struct ipw2100_bd))138 struct ipw2100_bd *sc_txbd;144 struct ipw2100_bd *sc_rxbd;333 struct ipw2100_bd { struct
1011 struct ipw2100_bd *txbd; in ipw2100_cmd()1062 idx * sizeof (struct ipw2100_bd), in ipw2100_cmd()1063 sizeof (struct ipw2100_bd), DDI_DMA_SYNC_FORDEV); in ipw2100_cmd()1578 sc->sc_txbd = (struct ipw2100_bd *)sc->sc_dma_txbd.dr_base; in ipw2100_ring_reset()1588 sc->sc_rxbd = (struct ipw2100_bd *)sc->sc_dma_rxbd.dr_base; in ipw2100_ring_reset()2029 struct ipw2100_bd *txbd[2]; in ipw2100_send()2241 (txbd[0] - sc->sc_txbd) * sizeof (struct ipw2100_bd), in ipw2100_send()2242 sizeof (struct ipw2100_bd), DDI_DMA_SYNC_FORDEV); in ipw2100_send()2248 (txbd[1] - sc->sc_txbd) * sizeof (struct ipw2100_bd), in ipw2100_send()2249 sizeof (struct ipw2100_bd), DDI_DMA_SYNC_FORDEV); in ipw2100_send()[all …]