Home
last modified time | relevance | path

Searched refs:num_phy (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.h273 u8 num_phy; member
H A Dqmi.c586 num_phy),
2368 ab->qmi.num_radios = resp.num_phy; in ath12k_qmi_phy_cap_send()
2376 resp.num_phy_valid, resp.num_phy, in ath12k_qmi_phy_cap_send()
H A Dwmi.c54 u32 num_phy; member
497 if (phy_id >= le32_to_cpu(svc->soc_hal_reg_caps->num_phy)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
626 if (phy_idx >= le32_to_cpu(reg_caps->num_phy)) in ath12k_pull_reg_cap_svc_rdy_ext()
4801 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->arg.num_phy) in ath12k_wmi_ext_hal_reg_caps_parse()
4827 for (i = 0; i < svc_rdy_ext->arg.num_phy; i++) { in ath12k_wmi_ext_hal_reg_caps()
4859 svc_rdy_ext->arg.num_phy = le32_to_cpu(svc_rdy_ext->soc_hal_reg_caps->num_phy); in ath12k_wmi_ext_soc_hal_reg_caps_parse()
6059 reg_info->num_phy = le32_to_cpu(ev->num_phy); in ath12k_pull_reg_chan_list_ext_update_ev()
H A Dwmi.h2794 __le32 num_phy; member
4443 __le32 num_phy; member
/linux/net/bluetooth/
H A Dhci_sync.c3041 u8 num_phy = 0x00; in hci_le_set_ext_scan_param_sync() local
3074 num_phy++; in hci_le_set_ext_scan_param_sync()
3083 num_phy++; in hci_le_set_ext_scan_param_sync()
3089 if (num_phy) in hci_le_set_ext_scan_param_sync()
3100 num_phy++; in hci_le_set_ext_scan_param_sync()
3107 num_phy++; in hci_le_set_ext_scan_param_sync()
3112 if (!num_phy) in hci_le_set_ext_scan_param_sync()
3116 sizeof(*cp) + sizeof(*phy) * num_phy, in hci_le_set_ext_scan_param_sync()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c401 if (phy_id >= hal_reg_caps->num_phy) in ath11k_pull_mac_phy_cap_svc_ready_ext()
506 if (phy_idx >= reg_caps->num_phy) in ath11k_pull_reg_cap_svc_rdy_ext()
4836 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->param.num_phy) in ath11k_wmi_tlv_ext_hal_reg_caps_parse()
4862 for (i = 0; i < svc_rdy_ext->param.num_phy; i++) { in ath11k_wmi_tlv_ext_hal_reg_caps()
4896 svc_rdy_ext->param.num_phy = svc_rdy_ext->soc_hal_reg_caps->num_phy; in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
5326 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev()
5570 reg_info->num_phy = ev->num_phy; in ath11k_pull_reg_chan_list_ext_update_ev()