Searched refs:component_index (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw.c | 430 u16 component_index, u32 update_handle, in mlx5_reg_mcc_set() argument 439 MLX5_SET(mcc_reg, in, component_index, component_index); in mlx5_reg_mcc_set() 504 u16 component_index, bool read_pending, in mlx5_reg_mcqi_query() argument 512 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query() 529 static int mlx5_reg_mcqi_caps_query(struct mlx5_core_dev *dev, u16 component_index, in mlx5_reg_mcqi_caps_query() argument 536 err = mlx5_reg_mcqi_query(dev, component_index, 0, in mlx5_reg_mcqi_caps_query() 555 u16 component_index, u32 *p_max_size, in mlx5_component_query() argument 567 return mlx5_reg_mcqi_caps_query(dev, component_index, p_max_size, in mlx5_component_query() 592 u16 component_index, u32 component_size) in mlx5_fsm_component_update() argument 599 component_index, fwhandle, component_size); in mlx5_fsm_component_update() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw.h | 73 int (*component_query)(struct mlxfw_dev *mlxfw_dev, u16 component_index, 80 u16 component_index, u32 component_size); 86 u16 component_index);
|
| H A D | mlxfw_mfa2.c | 179 be16_to_cpu(cptr->component_index)); in mlxfw_mfa2_file_dev_validate() 505 int component_index) in mlxfw_mfa2_file_component_find() argument 518 component_index); in mlxfw_mfa2_file_component_find() 526 comp_idx = be16_to_cpu(cptr->component_index); in mlxfw_mfa2_file_component_find() 533 int component_index) in mlxfw_mfa2_file_component_get() argument 543 component_index); in mlxfw_mfa2_file_component_get()
|
| H A D | mlxfw_mfa2.h | 29 int component_index);
|
| H A D | mlxfw_mfa2_format.h | 55 __be16 component_index; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_linecards.c | 98 u16 component_index, in mlxsw_linecard_device_fw_component_query() argument 117 mlxsw_reg_mcqi_pack(mcqi_pl, component_index); in mlxsw_linecard_device_fw_component_query() 168 u16 component_index, in mlxsw_linecard_device_fw_fsm_component_update() argument 184 component_index, fwhandle, component_size); in mlxsw_linecard_device_fw_fsm_component_update() 211 u32 fwhandle, u16 component_index) in mlxsw_linecard_device_fw_fsm_component_verify() argument 226 component_index, fwhandle, 0); in mlxsw_linecard_device_fw_fsm_component_verify()
|
| H A D | core.c | 1078 u16 component_index, u32 *p_max_size, in mlxsw_core_fw_component_query() argument 1087 mlxsw_reg_mcqi_pack(mcqi_pl, component_index); in mlxsw_core_fw_component_query() 1121 u16 component_index, u32 component_size) in mlxsw_core_fw_fsm_component_update() argument 1129 component_index, fwhandle, component_size); in mlxsw_core_fw_fsm_component_update() 1146 u16 component_index) in mlxsw_core_fw_fsm_component_verify() argument 1154 component_index, fwhandle, 0); in mlxsw_core_fw_fsm_component_verify()
|