Home
last modified time | relevance | path

Searched refs:lag_port (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c509 u32 mlx5i_get_tisn(struct mlx5_core_dev *mdev, struct mlx5e_priv *priv, u8 lag_port, u8 tc) in mlx5i_get_tisn() argument
513 if (WARN(lag_port || tc, in mlx5i_get_tisn()
515 lag_port, tc)) in mlx5i_get_tisn()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h781 u8 lag_port; member
1037 u8 lag_port, u8 tc);
1048 u8 lag_port, u8 tc);
H A Den_main.c1481 u8 lag_port, u8 tc) in mlx5e_profile_get_tisn() argument
1484 return profile->get_tisn(mdev, priv, lag_port, tc); in mlx5e_profile_get_tisn()
1486 return mdev->mlx5e_res.hw_objs.tisn[lag_port][tc]; in mlx5e_profile_get_tisn()
2122 c->lag_port, 0); /* tc = 0 */ in mlx5e_open_xdpsq()
2458 c->lag_port, tc); in mlx5e_open_sqs()
2881 c->lag_port = mlx5e_enumerate_lag_port(mdev, ix); in mlx5e_open_channel()
2996 err = mlx5e_ptp_open(priv, &chs->params, chs->c[0]->lag_port, &chs->ptp); in mlx5e_open_channels()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.c133 c->lag_port, 0); in mlx5e_open_qos_sq()
H A Dreporter_tx.c229 err = mlx5e_ptp_open(priv, &chs->params, chs->c[0]->lag_port, &chs->ptp); in mlx5e_tx_reporter_ptpsq_unhealthy_recover()