Searched refs:mlx5e_flow_steering (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | fs.h | 94 struct mlx5e_flow_steering; 100 int mlx5e_arfs_create_tables(struct mlx5e_flow_steering *fs, 103 int mlx5e_arfs_enable(struct mlx5e_flow_steering *fs); 104 int mlx5e_arfs_disable(struct mlx5e_flow_steering *fs); 127 void mlx5e_set_ttc_params(struct mlx5e_flow_steering *fs, 131 void mlx5e_destroy_ttc_table(struct mlx5e_flow_steering *fs); 132 int mlx5e_create_ttc_table(struct mlx5e_flow_steering *fs, 151 void mlx5e_fs_cleanup(struct mlx5e_flow_steering *fs); 182 void mlx5e_remove_vlan_trap(struct mlx5e_flow_steering *fs); 184 void mlx5e_remove_mac_trap(struct mlx5e_flow_steering *fs); [all …]
|
A D | fs_tt_redirect.h | 13 mlx5e_fs_tt_redirect_udp_add_rule(struct mlx5e_flow_steering *fs, 16 void mlx5e_fs_tt_redirect_udp_destroy(struct mlx5e_flow_steering *fs); 17 int mlx5e_fs_tt_redirect_udp_create(struct mlx5e_flow_steering *fs); 21 mlx5e_fs_tt_redirect_any_add_rule(struct mlx5e_flow_steering *fs, 23 void mlx5e_fs_tt_redirect_any_destroy(struct mlx5e_flow_steering *fs); 24 int mlx5e_fs_tt_redirect_any_create(struct mlx5e_flow_steering *fs);
|
A D | fs_ethtool.h | 12 void mlx5e_ethtool_init_steering(struct mlx5e_flow_steering *fs); 13 void mlx5e_ethtool_cleanup_steering(struct mlx5e_flow_steering *fs); 21 static inline void mlx5e_ethtool_init_steering(struct mlx5e_flow_steering *fs) { } in mlx5e_ethtool_init_steering() 22 static inline void mlx5e_ethtool_cleanup_steering(struct mlx5e_flow_steering *fs) { } in mlx5e_ethtool_cleanup_steering()
|
A D | fs_tt_redirect.c | 77 mlx5e_fs_tt_redirect_udp_add_rule(struct mlx5e_flow_steering *fs, in mlx5e_fs_tt_redirect_udp_add_rule() 257 static int fs_udp_disable(struct mlx5e_flow_steering *fs) in fs_udp_disable() 275 static int fs_udp_enable(struct mlx5e_flow_steering *fs) in fs_udp_enable() 297 void mlx5e_fs_tt_redirect_udp_destroy(struct mlx5e_flow_steering *fs) in mlx5e_fs_tt_redirect_udp_destroy() 317 int mlx5e_fs_tt_redirect_udp_create(struct mlx5e_flow_steering *fs) in mlx5e_fs_tt_redirect_udp_create() 363 mlx5e_fs_tt_redirect_any_add_rule(struct mlx5e_flow_steering *fs, in mlx5e_fs_tt_redirect_any_add_rule() 395 static int fs_any_add_default_rule(struct mlx5e_flow_steering *fs) in fs_any_add_default_rule() 476 static int fs_any_create_table(struct mlx5e_flow_steering *fs) in fs_any_create_table() 515 static int fs_any_disable(struct mlx5e_flow_steering *fs) in fs_any_disable() 531 static int fs_any_enable(struct mlx5e_flow_steering *fs) in fs_any_enable() [all …]
|
A D | ptp.h | 86 int mlx5e_ptp_alloc_rx_fs(struct mlx5e_flow_steering *fs, 88 void mlx5e_ptp_free_rx_fs(struct mlx5e_flow_steering *fs,
|
A D | ptp.c | 644 static void mlx5e_ptp_rx_unset_fs(struct mlx5e_flow_steering *fs) in mlx5e_ptp_rx_unset_fs() 663 struct mlx5e_flow_steering *fs = priv->fs; in mlx5e_ptp_rx_set_fs() 821 int mlx5e_ptp_alloc_rx_fs(struct mlx5e_flow_steering *fs, in mlx5e_ptp_alloc_rx_fs() 837 void mlx5e_ptp_free_rx_fs(struct mlx5e_flow_steering *fs, in mlx5e_ptp_free_rx_fs()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_fs.c | 45 struct mlx5e_flow_steering { struct 74 static int mlx5e_add_l2_flow_rule(struct mlx5e_flow_steering *fs, argument 292 static int mlx5e_add_vlan_rule(struct mlx5e_flow_steering *fs, in mlx5e_add_vlan_rule() 406 void mlx5e_remove_vlan_trap(struct mlx5e_flow_steering *fs) in mlx5e_remove_vlan_trap() 432 void mlx5e_remove_mac_trap(struct mlx5e_flow_steering *fs) in mlx5e_remove_mac_trap() 493 int mlx5e_fs_vlan_rx_add_vid(struct mlx5e_flow_steering *fs, in mlx5e_fs_vlan_rx_add_vid() 511 int mlx5e_fs_vlan_rx_kill_vid(struct mlx5e_flow_steering *fs, in mlx5e_fs_vlan_rx_kill_vid() 915 void mlx5e_set_ttc_params(struct mlx5e_flow_steering *fs, in mlx5e_set_ttc_params() 1292 int mlx5e_create_ttc_table(struct mlx5e_flow_steering *fs, in mlx5e_create_ttc_table() 1453 struct mlx5e_flow_steering *fs; in mlx5e_fs_init() [all …]
|
A D | en_arfs.c | 116 static int arfs_disable(struct mlx5e_flow_steering *fs) in arfs_disable() 134 static void arfs_del_rules(struct mlx5e_flow_steering *fs); 136 int mlx5e_arfs_disable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_disable() 143 int mlx5e_arfs_enable(struct mlx5e_flow_steering *fs) in mlx5e_arfs_enable() 171 static void _mlx5e_cleanup_tables(struct mlx5e_flow_steering *fs) in _mlx5e_cleanup_tables() 184 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) in mlx5e_arfs_destroy_tables() 196 static int arfs_add_default_rule(struct mlx5e_flow_steering *fs, in arfs_add_default_rule() 326 static int arfs_create_table(struct mlx5e_flow_steering *fs, in arfs_create_table() 363 int mlx5e_arfs_create_tables(struct mlx5e_flow_steering *fs, in mlx5e_arfs_create_tables() 432 static void arfs_del_rules(struct mlx5e_flow_steering *fs) in arfs_del_rules()
|
A D | en_fs_ethtool.c | 512 static void del_ethtool_rule(struct mlx5e_flow_steering *fs, in del_ethtool_rule() 854 void mlx5e_ethtool_cleanup_steering(struct mlx5e_flow_steering *fs) in mlx5e_ethtool_cleanup_steering() 864 void mlx5e_ethtool_init_steering(struct mlx5e_flow_steering *fs) in mlx5e_ethtool_init_steering()
|
A D | en.h | 918 struct mlx5e_flow_steering *fs;
|
A D | en_main.c | 3950 struct mlx5e_flow_steering *fs = priv->fs; in mlx5e_vlan_rx_add_vid() 3961 struct mlx5e_flow_steering *fs = priv->fs; in mlx5e_vlan_rx_kill_vid() 5221 struct mlx5e_flow_steering *fs; in mlx5e_nic_init()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
A D | fs_tcp.h | 10 int mlx5e_accel_fs_tcp_create(struct mlx5e_flow_steering *fs); 11 void mlx5e_accel_fs_tcp_destroy(struct mlx5e_flow_steering *fs); 12 struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, 17 static inline int mlx5e_accel_fs_tcp_create(struct mlx5e_flow_steering *fs) { return 0; } in mlx5e_accel_fs_tcp_create() 18 static inline void mlx5e_accel_fs_tcp_destroy(struct mlx5e_flow_steering *fs) {} in mlx5e_accel_fs_tcp_destroy() 19 static inline struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, in mlx5e_accel_fs_add_sk()
|
A D | fs_tcp.c | 74 struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, in mlx5e_accel_fs_add_sk() 148 static int accel_fs_tcp_add_default_rule(struct mlx5e_flow_steering *fs, in accel_fs_tcp_add_default_rule() 264 static int accel_fs_tcp_create_table(struct mlx5e_flow_steering *fs, enum accel_fs_tcp_type type) in accel_fs_tcp_create_table() 302 static int accel_fs_tcp_disable(struct mlx5e_flow_steering *fs) in accel_fs_tcp_disable() 321 static int accel_fs_tcp_enable(struct mlx5e_flow_steering *fs) in accel_fs_tcp_enable() 343 static void accel_fs_tcp_destroy_table(struct mlx5e_flow_steering *fs, int i) in accel_fs_tcp_destroy_table() 355 void mlx5e_accel_fs_tcp_destroy(struct mlx5e_flow_steering *fs) in mlx5e_accel_fs_tcp_destroy() 372 int mlx5e_accel_fs_tcp_create(struct mlx5e_flow_steering *fs) in mlx5e_accel_fs_tcp_create()
|
A D | ipsec.h | 145 struct mlx5e_flow_steering *fs;
|
Completed in 36 milliseconds