/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | binding.h | 19 * @id_and_color: ID and color of the relevant Binding, 29 __le32 id_and_color; member 39 * @id_and_color: ID and color of the relevant Binding, 50 __le32 id_and_color; member 67 * @id_and_color: ID and color of the relevant Binding, 74 __le32 id_and_color; member 101 * @id_and_color: ID and color of the relevant Binding. 108 __le32 id_and_color; member
|
H A D | time-event.h | 193 * @id_and_color: ID and color of the relevant MAC, 216 __le32 id_and_color; member 235 * @id_and_color: ID and color of the relevant MAC, 242 __le32 id_and_color; member 251 * @id_and_color: ID and color of the relevant MAC 259 __le32 id_and_color; member 294 * @id_and_color: ID and color of the MAC 305 __le32 id_and_color; member 378 * @id_and_color: the id and color of the mac for which this session protection 394 __le32 id_and_color; member [all...] |
H A D | phy-ctxt.h | 118 * @id_and_color: ID and color of the relevant Binding 128 __le32 id_and_color; member 140 * @id_and_color: ID and color of the relevant Binding 150 __le32 id_and_color; member
|
H A D | mac-cfg.h | 141 * @id_and_color: ID and color of the MAC 144 __le32 id_and_color; member 298 * @id_and_color: ID and color of the MAC 317 __le32 id_and_color; member
|
H A D | tdls.h | 117 * @id_and_color: MAC id and color being configured 127 __le32 id_and_color; /* mac id and color */ member
|
H A D | mac.h | 297 * @id_and_color: ID and color of the MAC 316 __le32 id_and_color; member
|
H A D | power.h | 173 * @id_and_color: MAC contex identifier, &enum iwl_ctxt_id_and_color 214 __le32 id_and_color; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | binding.h | 74 * @id_and_color: ID and color of the relevant Binding, 84 __le32 id_and_color; member 94 * @id_and_color: ID and color of the relevant Binding, 105 __le32 id_and_color; member 130 * @id_and_color: ID and color of the relevant Binding, 137 __le32 id_and_color; member 164 * @id_and_color: ID and color of the relevant Binding. 171 __le32 id_and_color; member
|
H A D | time-event.h | 251 * @id_and_color: ID and color of the relevant MAC, 274 __le32 id_and_color; member 293 * @id_and_color: ID and color of the relevant MAC, 300 __le32 id_and_color; member 309 * @id_and_color: ID and color of the relevant MAC 317 __le32 id_and_color; member 352 * @id_and_color: ID and color of the MAC 363 __le32 id_and_color; member 436 * @id_and_color: the id and color of the mac for which this session protection 451 __le32 id_and_color; member [all...] |
H A D | phy-ctxt.h | 174 * @id_and_color: ID and color of the relevant Binding 184 __le32 id_and_color; member 196 * @id_and_color: ID and color of the relevant Binding 206 __le32 id_and_color; member
|
H A D | tdls.h | 175 * @id_and_color: MAC id and color being configured 185 __le32 id_and_color; /* mac id and color */ member
|
H A D | mac-cfg.h | 165 * @id_and_color: ID and color of the MAC 168 __le32 id_and_color; member
|
H A D | power.h | 231 * @id_and_color: MAC contex identifier, &enum iwl_ctxt_id_and_color 272 __le32 id_and_color; member
|
H A D | mac.h | 346 * @id_and_color: ID and color of the MAC 365 __le32 id_and_color; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | quota.c | 165 u32 id_n_c = le32_to_cpu(data->id_and_color); in iwl_mvm_adjust_quota_for_noa() 223 qdata->id_and_color = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_update_quotas() 274 qdata->id_and_color = in iwl_mvm_update_quotas() 324 if (qdata->id_and_color != last_data->id_and_color) in iwl_mvm_update_quotas() 332 if (qdata->id_and_color == cpu_to_le32(FW_CTXT_INVALID)) in iwl_mvm_update_quotas()
|
H A D | time-event.c | 615 time_cmd.id_and_color = in iwl_mvm_protect_session() 659 .id_and_color = in iwl_mvm_cancel_session_protection() 747 aux_cmd.id_and_color = in iwl_mvm_remove_aux_roc_te() 777 time_cmd.id_and_color = in iwl_mvm_remove_time_event() 894 .id_and_color = in iwl_mvm_start_p2p_roc_session_protection() 946 time_cmd.id_and_color = in iwl_mvm_start_p2p_roc() 1112 time_cmd.id_and_color = in iwl_mvm_schedule_csa_period() 1165 .id_and_color = in iwl_mvm_schedule_session_protection()
|
H A D | binding.c | 95 cmd.id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(phyctxt->id, in iwl_mvm_binding_cmd()
|
H A D | phy-ctxt.c | 130 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(ctxt->id, in iwl_mvm_phy_ctxt_cmd_hdr()
|
H A D | mac-ctxt.c | 502 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_mac_ctxt_cmd_common() 1273 cmd.id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_mac_ctxt_remove() 1566 id_n_color = le32_to_cpu(notif->id_and_color); in iwl_mvm_channel_switch_noa_notif()
|
H A D | power.c | 149 cmd->id_and_color, iwlmvm_mod_params.power_scheme, in iwl_mvm_power_log() 399 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, in iwl_mvm_power_build_cmd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | quota.c | 110 u32 id_n_c = le32_to_cpu(data->id_and_color); in iwl_mvm_adjust_quota_for_noa() 168 qdata->id_and_color = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_update_quotas() 219 qdata->id_and_color = in iwl_mvm_update_quotas() 269 if (qdata->id_and_color != last_data->id_and_color) in iwl_mvm_update_quotas() 277 if (qdata->id_and_color == cpu_to_le32(FW_CTXT_INVALID)) in iwl_mvm_update_quotas()
|
H A D | time-event.c | 635 time_cmd.id_and_color = in iwl_mvm_protect_session() 680 .id_and_color = in iwl_mvm_cancel_session_protection() 777 aux_cmd.id_and_color = in iwl_mvm_remove_aux_roc_te() 807 time_cmd.id_and_color = in iwl_mvm_remove_time_event() 926 .id_and_color = in iwl_mvm_start_p2p_roc_session_protection() 978 time_cmd.id_and_color = in iwl_mvm_start_p2p_roc() 1143 time_cmd.id_and_color = in iwl_mvm_schedule_csa_period() 1195 .id_and_color = in iwl_mvm_schedule_session_protection()
|
H A D | mld-mac.c | 26 cmd->id_and_color = cpu_to_le32(mvmvif->id); in iwl_mvm_mld_mac_ctxt_cmd_common() 303 .id_and_color = cpu_to_le32(mvmvif->id), in iwl_mvm_mld_mac_ctxt_remove()
|
H A D | binding.c | 41 cmd.id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(phyctxt->id, in iwl_mvm_binding_cmd()
|
H A D | phy-ctxt.c | 73 cmd->id_and_color = cpu_to_le32(FW_CMD_ID_AND_COLOR(ctxt->id, in iwl_mvm_phy_ctxt_cmd_hdr()
|