| /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/wireless/intel/iwlwifi/mld/ |
| H A D | sta.c | 42 return mld_link_sta->fw_id; in iwl_mld_fw_sta_id_from_link_sta() 456 link_mask |= BIT(nan_link->fw_id); in iwl_mld_get_nan_link_mask() 467 int fw_id = iwl_mld_fw_sta_id_from_link_sta(mld, link_sta); in iwl_mld_add_modify_sta_cmd() local 473 if (WARN_ON(fw_id < 0)) in iwl_mld_add_modify_sta_cmd() 496 link_mask = BIT(mld_link->fw_id); in iwl_mld_add_modify_sta_cmd() 501 cmd.sta_id = cpu_to_le32(fw_id); in iwl_mld_add_modify_sta_cmd() 602 u8 fw_id; in IWL_MLD_ALLOC_FN_STATIC() local 623 fw_id = mld_link_sta->fw_id; in IWL_MLD_ALLOC_FN_STATIC() 628 ret = iwl_mld_allocate_link_sta_fw_id(mld, &fw_id, link_sta); in IWL_MLD_ALLOC_FN_STATIC() 640 mld_link_sta->fw_id = fw_id; in IWL_MLD_ALLOC_FN_STATIC() [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 | tx.h | 28 u16 fw_id;
|
| H A D | mld.h | 530 u8 *fw_id, \ 546 *fw_id = idx; \
|
| 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); in iwl_mld_remove_txq() 206 RCU_INIT_POINTER(mld->fw_id_to_txq[mld_txq->fw_id], NULL); in iwl_mld_remove_txq() 623 return iwl_mld_txq_from_mac80211(txq)->fw_id; in iwl_mld_get_tx_queue_id()
|
| H A D | mac80211.c | 983 int fw_id = iwl_mld_allocate_fw_phy_id(mld); in iwl_mld_add_chanctx() local 986 if (fw_id < 0) in iwl_mld_add_chanctx() 987 return fw_id; in iwl_mld_add_chanctx() 990 phy->fw_id = fw_id; in iwl_mld_add_chanctx() 995 mld->used_phy_ids &= ~BIT(phy->fw_id); in iwl_mld_add_chanctx() 1013 mld->used_phy_ids &= ~BIT(phy->fw_id); in iwl_mld_remove_chanctx() 2568 RCU_INIT_POINTER(mld->fw_id_to_link_sta[mld_link_sta->fw_id], in iwl_mld_sta_pre_rcu_remove()
|
| H A D | ftm-initiator.c | 51 cmd->tsf_mac_id = cpu_to_le32(mld_vif->fw_id); in iwl_mld_ftm_cmd_common()
|
| H A D | agg.c | 255 sta_mask |= BIT(mld_link_sta->fw_id); in iwl_mld_reorder()
|
| /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_encap_actions.c | 448 rc = efx_mae_update_rule(efx, fallback->fw_id, in efx_tc_update_encap() 449 rule->fw_id); in efx_tc_update_encap() 453 rule->fw_id, rc); in efx_tc_update_encap() 456 rule->fw_id); in efx_tc_update_encap() 479 encap->fw_id, rc); in efx_tc_update_encap() 483 encap->fw_id); in efx_tc_update_encap() 494 rc = efx_mae_update_rule(efx, acts->fw_id, rule->fw_id); in efx_tc_update_encap() 498 rule->fw_id, rc); in efx_tc_update_encap() 501 rule->fw_id); in efx_tc_update_encap()
|
| 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/clk/renesas/ |
| H A D | r8a78000-cpg.c | 21 u32 fw_id; /* FIXED_CLK() ID */ member 83 dev_dbg(dev, "Mapping DT clock %u to fixed clock %u\n", id, map->fw_id); in r8a78000_clk_get() 85 hw = priv->fixed_hws[map->fw_id]; in r8a78000_clk_get()
|
| /linux/drivers/input/touchscreen/ |
| H A D | wdt87xx_i2c.c | 163 u16 fw_id; member 491 param->fw_id = get_unaligned_le16(&buf[1]); in wdt87xx_get_sysparam() 495 param->fw_id, param->plat_id, in wdt87xx_get_sysparam() 538 chip_id = (wdt->param.fw_id >> 12) & 0xF; in wdt87xx_validate_firmware() 553 u32 fw_id; in wdt87xx_validate_fw_chunk() local 555 fw_id = get_unaligned_le32(data + FW_CHUNK_PAYLOAD_OFFSET); in wdt87xx_validate_fw_chunk() 556 if (fw_id != WDT_FIRMWARE_ID) in wdt87xx_validate_fw_chunk() 897 return sysfs_emit(buf, "%x\n", wdt->param.fw_id); in fw_version_show()
|
| /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/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/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/bluetooth/ |
| H A D | btintel.h | 107 u8 fw_id[BTINTEL_FWID_MAXLEN]; member
|
| /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()
|