Searched refs:update_handle (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | fw.c | 412 u16 component_index, u32 update_handle, in mlx5_reg_mcc_set() argument 422 MLX5_SET(mcc_reg, in, update_handle, update_handle); in mlx5_reg_mcc_set() 430 u32 *update_handle, u8 *error_code, in mlx5_reg_mcc_query() argument 439 MLX5_SET(mcc_reg, in, update_handle, *update_handle); in mlx5_reg_mcc_query() 446 *update_handle = MLX5_GET(mcc_reg, out, update_handle); in mlx5_reg_mcc_query() 455 u32 update_handle, in mlx5_reg_mcda_set() argument 469 MLX5_SET(mcda_reg, in, update_handle, update_handle); in mlx5_reg_mcda_set()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | reg.h | 10415 MLXSW_ITEM32(reg, mcc, update_handle, 0x08, 0, 24); 10440 u16 component_index, u32 update_handle, in mlxsw_reg_mcc_pack() argument 10446 mlxsw_reg_mcc_update_handle_set(payload, update_handle); in mlxsw_reg_mcc_pack() 10477 MLXSW_ITEM32(reg, mcda, update_handle, 0x00, 0, 24); 10498 static inline void mlxsw_reg_mcda_pack(char *payload, u32 update_handle, in mlxsw_reg_mcda_pack() argument 10504 mlxsw_reg_mcda_update_handle_set(payload, update_handle); in mlxsw_reg_mcda_pack()
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | mlx5_ifc.h | 10746 u8 update_handle[0x18]; member 10763 u8 update_handle[0x18]; member
|
Completed in 101 milliseconds