Searched refs:mlx5e_profile (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | fs.h | 120 struct mlx5e_profile; 140 const struct mlx5e_profile *profile, 143 const struct mlx5e_profile *profile); 145 struct mlx5e_flow_steering *mlx5e_fs_init(const struct mlx5e_profile *profile,
|
D | ptp.h | 87 const struct mlx5e_profile *profile); 89 const struct mlx5e_profile *profile);
|
D | ptp.c | 803 const struct mlx5e_profile *profile) in mlx5e_ptp_alloc_rx_fs() 819 const struct mlx5e_profile *profile) in mlx5e_ptp_free_rx_fs()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib_vlan.c | 347 static const struct mlx5e_profile mlx5i_pkey_nic_profile = { 362 const struct mlx5e_profile *mlx5i_pkey_get_profile(void) in mlx5i_pkey_get_profile()
|
D | ipoib.h | 98 const struct mlx5e_profile *mlx5i_pkey_get_profile(void);
|
D | ipoib.c | 494 static const struct mlx5e_profile mlx5i_nic_profile = { 731 const struct mlx5e_profile *profile = priv->profile; in mlx5_rdma_netdev_free() 747 static const struct mlx5e_profile *mlx5_get_profile(struct mlx5_core_dev *mdev) in mlx5_get_profile() 758 const struct mlx5e_profile *prof = mlx5_get_profile(mdev); in mlx5_rdma_setup_rn()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 949 const struct mlx5e_profile *profile; 987 struct mlx5e_profile { struct 1219 const struct mlx5e_profile *profile, 1224 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile); 1229 const struct mlx5e_profile *new_profile, void *new_ppriv);
|
D | en_main.c | 5447 static const struct mlx5e_profile mlx5e_nic_profile = { 5471 const struct mlx5e_profile *profile) in mlx5e_profile_max_num_channels() 5484 const struct mlx5e_profile *profile) in mlx5e_calc_max_nch() 5526 const struct mlx5e_profile *profile, in mlx5e_priv_init() 5617 const struct mlx5e_profile *profile) in mlx5e_get_max_num_txqs() 5635 const struct mlx5e_profile *profile) in mlx5e_get_max_num_rxqs() 5641 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile) in mlx5e_create_netdev() 5692 const struct mlx5e_profile *profile = priv->profile; in mlx5e_attach_netdev() 5775 const struct mlx5e_profile *profile = priv->profile; in mlx5e_detach_netdev() 5794 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_attach_profile() [all …]
|
D | en_rep.c | 1214 static const struct mlx5e_profile mlx5e_rep_profile = { 1232 static const struct mlx5e_profile mlx5e_uplink_rep_profile = { 1294 const struct mlx5e_profile *profile; in mlx5e_vport_vf_rep_load()
|
D | en_fs.c | 1299 const struct mlx5e_profile *profile, in mlx5e_create_flow_steering() 1364 const struct mlx5e_profile *profile) in mlx5e_destroy_flow_steering() 1432 struct mlx5e_flow_steering *mlx5e_fs_init(const struct mlx5e_profile *profile, in mlx5e_fs_init()
|