Searched refs:mlx5_add_flow_rules (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_flow_table.c | 303 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() 317 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() 327 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() 340 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() 350 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() 362 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() 372 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() 384 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() 394 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() 406 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_eth_addr_rule_sub() [all …]
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec_fs.c | 336 miss->rule = mlx5_add_flow_rules(ft, NULL, &flow_act, dest, 1); in ipsec_miss_create() 589 rule = mlx5_add_flow_rules(rx->ft.sa, spec, &flow_act, dest, 2); in rx_add_rule() 601 rule = mlx5_add_flow_rules(rx->ft.sa, spec, &flow_act, dest, 2); in rx_add_rule() 661 fte = mlx5_add_flow_rules(tx->ft.status, NULL, &flow_act, &dest, 1); in ipsec_counter_rule_tx() 717 rule = mlx5_add_flow_rules(tx->roce.ft, NULL, &flow_act, &dst, 1); in ipsec_tx_roce_rule_setup() 813 rule = mlx5_add_flow_rules(tx->ft.sa_kspi, spec, &flow_act_kspi, in tx_create_kspi_bypass_rules() 827 rule = mlx5_add_flow_rules(tx->ft.sa_kspi, spec, &flow_act, &dest, 1); in tx_create_kspi_bypass_rules() 1137 rule = mlx5_add_flow_rules(tx->ft.sa_kspi, spec, flow_act, dest, num_dest); in tx_add_kspi_rule() 1174 rule = mlx5_add_flow_rules(tx->ft.sa, spec, flow_act, dest, num_dest); in tx_add_reqid_ip_rules() 1190 rule = mlx5_add_flow_rules(tx->ft.sa, spec, flow_act, dest, num_dest); in tx_add_reqid_ip_rules() [all …]
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_tcp.c | 164 flow = mlx5_add_flow_rules(ft->t, spec, &flow_act, &dest, 1); in mlx5e_accel_fs_add_inpcb() 198 rule = mlx5_add_flow_rules(fs_tcp->tables[type].t, &spec, &flow_act, in accel_fs_tcp_add_default_rule()
|
H A D | mlx5_eswitch.c | 251 mlx5_add_flow_rules(esw->fdb_table.fdb, spec, in esw_fdb_set_vport_rule() 821 mlx5_add_flow_rules(vport->ingress.acl, spec, in esw_vport_ingress_config() 873 mlx5_add_flow_rules(vport->egress.acl, spec, in esw_vport_egress_config() 884 mlx5_add_flow_rules(vport->egress.acl, NULL, in esw_vport_egress_config()
|
H A D | mlx5_fs_core.c | 2058 mlx5_add_flow_rules(struct mlx5_flow_table *ft, in mlx5_add_flow_rules() function 2121 EXPORT_SYMBOL(mlx5_add_flow_rules);
|
/freebsd/sys/dev/mlx5/ |
H A D | fs.h | 310 mlx5_add_flow_rules(struct mlx5_flow_table *ft,
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 2218 handler->rule = mlx5_add_flow_rules(ft, spec, &flow_act, dst, 1); in create_flow_rule()
|