Searched refs:tout_set (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | tout.c | 31 static void tout_set(struct mlx5_core_dev *dev, u64 val, enum mlx5_timeouts_types type) in tout_set() function 45 tout_set(dev, tout_def_sw_val[i], i); in mlx5_tout_init() 95 tout_set(dev, tout_convert_iseg_to_ms(to), MLX5_TO_FW_INIT_MS); in mlx5_tout_query_iseg() 98 tout_set(dev, tout_convert_iseg_to_ms(to), MLX5_TO_CMD_MS); in mlx5_tout_query_iseg() 123 tout_set(dev, fw_to + (to_extra), to_type); \
|