Home
last modified time | relevance | path

Searched refs:sc_check_frame (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192e/usb/
H A Dr92eu_attach.c120 sc->sc_check_frame = rtwn_nop_int_softc_mbuf; in r92eu_attach()
/freebsd/sys/dev/rtwn/rtl8188e/usb/
H A Dr88eu_attach.c142 sc->sc_check_frame = rtwn_nop_int_softc_mbuf; in r88eu_attach()
/freebsd/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_attach.c149 sc->sc_check_frame = rtwn_nop_int_softc_mbuf; in r88ee_attach()
/freebsd/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_attach.c179 sc->sc_check_frame = rtwn_nop_int_softc_mbuf; in r92ce_attach()
/freebsd/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_attach.c171 sc->sc_check_frame = rtwn_nop_int_softc_mbuf; in r92cu_attach()
/freebsd/sys/dev/rtwn/
H A Dif_rtwnvar.h354 int (*sc_check_frame)(struct rtwn_softc *, struct mbuf *); member
556 (((_sc)->sc_check_frame)((_sc), (_m)))
/freebsd/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_attach.c189 sc->sc_check_frame = r12a_check_frame_checksum; in r21au_attach()
/freebsd/sys/dev/rtwn/rtl8812a/usb/
H A Dr12au_attach.c204 sc->sc_check_frame = r12a_check_frame_checksum; in r12au_attach()