Searched refs:mlx5e_profile (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | fs.h | 122 struct mlx5e_profile; 142 const struct mlx5e_profile *profile, 145 const struct mlx5e_profile *profile); 147 struct mlx5e_flow_steering *mlx5e_fs_init(const struct mlx5e_profile *profile,
|
D | ptp.h | 130 const struct mlx5e_profile *profile); 132 const struct mlx5e_profile *profile);
|
D | ptp.c | 961 const struct mlx5e_profile *profile) in mlx5e_ptp_alloc_rx_fs() 977 const struct mlx5e_profile *profile) in mlx5e_ptp_free_rx_fs()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib_vlan.c | 351 static const struct mlx5e_profile mlx5i_pkey_nic_profile = { 366 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 = { 736 const struct mlx5e_profile *profile = priv->profile; in mlx5_rdma_netdev_free() 752 static const struct mlx5e_profile *mlx5_get_profile(struct mlx5_core_dev *mdev) in mlx5_get_profile() 763 const struct mlx5e_profile *prof = mlx5_get_profile(mdev); in mlx5_rdma_setup_rn()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 919 const struct mlx5e_profile *profile; 963 struct mlx5e_profile { struct 1192 const struct mlx5e_profile *profile, 1197 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile); 1202 const struct mlx5e_profile *new_profile, void *new_ppriv);
|
D | en_main.c | 5541 static const struct mlx5e_profile mlx5e_nic_profile = { 5565 const struct mlx5e_profile *profile) in mlx5e_profile_max_num_channels() 5578 const struct mlx5e_profile *profile) in mlx5e_calc_max_nch() 5620 const struct mlx5e_profile *profile, in mlx5e_priv_init() 5710 const struct mlx5e_profile *profile) in mlx5e_get_max_num_txqs() 5728 const struct mlx5e_profile *profile) in mlx5e_get_max_num_rxqs() 5734 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile) in mlx5e_create_netdev() 5785 const struct mlx5e_profile *profile = priv->profile; in mlx5e_attach_netdev() 5868 const struct mlx5e_profile *profile = priv->profile; in mlx5e_detach_netdev() 5887 const struct mlx5e_profile *new_profile, void *new_ppriv) in mlx5e_netdev_init_profile() [all …]
|
D | en_rep.c | 1406 static const struct mlx5e_profile mlx5e_rep_profile = { 1424 static const struct mlx5e_profile mlx5e_uplink_rep_profile = { 1469 const struct mlx5e_profile *profile; in mlx5e_vport_vf_rep_load()
|
D | en_fs.c | 1305 const struct mlx5e_profile *profile, in mlx5e_create_flow_steering() 1370 const struct mlx5e_profile *profile) in mlx5e_destroy_flow_steering() 1447 struct mlx5e_flow_steering *mlx5e_fs_init(const struct mlx5e_profile *profile, in mlx5e_fs_init()
|