/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.h | 100 struct mlx5_flow_handle *allow_rule; 106 struct mlx5_flow_handle *drop_rule; 121 struct mlx5_flow_handle *modify_metadata_rule; 122 struct mlx5_flow_handle *drop_rule; 134 struct mlx5_flow_handle *allowed_vlan; 139 struct mlx5_flow_handle *drop_rule; 144 struct mlx5_flow_handle *fwd_rule; 204 struct mlx5_flow_handle *promisc_rule; 205 struct mlx5_flow_handle *allmulti_rule; 241 struct mlx5_flow_handle *vepa_uplink_rule; [all …]
|
D | en_tc.h | 100 struct mlx5_flow_handle *act_id_restore_rule; 307 struct mlx5_flow_handle * 312 struct mlx5_flow_handle *rule, 315 struct mlx5_flow_handle * 321 struct mlx5_flow_handle *rule, 347 struct mlx5_flow_handle * 352 struct mlx5_flow_handle *rule,
|
D | en_rep.h | 115 struct mlx5_flow_handle *vport_rx_rule; 119 struct mlx5_flow_handle *send_to_vport_meta_rule; 229 struct mlx5_flow_handle *rule; 234 struct mlx5_flow_handle *send_to_vport_rule;
|
D | en_fs.c | 151 struct mlx5_flow_handle *active_cvlans_rule[VLAN_N_VID]; 152 struct mlx5_flow_handle *active_svlans_rule[VLAN_N_VID]; 153 struct mlx5_flow_handle *untagged_rule; 154 struct mlx5_flow_handle *any_cvlan_rule; 155 struct mlx5_flow_handle *any_svlan_rule; 156 struct mlx5_flow_handle *trap_rule; 225 struct mlx5_flow_handle **rule_p; in __mlx5e_add_vlan_rule() 367 static struct mlx5_flow_handle * 372 struct mlx5_flow_handle *rule; in mlx5e_add_trap_rule() 391 struct mlx5_flow_handle *rule; in mlx5e_add_vlan_trap() [all …]
|
D | en_arfs.c | 44 struct mlx5_flow_handle *default_rule; 87 struct mlx5_flow_handle *rule; 512 static struct mlx5_flow_handle *arfs_add_rule(struct mlx5e_priv *priv, in arfs_add_rule() 517 struct mlx5_flow_handle *rule = NULL; in arfs_add_rule() 613 struct mlx5_flow_handle *rule, u16 rxq) in arfs_modify_rule_rq() 635 struct mlx5_flow_handle *rule; in arfs_handle_work()
|
D | eswitch_offloads_termtbl.c | 16 struct mlx5_flow_handle *rule; 243 struct mlx5_flow_handle * 253 struct mlx5_flow_handle *rule = NULL; in mlx5_eswitch_add_termtbl_rule()
|
/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | bridge_priv.h | 153 struct mlx5_flow_handle *ingress_handle; 156 struct mlx5_flow_handle *egress_handle; 157 struct mlx5_flow_handle *filter_handle; 167 struct mlx5_flow_handle *egress_handle; 177 struct mlx5_flow_handle *mcast_handle; 193 struct mlx5_flow_handle *filter_handle; 194 struct mlx5_flow_handle *fwd_handle; 217 struct mlx5_flow_handle *egress_miss_handle;
|
D | bridge_mcast.c | 52 static struct mlx5_flow_handle * 64 struct mlx5_flow_handle *handle; in mlx5_esw_bridge_mdb_flow_create() 122 struct mlx5_flow_handle *handle; in mlx5_esw_bridge_port_mdb_offload() 508 static struct mlx5_flow_handle * 517 struct mlx5_flow_handle *handle; in mlx5_esw_bridge_mcast_flow_with_esw_create() 536 static struct mlx5_flow_handle * 542 static struct mlx5_flow_handle * 547 static struct mlx5_flow_handle *handle; in mlx5_esw_bridge_mcast_filter_flow_peer_create() 571 static struct mlx5_flow_handle * 585 struct mlx5_flow_handle *handle; in mlx5_esw_bridge_mcast_vlan_flow_create() [all …]
|
D | bridge.h | 38 struct mlx5_flow_handle *igmp_handle; 39 struct mlx5_flow_handle *mld_query_handle; 40 struct mlx5_flow_handle *mld_report_handle; 41 struct mlx5_flow_handle *mld_done_handle;
|
D | bridge.c | 461 static struct mlx5_flow_handle * 472 struct mlx5_flow_handle *miss_handle = NULL; in mlx5_esw_bridge_egress_table_init() 571 static struct mlx5_flow_handle * 584 struct mlx5_flow_handle *handle; in mlx5_esw_bridge_ingress_flow_with_esw_create() 640 static struct mlx5_flow_handle * 649 static struct mlx5_flow_handle * 657 static struct mlx5_flow_handle *handle; in mlx5_esw_bridge_ingress_flow_peer_create() 682 static struct mlx5_flow_handle * 696 struct mlx5_flow_handle *handle; in mlx5_esw_bridge_ingress_filter_flow_create() 735 static struct mlx5_flow_handle * [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | fs_tcp.h | 12 struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, 15 void mlx5e_accel_fs_del_sk(struct mlx5_flow_handle *rule); 19 static inline struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, in mlx5e_accel_fs_add_sk() 23 static inline void mlx5e_accel_fs_del_sk(struct mlx5_flow_handle *rule) {} in mlx5e_accel_fs_del_sk()
|
D | fs_tcp.c | 16 struct mlx5_flow_handle *default_rules[ACCEL_FS_TCP_NUM_TYPES]; 69 void mlx5e_accel_fs_del_sk(struct mlx5_flow_handle *rule) in mlx5e_accel_fs_del_sk() 74 struct mlx5_flow_handle *mlx5e_accel_fs_add_sk(struct mlx5e_flow_steering *fs, in mlx5e_accel_fs_add_sk() 82 struct mlx5_flow_handle *flow; in mlx5e_accel_fs_add_sk() 156 struct mlx5_flow_handle *rule; in accel_fs_tcp_add_default_rule()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | sample.h | 26 struct mlx5_flow_handle * 33 struct mlx5_flow_handle *rule, 44 static inline struct mlx5_flow_handle * 52 struct mlx5_flow_handle *rule, in mlx5e_tc_sample_unoffload()
|
D | post_meter.c | 14 struct mlx5_flow_handle *green_rule; 16 struct mlx5_flow_handle *red_rule; 23 struct mlx5_flow_handle *rule; 112 static struct mlx5_flow_handle * 121 struct mlx5_flow_handle *ret; in mlx5e_post_meter_add_rule() 155 struct mlx5_flow_handle *rule; in mlx5e_post_meter_rate_rules_create() 345 struct mlx5_flow_handle *rule; in mlx5e_post_meter_mtu_create()
|
D | sample.c | 26 struct mlx5_flow_handle *termtbl_rule; 47 struct mlx5_flow_handle *pre_rule; 49 struct mlx5_flow_handle *post_rule; 55 struct mlx5_flow_handle *rule; 468 struct mlx5_flow_handle * 590 struct mlx5_flow_handle *rule, in mlx5e_tc_sample_unoffload()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | fs_tt_redirect.h | 9 void mlx5e_fs_tt_redirect_del_rule(struct mlx5_flow_handle *rule); 12 struct mlx5_flow_handle * 20 struct mlx5_flow_handle *
|
D | tc_priv.h | 81 struct mlx5_flow_handle *rule[MLX5E_TC_MAX_SPLITS + 1]; 116 struct mlx5_flow_handle * 123 struct mlx5_flow_handle *rule, 128 struct mlx5_flow_handle * 190 struct mlx5_flow_handle *
|
D | fs_tt_redirect.c | 16 struct mlx5_flow_handle *default_rules[FS_UDP_NUM_TYPES]; 22 struct mlx5_flow_handle *default_rule; 58 void mlx5e_fs_tt_redirect_del_rule(struct mlx5_flow_handle *rule) in mlx5e_fs_tt_redirect_del_rule() 76 struct mlx5_flow_handle * 86 struct mlx5_flow_handle *rule; in mlx5e_fs_tt_redirect_udp_add_rule() 121 struct mlx5_flow_handle *rule; in fs_udp_add_default_rule() 363 struct mlx5_flow_handle * 371 struct mlx5_flow_handle *rule; in mlx5e_fs_tt_redirect_any_add_rule() 403 struct mlx5_flow_handle *rule; in fs_any_add_default_rule()
|
D | fs.h | 32 struct mlx5_flow_handle *rule; 39 struct mlx5_flow_handle *rule; 53 struct mlx5_flow_handle *trap_rule;
|
/drivers/infiniband/hw/mlx5/ |
D | ib_rep.h | 17 struct mlx5_flow_handle *create_flow_rule_vport_sq(struct mlx5_ib_dev *dev, 26 struct mlx5_flow_handle *create_flow_rule_vport_sq(struct mlx5_ib_dev *dev, in create_flow_rule_vport_sq()
|
/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | ipsec_fs_roce.c | 10 struct mlx5_flow_handle *rule; 16 struct mlx5_flow_handle *rule; 26 struct mlx5_flow_handle *rule; 53 struct mlx5_flow_handle *rule; in ipsec_fs_roce_rx_rule_setup() 103 struct mlx5_flow_handle *rule; in ipsec_fs_roce_tx_rule_setup()
|
D | macsec_fs.c | 67 struct mlx5_flow_handle *rule; 72 struct mlx5_flow_handle *rule; 85 struct mlx5_flow_handle *crypto_miss_rule; 90 struct mlx5_flow_handle *check_miss_rule; 111 struct mlx5_flow_handle *crypto_mke_rule; 112 struct mlx5_flow_handle *check_rule; 124 struct mlx5_flow_handle *op; 125 struct mlx5_flow_handle *ip; 130 struct mlx5_flow_handle *rule[RX_NUM_OF_RULES_PER_SA]; 136 struct mlx5_flow_handle *rule; [all …]
|
D | fs_ttc.c | 34 struct mlx5_flow_handle *tunnel_rules[MLX5_NUM_TUNNEL_TT]; 191 static struct mlx5_flow_handle * 199 struct mlx5_flow_handle *rule; in mlx5_generate_ttc_rule() 239 struct mlx5_flow_handle **trules; in mlx5_generate_ttc_table_rules() 357 static struct mlx5_flow_handle * 364 struct mlx5_flow_handle *rule; in mlx5_generate_inner_ttc_rule()
|
D | fs_chains.c | 50 struct mlx5_flow_handle *restore_rule; 72 struct mlx5_flow_handle *miss_rule; 367 static struct mlx5_flow_handle * 398 struct mlx5_flow_handle *miss_rules[FDB_TC_LEVELS_PER_PRIO + 1] = {}; in mlx5_chains_update_prio_prevs() 464 struct mlx5_flow_handle *miss_rule; in mlx5_chains_create_prio()
|
/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.h | 87 struct mlx5_flow_handle *ucast_rule; 88 struct mlx5_flow_handle *mcast_rule;
|