Searched refs:update_handle (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fw.c | 379 u16 component_index, u32 update_handle, in mlx5_reg_mcc_set() argument 389 MLX5_SET(mcc_reg, in, update_handle, update_handle); in mlx5_reg_mcc_set() 397 u32 *update_handle, u8 *error_code, in mlx5_reg_mcc_query() argument 406 MLX5_SET(mcc_reg, in, update_handle, *update_handle); in mlx5_reg_mcc_query() 413 *update_handle = MLX5_GET(mcc_reg, out, update_handle); in mlx5_reg_mcc_query() 422 u32 update_handle, in mlx5_reg_mcda_set() argument 436 MLX5_SET(mcda_reg, in, update_handle, update_handle); in mlx5_reg_mcda_set()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 10431 MLXSW_ITEM32(reg, mcc, update_handle, 0x08, 0, 24); 10456 u16 component_index, u32 update_handle, in mlxsw_reg_mcc_pack() argument 10462 mlxsw_reg_mcc_update_handle_set(payload, update_handle); in mlxsw_reg_mcc_pack() 10493 MLXSW_ITEM32(reg, mcda, update_handle, 0x00, 0, 24); 10514 static inline void mlxsw_reg_mcda_pack(char *payload, u32 update_handle, in mlxsw_reg_mcda_pack() argument 10520 mlxsw_reg_mcda_update_handle_set(payload, update_handle); in mlxsw_reg_mcda_pack()
|