Lines Matching refs:num_hw_modes
14760 param->num_hw_modes = hw_caps->num_hw_modes; in extract_service_ready_ext_tlv()
14762 param->num_hw_modes = 0; in extract_service_ready_ext_tlv()
15126 if (!hw_caps->num_hw_modes || in extract_hw_mode_cap_service_ready_ext_tlv()
15128 hw_caps->num_hw_modes > PSOC_MAX_HW_MODE || in extract_hw_mode_cap_service_ready_ext_tlv()
15129 hw_caps->num_hw_modes > param_buf->num_hw_mode_caps) in extract_hw_mode_cap_service_ready_ext_tlv()
15132 if (hw_mode_idx >= hw_caps->num_hw_modes) in extract_hw_mode_cap_service_ready_ext_tlv()
15211 if (hw_caps->num_hw_modes > PSOC_MAX_HW_MODE || in extract_mac_phy_cap_service_ready_ext_tlv()
15212 hw_caps->num_hw_modes > param_buf->num_hw_mode_caps) { in extract_mac_phy_cap_service_ready_ext_tlv()
15214 hw_caps->num_hw_modes, param_buf->num_hw_mode_caps); in extract_mac_phy_cap_service_ready_ext_tlv()
15218 for (hw_idx = 0; hw_idx < hw_caps->num_hw_modes; hw_idx++) { 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()