Home
last modified time | relevance | path

Searched refs:URTW_RTL8187B (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c804 sc->sc_flags |= URTW_RTL8187B; in urtw_attach()
817 if (sc->sc_flags & URTW_RTL8187B) { in urtw_attach()
834 if (sc->sc_flags & URTW_RTL8187B) { in urtw_attach()
918 usbd_transfer_unsetup(sc->sc_xfer, (sc->sc_flags & URTW_RTL8187B) ? in urtw_attach()
944 n_xfers = (sc->sc_flags & URTW_RTL8187B) ? in urtw_detach()
1066 error = (sc->sc_flags & URTW_RTL8187B) ? urtw_adapter_start_b(sc) : in urtw_init()
1091 if (sc->sc_flags & URTW_RTL8187B) in urtw_init()
1384 max = (sc->sc_flags & URTW_RTL8187B) ? URTW_8187B_N_XFERS : in urtw_abort_xfers()
1774 xferlen += (sc->sc_flags & URTW_RTL8187B) ? (4 * 8) : (4 * 3); in urtw_tx_start()
1791 if (sc->sc_flags & URTW_RTL8187B) { in urtw_tx_start()
[all …]
H A Dif_urtwvar.h105 #define URTW_RTL8187B (1 << 2) macro