Home
last modified time | relevance | path

Searched refs:switch_status (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mpr/
H A Dmpr_mapping.h113 uint8_t switch_status; member
H A Dmpr_mapping.c2975 topo_change.switch_status = event_data->SwitchStatus; in mpr_mapping_pcie_topology_change_event()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h338 u8 switch_status; member
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8821c.c880 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch()
884 if (switch_status == coex_dm->cur_switch_status) in rtw8821c_coex_cfg_ant_switch()
896 coex_dm->cur_switch_status = switch_status; in rtw8821c_coex_cfg_ant_switch()
813 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; rtw8821c_coex_cfg_ant_switch() local