Searched refs:mlx5e_profile (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 878 const struct mlx5e_profile *profile; 903 struct mlx5e_profile { struct 1122 const struct mlx5e_profile *profile, 1127 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile, 1133 const struct mlx5e_profile *new_profile, void *new_ppriv);
|
D | en_rep.c | 1092 static const struct mlx5e_profile mlx5e_rep_profile = { 1111 static const struct mlx5e_profile mlx5e_uplink_rep_profile = { 1176 const struct mlx5e_profile *profile; in mlx5e_vport_vf_rep_load()
|
D | en_main.c | 4778 static const struct mlx5e_profile mlx5e_nic_profile = { 4800 const struct mlx5e_profile *profile) in mlx5e_calc_max_nch() 4826 const struct mlx5e_profile *profile, in mlx5e_priv_init() 4879 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile, in mlx5e_create_netdev() 4927 const struct mlx5e_profile *profile = priv->profile; in mlx5e_attach_netdev() 4997 const struct mlx5e_profile *profile = priv->profile; in mlx5e_detach_netdev() 5013 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_init_profile() 5039 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_attach_profile() 5060 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_change_profile() 5062 const struct mlx5e_profile *orig_profile = priv->profile; in mlx5e_netdev_change_profile() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib_vlan.c | 339 static const struct mlx5e_profile mlx5i_pkey_nic_profile = { 356 const struct mlx5e_profile *mlx5i_pkey_get_profile(void) in mlx5i_pkey_get_profile()
|
D | ipoib.c | 430 static const struct mlx5e_profile mlx5i_nic_profile = { 667 const struct mlx5e_profile *profile = priv->profile; in mlx5_rdma_netdev_free() 683 static const struct mlx5e_profile *mlx5_get_profile(struct mlx5_core_dev *mdev) in mlx5_get_profile() 694 const struct mlx5e_profile *prof = mlx5_get_profile(mdev); in mlx5_rdma_setup_rn()
|
D | ipoib.h | 96 const struct mlx5e_profile *mlx5i_pkey_get_profile(void);
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | params.h | 80 static inline bool mlx5e_qid_validate(const struct mlx5e_profile *profile, in mlx5e_qid_validate()
|