Home
last modified time | relevance | path

Searched refs:mlx5e_rep_tc_init (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dtc.h13 int mlx5e_rep_tc_init(struct mlx5e_rep_priv *rpriv);
46 mlx5e_rep_tc_init(struct mlx5e_rep_priv *rpriv) { return 0; } in mlx5e_rep_tc_init() function
H A Dtc.c271 int mlx5e_rep_tc_init(struct mlx5e_rep_priv *rpriv) in mlx5e_rep_tc_init() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c1182 err = mlx5e_rep_tc_init(rpriv); in mlx5e_init_uplink_rep_tx()