Home
last modified time | relevance | path

Searched refs:phy_idx (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/inc/
Dtarget_if_direct_buf_rx_api.h194 struct wlan_objmgr_pdev *pdev, int phy_idx);
227 struct wlan_objmgr_pdev *pdev, int phy_idx) in target_if_dbr_update_pdev_for_hw_mode_change() argument
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/
Dtarget_if_direct_buf_rx_api.c246 struct wlan_objmgr_pdev *pdev, int phy_idx) in target_if_dbr_update_pdev_for_hw_mode_change() argument
266 (void *)dbr_psoc_obj->dbr_pdev_obj[phy_idx]; in target_if_dbr_update_pdev_for_hw_mode_change()
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
Dtarget_if.h384 int32_t phy_idx; member
1911 (struct target_pdev_info *pdev_info, int32_t phy_idx) in target_pdev_set_phy_idx() argument
1916 pdev_info->phy_idx = phy_idx; in target_pdev_set_phy_idx()
1933 return pdev_info->phy_idx; in target_pdev_get_phy_idx()
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/inc/
Dservice_ready_param.h205 uint8_t phy_idx; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_api.c1824 wmi_unified_t wmi_handle, void *evt_buf, uint8_t phy_idx, in wmi_extract_hal_reg_cap_ext2() argument
1829 wmi_handle, evt_buf, phy_idx, hal_reg_cap); in wmi_extract_hal_reg_cap_ext2()
2710 uint8_t phy_idx, in wmi_extract_mac_phy_cap_service_ready_ext2() argument
2716 phy_idx, mac_phy_cap); in wmi_extract_mac_phy_cap_service_ready_ext2()
2723 uint8_t *evt_buf, uint8_t phy_idx, in wmi_extract_reg_cap_service_ready_ext() argument
2729 evt_buf, phy_idx, param); in wmi_extract_reg_cap_service_ready_ext()
Dwmi_unified_tlv.c13303 wmi_unified_t wmi_handle, void *evt_buf, uint8_t phy_idx, in extract_hal_reg_cap_ext2_tlv() argument
13319 if (phy_idx >= param_buf->num_hal_reg_caps) in extract_hal_reg_cap_ext2_tlv()
13322 reg_caps = &param_buf->hal_reg_caps[phy_idx]; in extract_hal_reg_cap_ext2_tlv()
15202 uint8_t hw_idx, phy_idx = 0, pdev_id; in extract_mac_phy_cap_service_ready_ext_tlv() local
15225 phy_idx++; in extract_mac_phy_cap_service_ready_ext_tlv()
15232 phy_idx += phy_id; in extract_mac_phy_cap_service_ready_ext_tlv()
15233 if (phy_idx >= param_buf->num_mac_phy_caps) in extract_mac_phy_cap_service_ready_ext_tlv()
15236 mac_phy_caps = &param_buf->mac_phy_caps[phy_idx]; in extract_mac_phy_cap_service_ready_ext_tlv()
15239 param->phy_idx = phy_idx; in extract_mac_phy_cap_service_ready_ext_tlv()
15486 uint8_t phy_idx, in extract_mac_phy_cap_service_ready_ext2_tlv() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_api.h2893 wmi_unified_t wmi_handle, void *evt_buf, uint8_t phy_idx,
3875 uint8_t phy_idx,
3891 uint8_t *evt_buf, uint8_t phy_idx,
Dwmi_unified_priv.h1775 wmi_unified_t wmi_handle, void *evt_buf, uint8_t phy_idx,
2291 uint8_t phy_idx,
2296 uint8_t *evt_buf, uint8_t phy_idx,
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dservice_ready_util.c961 mac_phy_cap->phy_idx, in init_deinit_populate_mac_phy_cap_ext2()