Searched refs:ipw2100_bd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h61 #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
H A Dipw2100.c1011 struct ipw2100_bd *txbd;
1062 idx * sizeof (struct ipw2100_bd),
1063 sizeof (struct ipw2100_bd), DDI_DMA_SYNC_FORDEV);
1578 sc->sc_txbd = (struct ipw2100_bd *)sc->sc_dma_txbd.dr_base;
1588 sc->sc_rxbd = (struct ipw2100_bd *)sc->sc_dma_rxbd.dr_base;
2029 struct ipw2100_bd *txbd[2];
2241 (txbd[0] - sc->sc_txbd) * sizeof (struct ipw2100_bd),
2242 sizeof (struct ipw2100_bd), DDI_DMA_SYNC_FORDEV);
2248 (txbd[1] - sc->sc_txbd) * sizeof (struct ipw2100_bd),
2249 sizeof (struct ipw2100_bd), DDI_DMA_SYNC_FORDE
[all...]

Completed in 64 milliseconds