Searched refs:hw_idx (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ ! |
H A D | service_ready_util.c | 215 static int get_hw_mode(wmi_unified_t handle, uint8_t *evt, uint8_t hw_idx, in get_hw_mode() argument 221 hw_idx, cap); in get_hw_mode() 340 uint8_t hw_idx; in init_deinit_populate_hw_mode_capability() local 358 for (hw_idx = 0; hw_idx < num_hw_modes; hw_idx++) { in init_deinit_populate_hw_mode_capability() 359 status = get_hw_mode(wmi_handle, event, hw_idx, in init_deinit_populate_hw_mode_capability() 360 &hw_mode_caps[hw_idx]); in init_deinit_populate_hw_mode_capability() 364 if (hw_idx < WMI_HOST_HW_MODE_MAX) { in init_deinit_populate_hw_mode_capability() 365 info->hw_modes.hw_mode_ids[hw_idx] = in init_deinit_populate_hw_mode_capability() 366 hw_mode_caps[hw_idx].hw_mode_id; in init_deinit_populate_hw_mode_capability() 367 info->hw_modes.phy_bit_map[hw_idx] = in init_deinit_populate_hw_mode_capability() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ ! |
H A D | ce_service.c | 935 unsigned int *hw_idx, in ce_completed_send_next() argument 950 hw_idx, toeplitz_hash_result); in ce_completed_send_next() 973 unsigned int sw_idx, hw_idx; in ce_per_engine_servicereap() local 1008 &nbytes, &id, &sw_idx, &hw_idx, in ce_per_engine_servicereap() 1018 nbytes, id, sw_idx, hw_idx, in ce_per_engine_servicereap() 1088 unsigned int sw_idx, hw_idx; in ce_engine_service_reg() local 1147 &id, &sw_idx, &hw_idx, in ce_engine_service_reg() 1155 hw_idx, toeplitz_hash_result); in ce_engine_service_reg() 1172 &id, &sw_idx, &hw_idx, in ce_engine_service_reg() 1177 nbytes, id, sw_idx, hw_idx, in ce_engine_service_reg()
|
H A D | ce_api.h | 386 unsigned int *hw_idx, 656 unsigned int *hw_idx,
|
H A D | ce_service_legacy.c | 942 unsigned int *hw_idx, in ce_completed_send_next_nolock_legacy() argument 973 if (hw_idx) in ce_completed_send_next_nolock_legacy() 974 *hw_idx = read_index; in ce_completed_send_next_nolock_legacy()
|
H A D | ce_service_srng.c | 592 unsigned int *hw_idx, in ce_completed_send_next_nolock_srng() argument
|
H A D | ce_main.c | 3558 unsigned int sw_idx = sw_index, hw_idx = hw_index; in hif_pci_ce_send_done() local 3579 &sw_idx, &hw_idx, in hif_pci_ce_send_done()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ ! |
H A D | wmi_unified_tlv.c | 15202 uint8_t hw_idx, phy_idx = 0, pdev_id; in extract_mac_phy_cap_service_ready_ext_tlv() local 15218 for (hw_idx = 0; hw_idx < hw_caps->num_hw_modes; hw_idx++) { in extract_mac_phy_cap_service_ready_ext_tlv() 15219 if (hw_mode_id == param_buf->hw_mode_caps[hw_idx].hw_mode_id) in extract_mac_phy_cap_service_ready_ext_tlv() 15222 phy_map = param_buf->hw_mode_caps[hw_idx].phy_id_map; in extract_mac_phy_cap_service_ready_ext_tlv() 15229 if (hw_idx == hw_caps->num_hw_modes) in extract_mac_phy_cap_service_ready_ext_tlv()
|