Searched refs:tout_set (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | tout.c | 30 static void tout_set(struct mlx5_core_dev *dev, u64 val, enum mlx5_timeouts_types type) in tout_set() function 44 tout_set(dev, tout_def_sw_val[i], i); in mlx5_tout_init() 94 tout_set(dev, tout_convert_iseg_to_ms(to), MLX5_TO_FW_INIT_MS); in mlx5_tout_query_iseg() 97 tout_set(dev, tout_convert_iseg_to_ms(to), MLX5_TO_CMD_MS); in mlx5_tout_query_iseg() 121 tout_set(dev, fw_to + (to_extra), to_type); \
|