Home
last modified time | relevance | path

Searched refs:rt2860_rxwi (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_runvar.h23 sizeof (struct rt2860_rxwi) + \
H A Dif_run.c2157 run_maxrssi_chain(struct run_softc *sc, const struct rt2860_rxwi *rxwi) in run_maxrssi_chain()
2181 struct rt2860_rxwi *rxwi; in run_rx_frame()
2192 rxwi = (struct rt2860_rxwi *)buf; in run_rx_frame()
2193 rxwisize = sizeof(struct rt2860_rxwi); in run_rx_frame()
2327 rxwisize = sizeof(struct rt2860_rxwi); in run_rxeof()
/openbsd/sys/dev/ic/
H A Drt2860reg.h934 struct rt2860_rxwi { struct
H A Drt2860.c1246 rt2860_maxrssi_chain(struct rt2860_softc *sc, const struct rt2860_rxwi *rxwi) in rt2860_maxrssi_chain()
1282 struct rt2860_rxwi *rxwi; in rt2860_rx_intr()
1345 rxwi = mtod(m, struct rt2860_rxwi *); in rt2860_rx_intr()
3826 (MCLBYTES - sizeof (struct rt2860_rxwi) - 2)); in rt2860_init()