/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw.c | 373 u16 component_index, u32 update_handle, in mlx5_reg_mcc_set() 383 MLX5_SET(mcc_reg, in, update_handle, update_handle); in mlx5_reg_mcc_set() 391 u32 *update_handle, u8 *error_code, in mlx5_reg_mcc_query() 400 MLX5_SET(mcc_reg, in, update_handle, *update_handle); in mlx5_reg_mcc_query() 407 *update_handle = MLX5_GET(mcc_reg, out, update_handle); in mlx5_reg_mcc_query() 416 u32 update_handle, in mlx5_reg_mcda_set() 430 MLX5_SET(mcda_reg, in, update_handle, update_handl in mlx5_reg_mcda_set() 371 mlx5_reg_mcc_set(struct mlx5_core_dev *dev, enum mlxsw_reg_mcc_instruction instr, u16 component_index, u32 update_handle, u32 component_size) mlx5_reg_mcc_set() argument 390 mlx5_reg_mcc_query(struct mlx5_core_dev *dev, u32 *update_handle, u8 *error_code, u8 *control_state) mlx5_reg_mcc_query() argument 415 mlx5_reg_mcda_set(struct mlx5_core_dev *dev, u32 update_handle, u32 offset, u16 size, u8 *data) mlx5_reg_mcda_set() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw.c | 400 u16 component_index, u32 update_handle, in mlx5_reg_mcc_set() 410 MLX5_SET(mcc_reg, in, update_handle, update_handle); in mlx5_reg_mcc_set() 418 u32 *update_handle, u8 *error_code, in mlx5_reg_mcc_query() 427 MLX5_SET(mcc_reg, in, update_handle, *update_handle); in mlx5_reg_mcc_query() 434 *update_handle = MLX5_GET(mcc_reg, out, update_handle); in mlx5_reg_mcc_query() 443 u32 update_handle, in mlx5_reg_mcda_set() 457 MLX5_SET(mcda_reg, in, update_handle, update_handl in mlx5_reg_mcda_set() 398 mlx5_reg_mcc_set(struct mlx5_core_dev *dev, enum mlxsw_reg_mcc_instruction instr, u16 component_index, u32 update_handle, u32 component_size) mlx5_reg_mcc_set() argument 417 mlx5_reg_mcc_query(struct mlx5_core_dev *dev, u32 *update_handle, u8 *error_code, u8 *control_state) mlx5_reg_mcc_query() argument 442 mlx5_reg_mcda_set(struct mlx5_core_dev *dev, u32 update_handle, u32 offset, u16 size, u8 *data) mlx5_reg_mcda_set() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 9402 MLXSW_ITEM32(reg, mcc, update_handle, 0x08, 0, 24); 9427 u16 component_index, u32 update_handle, in mlxsw_reg_mcc_pack() 9433 mlxsw_reg_mcc_update_handle_set(payload, update_handle); in mlxsw_reg_mcc_pack() 9464 MLXSW_ITEM32(reg, mcda, update_handle, 0x00, 0, 24); 9485 static inline void mlxsw_reg_mcda_pack(char *payload, u32 update_handle, in mlxsw_reg_mcda_pack() argument 9491 mlxsw_reg_mcda_update_handle_set(payload, update_handle); in mlxsw_reg_mcda_pack() 9425 mlxsw_reg_mcc_pack(char *payload, enum mlxsw_reg_mcc_instruction instr, u16 component_index, u32 update_handle, u32 component_size) mlxsw_reg_mcc_pack() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 10467 MLXSW_ITEM32(reg, mcc, update_handle, 0x08, 0, 24); 10492 u16 component_index, u32 update_handle, in mlxsw_reg_mcc_pack() 10498 mlxsw_reg_mcc_update_handle_set(payload, update_handle); in mlxsw_reg_mcc_pack() 10529 MLXSW_ITEM32(reg, mcda, update_handle, 0x00, 0, 24); 10550 static inline void mlxsw_reg_mcda_pack(char *payload, u32 update_handle, in mlxsw_reg_mcda_pack() argument 10556 mlxsw_reg_mcda_update_handle_set(payload, update_handle); in mlxsw_reg_mcda_pack() 10490 mlxsw_reg_mcc_pack(char *payload, enum mlxsw_reg_mcc_instruction instr, u16 component_index, u32 update_handle, u32 component_size) mlxsw_reg_mcc_pack() argument
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 9756 u8 update_handle[0x18]; member 9773 u8 update_handle[0x18]; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 10790 u8 update_handle[0x18]; member 10807 u8 update_handle[0x18]; member
|