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

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h62 #define IPW2100_NUM_TXBUF (IPW2100_NUM_TXBD/2) /* ipw2100_txb number */
63 #define IPW2100_TXBUF_SIZE (sizeof (struct ipw2100_txb))
139 struct ipw2100_txb *sc_txbufs[IPW2100_NUM_TXBUF];
516 struct ipw2100_txb { struct
H A Dipw2100.c1581 (struct ipw2100_txb *)sc->sc_dma_txbufs[i].dr_base;
2030 struct ipw2100_txb *txbuf;
2220 OFFSETOF(struct ipw2100_txb, txb_hdr));
2229 OFFSETOF(struct ipw2100_txb, txb_dat[0]));
2238 (void) ddi_dma_sync(dr->dr_hnd, 0, sizeof (struct ipw2100_txb),

Completed in 71 milliseconds