| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_late_bind_fw.c | 200 int fw_id; in xe_late_bind_wait_for_worker_completion() local 202 for (fw_id = 0; fw_id < XE_LB_FW_MAX_ID; fw_id++) { in xe_late_bind_wait_for_worker_completion() 203 lbfw = &late_bind->late_bind_fw[fw_id]; in xe_late_bind_wait_for_worker_completion() 276 int fw_id; in xe_late_bind_fw_load() local 284 for (fw_id = 0; fw_id < XE_LB_FW_MAX_ID; fw_id++) { in xe_late_bind_fw_load() 285 lbfw = &late_bind->late_bind_fw[fw_id]; in xe_late_bind_fw_load() 294 static int __xe_late_bind_fw_init(struct xe_late_bind *late_bind, u32 fw_id) in __xe_late_bind_fw_init() argument 303 if (fw_id >= XE_LB_FW_MAX_ID) in __xe_late_bind_fw_init() 306 lb_fw = &late_bind->late_bind_fw[fw_id]; in __xe_late_bind_fw_init() 308 lb_fw->id = fw_id; in __xe_late_bind_fw_init() [all …]
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc.h | 35 u32 fw_id; /* index of this entry in firmware MAC address table */ member 85 u32 fw_id; member 167 u32 fw_id; /* index of this entry in firmware encap match table */ member 176 u8 fw_id; /* index allocated for use in the MAE */ member 188 u32 fw_id; member 204 u32 fw_id; member 212 u32 fw_id; member
|
| H A D | mae.c | 895 cnt->fw_id = MCDI_DWORD(outbuf, MAE_COUNTER_ALLOC_OUT_COUNTER_ID); in efx_mae_allocate_counter() 908 MCDI_SET_DWORD(inbuf, MAE_COUNTER_FREE_V2_IN_FREE_COUNTER_ID, cnt->fw_id); in efx_mae_free_counter() 922 cnt->fw_id)) in efx_mae_free_counter() 965 encap->fw_id = MCDI_DWORD(outbuf, MAE_ENCAP_HEADER_ALLOC_OUT_ENCAP_HEADER_ID); in efx_mae_allocate_encap_md() 981 encap->fw_id); in efx_mae_update_encap_md() 1002 MCDI_SET_DWORD(inbuf, MAE_ENCAP_HEADER_FREE_IN_EH_ID, encap->fw_id); in efx_mae_free_encap_md() 1013 if (WARN_ON(MCDI_DWORD(outbuf, MAE_ENCAP_HEADER_FREE_OUT_FREED_EH_ID) != encap->fw_id)) in efx_mae_free_encap_md() 1018 encap->fw_id = MC_CMD_MAE_ENCAP_HEADER_ALLOC_OUT_ENCAP_HEADER_ID_NULL; in efx_mae_free_encap_md() 1241 ped->fw_id = MCDI_DWORD(outbuf, MAE_MAC_ADDR_ALLOC_OUT_MAC_ID); in efx_mae_allocate_pedit_mac() 1261 MCDI_SET_DWORD(inbuf, MAE_MAC_ADDR_FREE_IN_MAC_ID, ped->fw_id); in efx_mae_free_pedit_mac() [all …]
|
| H A D | tc.c | 182 efx_mae_free_action_set(efx, act->fw_id); in efx_tc_free_action_set() 480 encap->fw_id, rc); in efx_tc_flower_release_encap_match() 727 rid->fw_id = rc; in efx_tc_get_recirc_id() 739 ida_free(&efx->tc->recirc_ida, rid->fw_id); in efx_tc_put_recirc_id() 745 efx_mae_delete_rule(efx, rule->fw_id); in efx_tc_delete_rule() 753 rule->fw_id = MC_CMD_MAE_ACTION_RULE_INSERT_OUT_ACTION_RULE_ID_NULL; in efx_tc_delete_rule() 1716 match.value.recirc_id = rid->fw_id; in efx_tc_flower_replace_foreign() 1961 rule->acts.fw_id, &rule->fw_id); in efx_tc_flower_replace_foreign() 2152 match.value.recirc_id = rid->fw_id; in efx_tc_flower_replace() 2518 acts_id = rule->fallback->fw_id; in efx_tc_flower_replace() [all …]
|
| H A D | tc_counters.h | 26 u32 fw_id; /* index in firmware counter table */ member
|
| H A D | tc_encap_actions.h | 83 u32 fw_id; /* index of this entry in firmware encap table */ member
|
| H A D | ef100_rep.c | 33 efv->dflt.fw_id = MC_CMD_MAE_ACTION_RULE_INSERT_OUT_ACTION_RULE_ID_NULL; in efx_ef100_rep_init_struct()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | iface.c | 223 cmd->id_and_color = cpu_to_le32(mld_vif->fw_id); in iwl_mld_fill_mac_cmd_sta() 428 .id_and_color = cpu_to_le32(mld_vif->fw_id), in iwl_mld_mlo_scan_start_wk() 519 mld_vif->fw_id = IWL_MLD_INVALID_FW_ID; in iwl_mld_set_vif_associated() 538 mld_vif->nan.links[i].fw_id = FW_CTXT_ID_INVALID; in iwl_mld_get_fw_bss_vifs_ids() 585 ret = iwl_mld_allocate_vif_fw_id(mld, &mld_vif->fw_id, vif); in iwl_mld_handle_probe_resp_data_notif() 591 RCU_INIT_POINTER(mld->fw_id_to_vif[mld_vif->fw_id], NULL); in iwl_mld_handle_probe_resp_data_notif() 606 ret = iwl_mld_allocate_vif_fw_id(mld, &mld_vif->fw_id, vif); in iwl_mld_handle_probe_resp_data_notif() 612 RCU_INIT_POINTER(mld->fw_id_to_vif[mld_vif->fw_id], NULL); in iwl_mld_handle_probe_resp_data_notif() 637 RCU_INIT_POINTER(mld->fw_id_to_vif[mld_vif->fw_id], NULL); in iwl_mld_handle_datapath_monitor_notif() 643 mld_vif->fw_id); in iwl_mld_handle_datapath_monitor_notif() 744 int fw_id; iwl_mld_get_bss_vif() local [all...] |
| H A D | link.c | 72 cmd.link_id = cpu_to_le32(link->fw_id); in iwl_mld_fill_rates() 73 cmd.mac_id = cpu_to_le32(mld_vif->fw_id); in iwl_mld_fill_rates() 283 cmd.link_id = cpu_to_le32(mld_link->fw_id); in iwl_mld_change_link_in_fw() 285 cmd.mac_id = cpu_to_le32(mld_vif->fw_id); in iwl_mld_change_link_in_fw() 290 iwl_mld_phy_from_mac80211(chan_ctx)->fw_id : in iwl_mld_change_link_in_fw() 474 mld_link->fw_id); in iwl_mld_add_link() 488 cmd.link_id = cpu_to_le32(mld_link->fw_id); in iwl_mld_add_link() 509 return iwl_mld_allocate_link_fw_id(mld, &mld_link->fw_id, link); in iwl_mld_remove_link() 543 RCU_INIT_POINTER(mld->fw_id_to_bss_conf[link->fw_id], NULL); in iwl_mld_handle_missed_beacon_notif() 572 if (WARN_ON(link->fw_id > in iwl_mld_handle_missed_beacon_notif() [all...] |
| H A D | session-protect.c | 55 .id_and_color = cpu_to_le32(link->fw_id), in _iwl_mld_schedule_session_protection() 208 cmd.id_and_color = cpu_to_le32(link->fw_id); in iwl_mld_cancel_session_protection()
|
| H A D | power.c | 235 cmd->id_and_color = cpu_to_le32(mld_vif->fw_id); in iwl_mld_power_build_cmd() 325 __le32 fw_id = cpu_to_le32(mld_vif->fw_id); in iwl_mld_tpe_sta_cmd_data() 356 cmd->id_and_color = fw_id; in iwl_mld_set_ap_power_type() 495 cmd.link_id = cpu_to_le16(mld_link->fw_id); 536 cmd.common.link_id = cpu_to_le32(mld_link->fw_id);
|
| H A D | tx.h | 28 u16 fw_id;
|
| H A D | tx.c | 117 mld_txq->fw_id = id; in iwl_mld_add_txq() 196 WARN_ON(mld_txq->fw_id >= ARRAY_SIZE(mld->fw_id_to_txq))) in iwl_mld_remove_txq() 204 iwl_mld_free_txq(mld, sta_msk, tid, mld_txq->fw_id); 206 RCU_INIT_POINTER(mld->fw_id_to_txq[mld_txq->fw_id], NULL); 623 return iwl_mld_txq_from_mac80211(txq)->fw_id; in iwl_mld_get_tx_queue_id()
|
| H A D | phy.c | 142 .id_and_color = cpu_to_le32(phy->fw_id), in iwl_mld_phy_fw_action()
|
| H A D | mac80211.c | 984 int fw_id = iwl_mld_allocate_fw_phy_id(mld); in iwl_mld_remove_chanctx() 987 if (fw_id < 0) in iwl_mld_remove_chanctx() 988 return fw_id; in iwl_mld_remove_chanctx() 991 phy->fw_id = fw_id; 996 mld->used_phy_ids &= ~BIT(phy->fw_id); in iwl_mld_change_chanctx() 1014 mld->used_phy_ids &= ~BIT(phy->fw_id); in iwl_mld_change_chanctx() 2567 RCU_INIT_POINTER(mld->fw_id_to_link_sta[mld_link_sta->fw_id], in iwl_mld_mac80211_mgd_protect_tdls_discover() 958 int fw_id = iwl_mld_allocate_fw_phy_id(mld); iwl_mld_add_chanctx() local
|
| H A D | ap.c | 108 cmd->link_id = cpu_to_le32(mld_link->fw_id); in iwl_mld_fill_beacon_template_cmd() 255 cmd.link_id = cpu_to_le32(mld_link->fw_id); in iwl_mld_send_ap_early_keys()
|
| H A D | ftm-initiator.c | 51 cmd->tsf_mac_id = cpu_to_le32(mld_vif->fw_id); in iwl_mld_ftm_cmd_common()
|
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | amd_cper.h | 161 uint64_t fw_id : 1; member 168 char fw_id[48]; member 226 char fw_id[48]; member
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_free_list.c | 183 fw_data->freelist_id = free_list->fw_id; in free_list_fw_init() 434 &free_list->fw_id, in pvr_free_list_create() 457 xa_erase(&free_list->pvr_dev->free_list_ids, free_list->fw_id); in pvr_free_list_create() 477 xa_erase(&free_list->pvr_dev->free_list_ids, free_list->fw_id); in pvr_free_list_release()
|
| H A D | pvr_free_list.h | 70 u32 fw_id; member
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_proc.c | 20 u32 fw_id; member 59 snd_iprintf(buffer, "Firmware ID:\t0x%X\n", info->fw_id); in proc_read_hw_info()
|
| /linux/drivers/infiniband/hw/bng_re/ |
| H A D | bng_dev.c | 178 req.stat_ctx_id = cpu_to_le32(rdev->stats_ctx.fw_id); in bng_re_stats_ctx_free() 198 stats->fw_id = BNGE_INVALID_STATS_CTX_ID; in bng_re_stats_ctx_alloc() 209 stats->fw_id = le32_to_cpu(resp.stat_ctx_id); in bng_re_stats_ctx_alloc()
|
| /linux/drivers/message/fusion/ |
| H A D | mptsas.c | 1449 u8 fw_id; in mptsas_add_end_device() local 1458 fw_id = phy_info->attached.id; in mptsas_add_end_device() 1463 __func__, fw_id, __LINE__)); in mptsas_add_end_device() 1471 __func__, fw_id, __LINE__)); in mptsas_add_end_device() 1496 __func__, fw_id, __LINE__)); in mptsas_add_end_device() 1504 __func__, fw_id, __LINE__)); in mptsas_add_end_device() 1527 u8 fw_id; in mptsas_del_end_device() local 1533 fw_id = phy_info->attached.id; in mptsas_del_end_device() 1539 __func__, fw_id, __LINE__)); in mptsas_del_end_device() 1546 __func__, fw_id, __LINE__)); in mptsas_del_end_device() [all …]
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 523 debugfs_create_x32("fw_id", 0444, root, &dsp->fw_id); in cs_dsp_init_debugfs() 1866 dsp->fw_id = be32_to_cpu(fw->id); in cs_dsp_parse_wmfw_id_header() 1870 dsp->fw_id, (dsp->fw_id_version & 0xff0000) >> 16, in cs_dsp_parse_wmfw_id_header() 1878 dsp->fw_id = be32_to_cpu(fw->id); in cs_dsp_parse_wmfw_v3_id_header() 1883 dsp->fw_id, dsp->fw_vendor_id, in cs_dsp_parse_wmfw_v3_id_header() 2313 if (le32_to_cpu(blk->id) == dsp->fw_id && in cs_dsp_load_coeff() 2868 dsp->fw_id = 0; in cs_dsp_power_down()
|
| /linux/drivers/bluetooth/ |
| H A D | btintel.c | 668 snprintf(version->fw_id, sizeof(version->fw_id), in btintel_parse_version_tlv() 2300 /* ibt-<cnvi_top type+cnvi_top step>-<cnvr_top type+cnvr_top step-fw_id> */ in btintel_get_fw_name_tlv() 2301 if (memcmp(ver->fw_id, zero, sizeof(zero))) { in btintel_get_fw_name_tlv() 2304 ver->fw_id, suffix); in btintel_get_fw_name_tlv()
|