Searched refs:tot_phy_id (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.c49 u32 tot_phy_id; member in struct:ath12k_wmi_svc_rdy_ext_parse
3975 svc_rdy_ext->tot_phy_id += fls(phy_map);
4032 if (svc_rdy_ext->n_mac_phy_caps >= svc_rdy_ext->tot_phy_id)
4037 svc_rdy_ext->mac_phy_caps = kzalloc((svc_rdy_ext->tot_phy_id) * len,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c43 u32 tot_phy_id; member in struct:wmi_tlv_svc_rdy_ext_parse
4683 svc_rdy_ext->tot_phy_id++;
4740 if (svc_rdy_ext->n_mac_phy_caps >= svc_rdy_ext->tot_phy_id)
4745 svc_rdy_ext->mac_phy_caps = kcalloc(svc_rdy_ext->tot_phy_id,

Completed in 249 milliseconds