Home
last modified time | relevance | path

Searched refs:mlx5e_profile (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.h96 const struct mlx5e_profile *mlx5i_pkey_get_profile(void);
Dipoib_vlan.c339 static const struct mlx5e_profile mlx5i_pkey_nic_profile = {
356 const struct mlx5e_profile *mlx5i_pkey_get_profile(void) in mlx5i_pkey_get_profile()
Dipoib.c427 static const struct mlx5e_profile mlx5i_nic_profile = {
664 const struct mlx5e_profile *profile = priv->profile; in mlx5_rdma_netdev_free()
680 static const struct mlx5e_profile *mlx5_get_profile(struct mlx5_core_dev *mdev) in mlx5_get_profile()
691 const struct mlx5e_profile *prof = mlx5_get_profile(mdev); in mlx5_rdma_setup_rn()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den.h866 const struct mlx5e_profile *profile;
891 struct mlx5e_profile { struct
1113 const struct mlx5e_profile *profile,
1118 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile,
1124 const struct mlx5e_profile *new_profile, void *new_ppriv);
Den_rep.c1080 static const struct mlx5e_profile mlx5e_rep_profile = {
1099 static const struct mlx5e_profile mlx5e_uplink_rep_profile = {
1164 const struct mlx5e_profile *profile; in mlx5e_vport_vf_rep_load()
Den_main.c4768 static const struct mlx5e_profile mlx5e_nic_profile = {
4790 const struct mlx5e_profile *profile) in mlx5e_calc_max_nch()
4816 const struct mlx5e_profile *profile, in mlx5e_priv_init()
4869 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile, in mlx5e_create_netdev()
4916 const struct mlx5e_profile *profile = priv->profile; in mlx5e_attach_netdev()
4986 const struct mlx5e_profile *profile = priv->profile; in mlx5e_detach_netdev()
5002 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_attach_profile()
5031 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_change_profile()
5033 const struct mlx5e_profile *orig_profile = priv->profile; in mlx5e_netdev_change_profile()
5115 const struct mlx5e_profile *profile = &mlx5e_nic_profile; in mlx5e_probe()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.h85 static inline bool mlx5e_qid_validate(const struct mlx5e_profile *profile, in mlx5e_qid_validate()