/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fw.c | 373 u16 component_index, u32 update_handle, in mlx5_reg_mcc_set() argument 382 MLX5_SET(mcc_reg, in, component_index, component_index); in mlx5_reg_mcc_set() 447 u16 component_index, bool read_pending, in mlx5_reg_mcqi_query() argument 455 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query() 472 static int mlx5_reg_mcqi_caps_query(struct mlx5_core_dev *dev, u16 component_index, in mlx5_reg_mcqi_caps_query() argument 479 err = mlx5_reg_mcqi_query(dev, component_index, 0, in mlx5_reg_mcqi_caps_query() 498 u16 component_index, u32 *p_max_size, in mlx5_component_query() argument 510 return mlx5_reg_mcqi_caps_query(dev, component_index, p_max_size, in mlx5_component_query() 535 u16 component_index, u32 component_size) in mlx5_fsm_component_update() argument 542 component_index, fwhandle, component_size); in mlx5_fsm_component_update() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/ |
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);
|
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()
|
D | mlxfw_mfa2.h | 29 int component_index);
|
D | mlxfw_mfa2_format.h | 55 __be16 component_index; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 890 u16 component_index, u32 *p_max_size, in mlxsw_core_fw_component_query() argument 899 mlxsw_reg_mcqi_pack(mcqi_pl, component_index); in mlxsw_core_fw_component_query() 933 u16 component_index, u32 component_size) in mlxsw_core_fw_fsm_component_update() argument 941 component_index, fwhandle, component_size); in mlxsw_core_fw_fsm_component_update() 958 u16 component_index) in mlxsw_core_fw_fsm_component_verify() argument 966 component_index, fwhandle, 0); in mlxsw_core_fw_fsm_component_verify()
|
D | reg.h | 9298 MLXSW_ITEM32(reg, mcqi, component_index, 0x00, 0, 16); 9343 static inline void mlxsw_reg_mcqi_pack(char *payload, u16 component_index) in mlxsw_reg_mcqi_pack() argument 9346 mlxsw_reg_mcqi_component_index_set(payload, component_index); in mlxsw_reg_mcqi_pack() 9396 MLXSW_ITEM32(reg, mcc, component_index, 0x04, 0, 16); 9427 u16 component_index, u32 update_handle, in mlxsw_reg_mcc_pack() argument 9432 mlxsw_reg_mcc_component_index_set(payload, component_index); in mlxsw_reg_mcc_pack()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
D | mlx5_ifc.h | 9655 u8 component_index[0x10]; member 9729 u8 component_index[0x10]; member 9753 u8 component_index[0x10]; member
|