Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.h92 const struct mlx5e_profile *profile,
99 const struct mlx5e_profile *mlx5i_pkey_get_profile(void);
H A Dipoib_vlan.c280 const struct mlx5e_profile *profile, in mlx5i_pkey_init()
341 static const struct mlx5e_profile mlx5i_pkey_nic_profile = {
357 const struct mlx5e_profile *mlx5i_pkey_get_profile(void) in mlx5i_pkey_get_profile()
H A Dipoib.c77 const struct mlx5e_profile *profile, in mlx5i_init()
448 static const struct mlx5e_profile mlx5i_nic_profile = {
692 const struct mlx5e_profile *profile = priv->profile; in mlx5_rdma_netdev_free()
708 static const struct mlx5e_profile *mlx5_get_profile(struct mlx5_core_dev *mdev) in mlx5_get_profile()
719 const struct mlx5e_profile *prof = mlx5_get_profile(mdev); in mlx5_rdma_setup_rn()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h818 const struct mlx5e_profile *profile;
843 struct mlx5e_profile { struct
846 const struct mlx5e_profile *profile, void *ppriv); argument
1077 const struct mlx5e_profile *profile,
1081 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile,
H A Den_rep.c764 const struct mlx5e_profile *profile, in mlx5e_init_rep()
1165 static const struct mlx5e_profile mlx5e_rep_profile = {
1182 static const struct mlx5e_profile mlx5e_uplink_rep_profile = {
1205 const struct mlx5e_profile *profile; in mlx5e_vport_rep_load()
H A Den_main.c5156 const struct mlx5e_profile *profile, in mlx5e_nic_init()
5369 static const struct mlx5e_profile mlx5e_nic_profile = {
5394 const struct mlx5e_profile *profile, in mlx5e_netdev_init()
5437 const struct mlx5e_profile *profile, in mlx5e_create_netdev()
5474 const struct mlx5e_profile *profile; in mlx5e_attach_netdev()
5532 const struct mlx5e_profile *profile = priv->profile; in mlx5e_detach_netdev()
5548 const struct mlx5e_profile *profile = priv->profile; in mlx5e_destroy_netdev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.h69 static inline bool mlx5e_qid_validate(const struct mlx5e_profile *profile, in mlx5e_qid_validate()