Searched refs:component_index (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fw.c | 273 u16 component_index, u32 update_handle, in mlx5_reg_mcc_set() argument 282 MLX5_SET(mcc_reg, in, component_index, component_index); in mlx5_reg_mcc_set() 347 u16 component_index, in mlx5_reg_mcqi_query() argument 360 MLX5_SET(mcqi_reg, in, component_index, component_index); in mlx5_reg_mcqi_query() 382 u16 component_index, u32 *p_max_size, in mlx5_component_query() argument 389 return mlx5_reg_mcqi_query(dev, component_index, p_max_size, in mlx5_component_query() 414 u16 component_index, u32 component_size) in mlx5_fsm_component_update() argument 421 component_index, fwhandle, component_size); in mlx5_fsm_component_update() 435 u16 component_index) in mlx5_fsm_component_verify() argument 442 component_index, fwhandle, 0); in mlx5_fsm_component_verify()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxfw/ |
D | mlxfw.h | 67 int (*component_query)(struct mlxfw_dev *mlxfw_dev, u16 component_index, 74 u16 component_index, u32 component_size); 80 u16 component_index);
|
D | mlxfw_mfa2.c | 209 be16_to_cpu(cptr->component_index)); in mlxfw_mfa2_file_dev_validate() 535 int component_index) in mlxfw_mfa2_file_component_find() argument 548 component_index); in mlxfw_mfa2_file_component_find() 556 comp_idx = be16_to_cpu(cptr->component_index); in mlxfw_mfa2_file_component_find() 563 int component_index) in mlxfw_mfa2_file_component_get() argument 573 component_index); in mlxfw_mfa2_file_component_get()
|
D | mlxfw_mfa2.h | 60 int component_index);
|
D | mlxfw_mfa2_format.h | 85 __be16 component_index; member
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 7986 MLXSW_ITEM32(reg, mcqi, component_index, 0x00, 0, 16); 8031 static inline void mlxsw_reg_mcqi_pack(char *payload, u16 component_index) in mlxsw_reg_mcqi_pack() argument 8034 mlxsw_reg_mcqi_component_index_set(payload, component_index); in mlxsw_reg_mcqi_pack() 8084 MLXSW_ITEM32(reg, mcc, component_index, 0x04, 0, 16); 8115 u16 component_index, u32 update_handle, in mlxsw_reg_mcc_pack() argument 8120 mlxsw_reg_mcc_component_index_set(payload, component_index); in mlxsw_reg_mcc_pack()
|
D | spectrum.c | 141 u16 component_index, u32 *p_max_size, in mlxsw_sp_component_query() argument 150 mlxsw_reg_mcqi_pack(mcqi_pl, component_index); in mlxsw_sp_component_query() 188 u32 fwhandle, u16 component_index, in mlxsw_sp_fsm_component_update() argument 197 component_index, fwhandle, component_size); in mlxsw_sp_fsm_component_update() 215 u32 fwhandle, u16 component_index) in mlxsw_sp_fsm_component_verify() argument 223 component_index, fwhandle, 0); in mlxsw_sp_fsm_component_verify()
|
/Linux-v4.19/include/linux/mlx5/ |
D | mlx5_ifc.h | 8641 u8 component_index[0x10]; member 8665 u8 component_index[0x10]; member
|