Lines Matching refs:phy_id
857 uint32_t phy_id) in convert_host_phy_id_to_target_phy_id() argument
860 phy_id >= WMI_MAX_RADIOS) { in convert_host_phy_id_to_target_phy_id()
861 return phy_id; in convert_host_phy_id_to_target_phy_id()
864 return wmi_handle->cmd_phy_id_map[phy_id]; in convert_host_phy_id_to_target_phy_id()
875 uint32_t phy_id) in convert_target_phy_id_to_host_phy_id() argument
878 phy_id >= WMI_MAX_RADIOS) { in convert_target_phy_id_to_host_phy_id()
879 return phy_id; in convert_target_phy_id_to_host_phy_id()
882 return wmi_handle->evt_phy_id_map[phy_id]; in convert_target_phy_id_to_host_phy_id()
13324 param->phy_id = reg_caps->phy_id; in extract_hal_reg_cap_ext2_tlv()
15195 uint8_t *event, uint8_t hw_mode_id, uint8_t phy_id, in extract_mac_phy_cap_service_ready_ext_tlv() argument
15232 phy_idx += phy_id; in extract_mac_phy_cap_service_ready_ext_tlv()
15246 param->phy_id = mac_phy_caps->phy_id; in extract_mac_phy_cap_service_ready_ext_tlv()
15485 uint8_t *event, uint8_t hw_mode_id, uint8_t phy_id, in extract_mac_phy_cap_service_ready_ext2_tlv() argument
15508 (phy_id != mac_phy_caps->phy_id)) in extract_mac_phy_cap_service_ready_ext2_tlv()
15512 param->phy_id = mac_phy_caps->phy_id; in extract_mac_phy_cap_service_ready_ext2_tlv()
15564 param->phy_id = ext_reg_cap->phy_id; in extract_reg_cap_service_ready_ext_tlv()
15666 param->phy_id = scan_radio_caps->phy_id; in extract_scan_radio_cap_service_ready_ext2_tlv()
16755 reg_info->phy_id = wmi_handle->ops->convert_phy_id_target_to_host( in extract_reg_chan_list_ext_update_event_tlv()
16756 wmi_handle, ext_chan_list_event_hdr->phy_id); in extract_reg_chan_list_ext_update_event_tlv()
16797 reg_info->num_phy, reg_info->phy_id); in extract_reg_chan_list_ext_update_event_tlv()
17239 afc_info->phy_id = wmi_handle->ops->convert_phy_id_target_to_host( in copy_afc_event_common_info()
17240 wmi_handle, event_fixed_hdr->phy_id); in copy_afc_event_common_info()
17241 wmi_debug("phy_id %d", afc_info->phy_id); in copy_afc_event_common_info()
17328 reg_info->phy_id = wmi_handle->ops->convert_phy_id_target_to_host( in extract_reg_chan_list_update_event_tlv()
17329 wmi_handle, chan_list_event_hdr->phy_id); in extract_reg_chan_list_update_event_tlv()
17342 reg_info->num_phy, reg_info->phy_id); in extract_reg_chan_list_update_event_tlv()
17848 uint32_t phy_id) in convert_host_phy_id_to_target_phy_id_legacy() argument
17851 return phy_id; in convert_host_phy_id_to_target_phy_id_legacy()
17865 uint32_t phy_id) in convert_target_phy_id_to_host_phy_id_legacy() argument
17868 return phy_id; in convert_target_phy_id_to_host_phy_id_legacy()