Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c92 mtk_switch_type switch_type; in mtkswitch_probe() local
97 switch_type = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in mtkswitch_probe()
98 if (switch_type == MTK_SWITCH_NONE) in mtkswitch_probe()
103 sc->sc_switchtype = switch_type; in mtkswitch_probe()
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dtdls.h80 u8 switch_type; member
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dtdls.c362 cmd.switch_type = type; in iwl_mvm_tdls_config_channel_switch()