Home
last modified time | relevance | path

Searched refs:tc_group (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/
H A Dport.h213 int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, const u8 *tc_group);
215 u8 tc, u8 *tc_group);
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c964 int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, const u8 *tc_group) in mlx5_set_port_tc_group() argument
971 MLX5_SET(qetc_reg, in, tc_configuration[i].group, tc_group[i]); in mlx5_set_port_tc_group()
979 u8 tc, u8 *tc_group) in mlx5_query_port_tc_group() argument
992 *tc_group = MLX5_GET(ets_tcn_config_reg, ets_tcn_conf, in mlx5_query_port_tc_group()