Lines Matching refs:URTW_RTL8187B

804 		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()
1829 if (sc->sc_flags & URTW_RTL8187B) { in urtw_tx_start()
1986 if (sc->sc_flags & URTW_RTL8187B) in urtw_update_msr()
2327 if (sc->sc_flags & URTW_RTL8187B) { in urtw_get_txpwr()
2369 if (sc->sc_flags & URTW_RTL8187B) { in urtw_get_rfchip()
2390 sc->sc_flags |= URTW_RTL8187B; in urtw_get_rfchip()
2437 (sc->sc_flags & URTW_RTL8187B) ? "rtl8187b" : "rtl8187l", in urtw_get_rfchip()
2440 (sc->sc_flags & URTW_RTL8187B) ? ((data8 == 0) ? "b" : in urtw_get_rfchip()
2841 if (sc->sc_flags & URTW_RTL8187B) { in urtw_8225_rf_stop()
3827 usbd_transfer_start((sc->sc_flags & URTW_RTL8187B) ? in urtw_rx_enable()
3834 if ((sc->sc_flags & URTW_RTL8187B) == 0) { in urtw_rx_enable()
3849 if (sc->sc_flags & URTW_RTL8187B) { in urtw_tx_enable()
3904 if (sc->sc_flags & URTW_RTL8187B) { in urtw_rx_setconf()
3957 if (sc->sc_flags & URTW_RTL8187B) { in urtw_rxeof()
4336 if (sc->sc_flags & URTW_RTL8187B) { in urtw_updateslottask()