Home
last modified time | relevance | path

Searched refs:r92e_handle_c2h_report (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192e/
H A Dr92e_rx.c58 r92e_handle_c2h_report(struct rtwn_softc *sc, uint8_t *buf, int len) in r92e_handle_c2h_report() function
82 r92e_handle_c2h_report(struct rtwn_softc *sc, uint8_t *buf, int len) in r92e_handle_c2h_report() function
H A Dr92e.h77 void r92e_handle_c2h_report(struct rtwn_softc *, uint8_t *, int);
/freebsd/sys/dev/rtwn/rtl8192e/usb/
H A Dr92eu_attach.c120 sc->sc_handle_c2h_report = r92e_handle_c2h_report; in r92eu_attach()