| /Linux-v6.1/drivers/net/ethernet/sfc/ |
| D | mae.c | 308 act->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_ALLOC_OUT_AS_ID); in efx_mae_alloc_action_set() 312 if (WARN_ON_ONCE(efx_mae_asl_id(act->fw_id))) { in efx_mae_alloc_action_set() 313 efx_mae_free_action_set(efx, act->fw_id); in efx_mae_alloc_action_set() 319 int efx_mae_free_action_set(struct efx_nic *efx, u32 fw_id) in efx_mae_free_action_set() argument 326 MCDI_SET_DWORD(inbuf, MAE_ACTION_SET_FREE_IN_AS_ID, fw_id); in efx_mae_free_action_set() 337 if (WARN_ON(MCDI_DWORD(outbuf, MAE_ACTION_SET_FREE_OUT_FREED_AS_ID) != fw_id)) in efx_mae_free_action_set() 360 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list() 372 i, act->fw_id); in efx_mae_alloc_action_set_list() 384 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list() 388 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list() [all …]
|
| D | tc.c | 74 efx_mae_free_action_set(efx, act->fw_id); in efx_tc_free_action_set() 103 efx_mae_delete_rule(efx, rule->fw_id); in efx_tc_delete_rule() 107 rule->fw_id = MC_CMD_MAE_ACTION_RULE_INSERT_OUT_ACTION_RULE_ID_NULL; in efx_tc_delete_rule() 119 efx_mae_delete_rule(efx, rule->fw_id); in efx_tc_flow_free() 356 rule->acts.fw_id, &rule->fw_id); in efx_tc_flower_replace() 461 acts->fw_id, &rule->fw_id); in efx_tc_configure_default_rule() 469 efx_mae_free_action_set(efx, act->fw_id); in efx_tc_configure_default_rule() 509 if (rule->fw_id != MC_CMD_MAE_ACTION_RULE_INSERT_OUT_ACTION_RULE_ID_NULL) in efx_tc_deconfigure_default_rule() 511 rule->fw_id = MC_CMD_MAE_ACTION_RULE_INSERT_OUT_ACTION_RULE_ID_NULL; in efx_tc_deconfigure_default_rule() 650 efx->tc->dflt.pf.fw_id = MC_CMD_MAE_ACTION_RULE_INSERT_OUT_ACTION_RULE_ID_NULL; in efx_init_struct_tc() [all …]
|
| D | tc.h | 39 u32 fw_id; /* index of this entry in firmware actions table */ member 56 u32 fw_id; member 64 u32 fw_id; member
|
| D | mae.h | 45 int efx_mae_free_action_set(struct efx_nic *efx, u32 fw_id);
|
| D | ef100_rep.c | 31 efv->dflt.fw_id = MC_CMD_MAE_ACTION_RULE_INSERT_OUT_ACTION_RULE_ID_NULL; in efx_ef100_rep_init_struct()
|
| /Linux-v6.1/drivers/input/touchscreen/ |
| 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() 899 return scnprintf(buf, PAGE_SIZE, "%x\n", wdt->param.fw_id); in fw_version_show()
|
| /Linux-v6.1/sound/firewire/bebob/ |
| 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-v6.1/include/linux/firmware/cirrus/ |
| D | cs_dsp.h | 163 unsigned int fw_id; member
|
| /Linux-v6.1/drivers/message/fusion/ |
| D | mptsas.c | 1450 u8 fw_id; in mptsas_add_end_device() local 1459 fw_id = phy_info->attached.id; in mptsas_add_end_device() 1464 __func__, fw_id, __LINE__)); in mptsas_add_end_device() 1472 __func__, fw_id, __LINE__)); in mptsas_add_end_device() 1497 __func__, fw_id, __LINE__)); in mptsas_add_end_device() 1505 __func__, fw_id, __LINE__)); in mptsas_add_end_device() 1528 u8 fw_id; in mptsas_del_end_device() local 1534 fw_id = phy_info->attached.id; in mptsas_del_end_device() 1540 __func__, fw_id, __LINE__)); in mptsas_del_end_device() 1547 __func__, fw_id, __LINE__)); in mptsas_del_end_device() [all …]
|
| /Linux-v6.1/drivers/firmware/cirrus/ |
| D | cs_dsp.c | 474 debugfs_create_x32("fw_id", 0444, root, &dsp->fw_id); in cs_dsp_init_debugfs() 1627 dsp->fw_id = be32_to_cpu(fw->id); in cs_dsp_parse_wmfw_id_header() 1631 dsp->fw_id, (dsp->fw_id_version & 0xff0000) >> 16, in cs_dsp_parse_wmfw_id_header() 1639 dsp->fw_id = be32_to_cpu(fw->id); in cs_dsp_parse_wmfw_v3_id_header() 1644 dsp->fw_id, dsp->fw_vendor_id, in cs_dsp_parse_wmfw_v3_id_header() 2058 if (le32_to_cpu(blk->id) == dsp->fw_id && in cs_dsp_load_coeff() 2603 dsp->fw_id = 0; in cs_dsp_power_down()
|
| /Linux-v6.1/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_res.h | 206 u32 fw_id; member
|
| D | qplib_res.c | 830 stats->fw_id = -1; in bnxt_qplib_free_stats_ctx() 838 stats->fw_id = -1; in bnxt_qplib_alloc_stats_ctx()
|
| D | main.c | 1358 bnxt_re_net_stats_ctx_free(rdev, rdev->qplib_ctx.stats.fw_id); in bnxt_re_dev_uninit() 1482 &rdev->qplib_ctx.stats.fw_id); in bnxt_re_dev_init() 1528 bnxt_re_net_stats_ctx_free(rdev, rdev->qplib_ctx.stats.fw_id); in bnxt_re_dev_init()
|
| D | qplib_rcfw.c | 547 req.stat_ctx_id = cpu_to_le32(ctx->stats.fw_id); in bnxt_qplib_init_rcfw()
|
| /Linux-v6.1/sound/soc/codecs/ |
| D | wm_adsp.c | 91 __be32 fw_id; member 1451 alg_region = cs_dsp_find_alg_region(&dsp->cs_dsp, WMFW_ADSP2_XM, dsp->cs_dsp.fw_id); in wm_adsp_buffer_parse_legacy()
|
| /Linux-v6.1/include/linux/platform_data/ |
| D | cros_ec_commands.h | 4347 uint16_t fw_id; /* firmware id */ member
|