Home
last modified time | relevance | path

Searched refs:switch_type (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c90 mtk_switch_type switch_type; in mtkswitch_probe() local
95 switch_type = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in mtkswitch_probe()
96 if (switch_type == MTK_SWITCH_NONE) in mtkswitch_probe()
101 sc->sc_switchtype = switch_type; in mtkswitch_probe()
/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/api/
H A Dtdls.h80 u8 switch_type; member
/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dtdls.c362 cmd.switch_type = type; in iwl_mvm_tdls_config_channel_switch()
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Drtw8851b.c1914 module->switch_type = BTC_SWITCH_INTERNAL; in rtw8851b_btc_set_rfe()
1939 module->switch_type = BTC_SWITCH_EXTERNAL; in rtw8851b_btc_set_rfe()
H A Drtw8852a.c1655 module->switch_type = BTC_SWITCH_INTERNAL; in rtw8852a_btc_set_rfe()
H A Drtw8852b.c2118 module->switch_type = BTC_SWITCH_INTERNAL; in rtw8852b_btc_set_rfe()
H A Drtw8852c.c2326 module->switch_type = BTC_SWITCH_INTERNAL; in rtw8852c_btc_set_rfe()
H A Dcore.h1646 u8 switch_type: 1; member
H A Dfw.c2541 u8_encode_bits(module->switch_type, RTW89_H2C_CXINIT_MOD_INFO_SW_TYPE) | in rtw89_fw_h2c_cxdrv_init()