Home
last modified time | relevance | path

Searched refs:ft (Results 1 – 25 of 110) sorted by relevance

12345

/linux-6.6.21/drivers/isdn/mISDN/
Dfsm.c98 struct FsmTimer *ft = from_timer(ft, t, tl); in FsmExpireTimer() local
100 if (ft->fi->debug) in FsmExpireTimer()
101 ft->fi->printdebug(ft->fi, "FsmExpireTimer %lx", (long) ft); in FsmExpireTimer()
103 mISDN_FsmEvent(ft->fi, ft->event, ft->arg); in FsmExpireTimer()
107 mISDN_FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft) in mISDN_FsmInitTimer() argument
109 ft->fi = fi; in mISDN_FsmInitTimer()
111 if (ft->fi->debug) in mISDN_FsmInitTimer()
112 ft->fi->printdebug(ft->fi, "mISDN_FsmInitTimer %lx", (long) ft); in mISDN_FsmInitTimer()
114 timer_setup(&ft->tl, FsmExpireTimer, 0); in mISDN_FsmInitTimer()
119 mISDN_FsmDelTimer(struct FsmTimer *ft, int where) in mISDN_FsmDelTimer() argument
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs_tt_redirect.c84 struct mlx5_flow_table *ft = NULL; in mlx5e_fs_tt_redirect_udp_add_rule() local
97 ft = fs_udp->tables[type].t; in mlx5e_fs_tt_redirect_udp_add_rule()
103 rule = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_fs_tt_redirect_udp_add_rule()
144 static int fs_udp_create_groups(struct mlx5e_flow_table *ft, enum fs_udp_type type) in fs_udp_create_groups() argument
153 ft->g = kcalloc(MLX5E_FS_UDP_NUM_GROUPS, sizeof(*ft->g), GFP_KERNEL); in fs_udp_create_groups()
155 if (!in || !ft->g) { in fs_udp_create_groups()
156 kfree(ft->g); in fs_udp_create_groups()
157 ft->g = NULL; in fs_udp_create_groups()
181 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in fs_udp_create_groups()
182 if (IS_ERR(ft->g[ft->num_groups])) in fs_udp_create_groups()
[all …]
Dtc_ct.c94 struct mlx5_flow_table *ft; member
828 attr->ft = nat ? ct_priv->ct_nat : ct_priv->ct; in mlx5_tc_ct_entry_add_rule()
1144 mlx5_tc_ct_block_flow_offload_replace(struct mlx5_ct_ft *ft, struct flow_rule *flow_rule, in mlx5_tc_ct_block_flow_offload_replace() argument
1147 struct mlx5_tc_ct_priv *ct_priv = ft->ct_priv; in mlx5_tc_ct_block_flow_offload_replace()
1150 err = mlx5_tc_ct_entry_replace_rules(ct_priv, flow_rule, entry, ft->zone_restore_id); in mlx5_tc_ct_block_flow_offload_replace()
1158 entry = rhashtable_lookup_fast(&ft->ct_entries_ht, &cookie, cts_ht_params); in mlx5_tc_ct_block_flow_offload_replace()
1160 rhashtable_remove_fast(&ft->ct_entries_ht, &entry->node, cts_ht_params); in mlx5_tc_ct_block_flow_offload_replace()
1170 mlx5_tc_ct_block_flow_offload_add(struct mlx5_ct_ft *ft, in mlx5_tc_ct_block_flow_offload_add() argument
1174 struct mlx5_tc_ct_priv *ct_priv = ft->ct_priv; in mlx5_tc_ct_block_flow_offload_add()
1185 entry = rhashtable_lookup_fast(&ft->ct_entries_ht, &cookie, cts_ht_params); in mlx5_tc_ct_block_flow_offload_add()
[all …]
/linux-6.6.21/drivers/scsi/fcoe/
Dfcoe_transport.c514 struct fcoe_transport *ft = NULL; in fcoe_transport_lookup() local
516 list_for_each_entry(ft, &fcoe_transports, list) in fcoe_transport_lookup()
517 if (ft->match && ft->match(netdev)) in fcoe_transport_lookup()
518 return ft; in fcoe_transport_lookup()
528 int fcoe_transport_attach(struct fcoe_transport *ft) in fcoe_transport_attach() argument
533 if (ft->attached) { in fcoe_transport_attach()
535 ft->name); in fcoe_transport_attach()
541 if (strcmp(ft->name, FCOE_TRANSPORT_DEFAULT)) in fcoe_transport_attach()
542 list_add(&ft->list, &fcoe_transports); in fcoe_transport_attach()
544 list_add_tail(&ft->list, &fcoe_transports); in fcoe_transport_attach()
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c148 struct mlx5e_flow_table ft; member
167 return vlan->ft.t; in mlx5e_vlan_get_flowtable()
223 struct mlx5_flow_table *ft = fs->vlan->ft.t; in __mlx5e_add_vlan_rule() local
230 dest.ft = fs->l2.ft.t; in __mlx5e_add_vlan_rule()
281 *rule_p = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in __mlx5e_add_vlan_rule()
368 mlx5e_add_trap_rule(struct mlx5_flow_table *ft, int trap_id, int tir_num) in mlx5e_add_trap_rule() argument
383 rule = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in mlx5e_add_trap_rule()
390 struct mlx5_flow_table *ft = fs->vlan->ft.t; in mlx5e_add_vlan_trap() local
394 rule = mlx5e_add_trap_rule(ft, trap_id, tir_num); in mlx5e_add_vlan_trap()
415 struct mlx5_flow_table *ft = fs->l2.ft.t; in mlx5e_add_mac_trap() local
[all …]
Dfs_core.c564 struct mlx5_flow_table *ft; in del_hw_flow_table() local
568 fs_get_obj(ft, node); in del_hw_flow_table()
569 dev = get_dev(&ft->node); in del_hw_flow_table()
570 root = find_root(&ft->node); in del_hw_flow_table()
571 trace_mlx5_fs_del_ft(ft); in del_hw_flow_table()
574 err = root->cmds->destroy_flow_table(root, ft); in del_hw_flow_table()
582 struct mlx5_flow_table *ft; in del_sw_flow_table() local
585 fs_get_obj(ft, node); in del_sw_flow_table()
587 rhltable_destroy(&ft->fgs_hash); in del_sw_flow_table()
588 if (ft->node.parent) { in del_sw_flow_table()
[all …]
Dfs_cmd.c44 struct mlx5_flow_table *ft, in mlx5_cmd_stub_update_root_ft() argument
52 struct mlx5_flow_table *ft, in mlx5_cmd_stub_create_flow_table() argument
58 ft->max_fte = max_fte ? roundup_pow_of_two(max_fte) : 1; in mlx5_cmd_stub_create_flow_table()
64 struct mlx5_flow_table *ft) in mlx5_cmd_stub_destroy_flow_table() argument
70 struct mlx5_flow_table *ft, in mlx5_cmd_stub_modify_flow_table() argument
77 struct mlx5_flow_table *ft, in mlx5_cmd_stub_create_flow_group() argument
85 struct mlx5_flow_table *ft, in mlx5_cmd_stub_destroy_flow_group() argument
92 struct mlx5_flow_table *ft, in mlx5_cmd_stub_create_fte() argument
100 struct mlx5_flow_table *ft, in mlx5_cmd_stub_update_fte() argument
109 struct mlx5_flow_table *ft, in mlx5_cmd_stub_delete_fte() argument
[all …]
Den_arfs.c43 struct mlx5e_flow_table ft; member
162 dest.ft = arfs->arfs_tables[i].ft.t; in mlx5e_arfs_enable()
178 mlx5e_destroy_flow_table(&arfs_t->ft); in arfs_destroy_table()
189 if (!IS_ERR_OR_NULL(arfs->arfs_tables[i].ft.t)) in _mlx5e_cleanup_tables()
228 arfs_t->default_rule = mlx5_add_flow_rules(arfs_t->ft.t, NULL, in arfs_add_default_rule()
245 static int arfs_create_groups(struct mlx5e_flow_table *ft, in arfs_create_groups() argument
255 ft->g = kcalloc(MLX5E_ARFS_NUM_GROUPS, in arfs_create_groups()
256 sizeof(*ft->g), GFP_KERNEL); in arfs_create_groups()
257 if (!ft->g) in arfs_create_groups()
312 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in arfs_create_groups()
[all …]
Drdma.c19 mlx5_destroy_flow_table(roce->ft); in mlx5_rdma_disable_roce_steering()
31 struct mlx5_flow_table *ft; in mlx5_rdma_enable_roce_steering() local
58 ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5_rdma_enable_roce_steering()
59 if (IS_ERR(ft)) { in mlx5_rdma_enable_roce_steering()
61 err = PTR_ERR(ft); in mlx5_rdma_enable_roce_steering()
68 fg = mlx5_create_flow_group(ft, flow_group_in); in mlx5_rdma_enable_roce_steering()
78 flow_rule = mlx5_add_flow_rules(ft, spec, &flow_act, NULL, 0); in mlx5_rdma_enable_roce_steering()
88 roce->ft = ft; in mlx5_rdma_enable_roce_steering()
97 mlx5_destroy_flow_table(ft); in mlx5_rdma_enable_roce_steering()
135 if (!roce->ft) in mlx5_rdma_disable_roce()
Dfs_cmd.h40 struct mlx5_flow_table *ft,
44 struct mlx5_flow_table *ft);
47 struct mlx5_flow_table *ft,
51 struct mlx5_flow_table *ft,
56 struct mlx5_flow_table *ft,
60 struct mlx5_flow_table *ft,
65 struct mlx5_flow_table *ft,
71 struct mlx5_flow_table *ft,
75 struct mlx5_flow_table *ft,
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dfs_tcp.c80 struct mlx5e_flow_table *ft = NULL; in mlx5e_accel_fs_add_sk() local
94 ft = &fs_tcp->tables[ACCEL_FS_IPV4_TCP]; in mlx5e_accel_fs_add_sk()
106 ft = &fs_tcp->tables[ACCEL_FS_IPV4_TCP]; in mlx5e_accel_fs_add_sk()
109 ft = &fs_tcp->tables[ACCEL_FS_IPV6_TCP]; in mlx5e_accel_fs_add_sk()
117 if (!ft) { in mlx5e_accel_fs_add_sk()
138 flow = mlx5_add_flow_rules(ft->t, spec, &flow_act, &dest, 1); in mlx5e_accel_fs_add_sk()
179 static int accel_fs_tcp_create_groups(struct mlx5e_flow_table *ft, in accel_fs_tcp_create_groups() argument
189 ft->g = kcalloc(MLX5E_ACCEL_FS_TCP_NUM_GROUPS, sizeof(*ft->g), GFP_KERNEL); in accel_fs_tcp_create_groups()
191 if (!in || !ft->g) { in accel_fs_tcp_create_groups()
192 kfree(ft->g); in accel_fs_tcp_create_groups()
[all …]
Dipsec_fs.c25 struct mlx5e_ipsec_ft ft; member
69 struct mlx5_flow_table *ft; in ipsec_chains_create() local
84 ft = mlx5_chains_get_table(chains, 0, 1, 0); in ipsec_chains_create()
85 if (IS_ERR(ft)) { in ipsec_chains_create()
86 err = PTR_ERR(ft); in ipsec_chains_create()
90 *root_ft = ft; in ipsec_chains_create()
156 struct mlx5_flow_table *ft = rx->ft.status; in ipsec_rx_status_drop_create() local
174 MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, ft->max_fte - 1); in ipsec_rx_status_drop_create()
175 MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, ft->max_fte - 1); in ipsec_rx_status_drop_create()
176 g = mlx5_create_flow_group(ft, flow_group_in); in ipsec_rx_status_drop_create()
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dipsec_fs_roce.c15 struct mlx5_flow_table *ft; member
25 struct mlx5_flow_table *ft; member
65 dst.ft = roce->ft_rdma; in ipsec_fs_roce_rx_rule_setup()
66 rule = mlx5_add_flow_rules(roce->ft, spec, &flow_act, &dst, 1); in ipsec_fs_roce_rx_rule_setup()
77 rule = mlx5_add_flow_rules(roce->ft, spec, &flow_act, default_dst, 1); in ipsec_fs_roce_rx_rule_setup()
108 dst.ft = pol_ft; in ipsec_fs_roce_tx_rule_setup()
109 rule = mlx5_add_flow_rules(roce->ft, NULL, &flow_act, &dst, in ipsec_fs_roce_tx_rule_setup()
134 mlx5_destroy_flow_table(tx_roce->ft); in mlx5_ipsec_fs_roce_tx_destroy()
145 struct mlx5_flow_table *ft; in mlx5_ipsec_fs_roce_tx_create() local
161 ft = mlx5_create_flow_table(roce->ns, &ft_attr); in mlx5_ipsec_fs_roce_tx_create()
[all …]
Dmacsec_fs.c142 struct mlx5_flow_table *ft; member
200 static void macsec_fs_destroy_groups(struct mlx5_macsec_flow_table *ft) in macsec_fs_destroy_groups() argument
204 for (i = ft->num_groups - 1; i >= 0; i--) { in macsec_fs_destroy_groups()
205 if (!IS_ERR_OR_NULL(ft->g[i])) in macsec_fs_destroy_groups()
206 mlx5_destroy_flow_group(ft->g[i]); in macsec_fs_destroy_groups()
207 ft->g[i] = NULL; in macsec_fs_destroy_groups()
209 ft->num_groups = 0; in macsec_fs_destroy_groups()
212 static void macsec_fs_destroy_flow_table(struct mlx5_macsec_flow_table *ft) in macsec_fs_destroy_flow_table() argument
214 macsec_fs_destroy_groups(ft); in macsec_fs_destroy_flow_table()
215 kfree(ft->g); in macsec_fs_destroy_flow_table()
[all …]
Dfs_chains.c69 struct mlx5_flow_table *ft; member
146 struct mlx5_flow_table *ft) in mlx5_chains_set_end_ft() argument
148 chains_end_ft(chains) = ft; in mlx5_chains_set_end_ft()
157 struct mlx5_flow_table *ft; in mlx5_chains_create_table() local
201 ft = mlx5_create_auto_grouped_flow_table(ns, &ft_attr); in mlx5_chains_create_table()
202 if (IS_ERR(ft)) { in mlx5_chains_create_table()
204 (int)PTR_ERR(ft), chain, prio, level, sz); in mlx5_chains_create_table()
205 return ft; in mlx5_chains_create_table()
208 return ft; in mlx5_chains_create_table()
369 struct mlx5_flow_table *ft, in mlx5_chains_add_miss_rule() argument
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_meter.c12 struct mlx5_flow_table *ft; member
21 struct mlx5_flow_table *ft; member
43 return post_meter->rate_steering_table.ft; in mlx5e_post_meter_get_ft()
49 return post_meter->mtu_tables.green_table.ft; in mlx5e_post_meter_get_mtu_true_ft()
55 return post_meter->mtu_tables.red_table.ft; in mlx5e_post_meter_get_mtu_false_ft()
102 table->fg = mlx5_create_flow_group(table->ft, flow_group_in); in mlx5e_post_meter_rate_fg_create()
165 red_attr->ft = post_meter->rate_steering_table.ft; in mlx5e_post_meter_rate_rules_create()
178 green_attr->ft = post_meter->rate_steering_table.ft; in mlx5e_post_meter_rate_rules_create()
218 mlx5_destroy_flow_table(post_meter->rate_steering_table.ft); in mlx5e_post_meter_rate_table_destroy()
244 mlx5_destroy_flow_table(mtu_tables->green_table.ft); in mlx5e_post_meter_mtu_table_destroy()
[all …]
Dpost_act.c13 struct mlx5_flow_table *ft; member
50 post_act->ft = mlx5_chains_create_global_table(chains); in mlx5e_tc_post_act_init()
51 if (IS_ERR(post_act->ft)) { in mlx5e_tc_post_act_init()
52 err = PTR_ERR(post_act->ft); in mlx5e_tc_post_act_init()
75 mlx5_chains_destroy_global_table(post_act->chains, post_act->ft); in mlx5e_tc_post_act_destroy()
126 post_attr->ft = post_act->ft; in mlx5e_tc_post_act_add()
171 return post_act->ft; in mlx5e_tc_post_act_get_ft()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c12 static bool dr_is_fw_term_table(struct mlx5_flow_table *ft) in dr_is_fw_term_table() argument
14 if (ft->flags & MLX5_FLOW_TABLE_TERMINATION) in dr_is_fw_term_table()
21 struct mlx5_flow_table *ft, in mlx5_cmd_dr_update_root_ft() argument
25 return mlx5_fs_cmd_get_fw_cmds()->update_root_ft(ns, ft, underlay_qpn, in mlx5_cmd_dr_update_root_ft()
30 struct mlx5_flow_table *ft, in set_miss_action() argument
44 old_miss_action = ft->fs_dr_table.miss_action; in set_miss_action()
45 err = mlx5dr_table_set_miss_action(ft->fs_dr_table.dr_table, action); in set_miss_action()
53 ft->fs_dr_table.miss_action = action; in set_miss_action()
65 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_table() argument
73 if (dr_is_fw_term_table(ft)) in mlx5_cmd_dr_create_flow_table()
[all …]
/linux-6.6.21/fs/smb/server/
Dvfs_cache.c287 static void __ksmbd_remove_fd(struct ksmbd_file_table *ft, struct ksmbd_file *fp) in __ksmbd_remove_fd() argument
296 write_lock(&ft->lock); in __ksmbd_remove_fd()
297 idr_remove(ft->idr, fp->volatile_id); in __ksmbd_remove_fd()
298 write_unlock(&ft->lock); in __ksmbd_remove_fd()
301 static void __ksmbd_close_fd(struct ksmbd_file_table *ft, struct ksmbd_file *fp) in __ksmbd_close_fd() argument
308 __ksmbd_remove_fd(ft, fp); in __ksmbd_close_fd()
345 static struct ksmbd_file *__ksmbd_lookup_fd(struct ksmbd_file_table *ft, in __ksmbd_lookup_fd() argument
353 read_lock(&ft->lock); in __ksmbd_lookup_fd()
354 fp = idr_find(ft->idr, id); in __ksmbd_lookup_fd()
357 read_unlock(&ft->lock); in __ksmbd_lookup_fd()
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h65 TP_PROTO(const struct mlx5_flow_table *ft),
66 TP_ARGS(ft),
68 __field(const struct mlx5_flow_table *, ft)
74 __entry->ft = ft;
75 __entry->id = ft->id;
76 __entry->level = ft->level;
77 __entry->type = ft->type;
80 __entry->ft, __entry->id, __entry->level, __entry->type)
84 TP_PROTO(const struct mlx5_flow_table *ft),
85 TP_ARGS(ft),
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dindir_table.c31 struct mlx5_flow_table *ft; member
141 dest.ft = mlx5_chains_get_table(chains, 0, 1, 0); in mlx5_esw_indir_table_rule_get()
142 if (IS_ERR(dest.ft)) { in mlx5_esw_indir_table_rule_get()
143 err = PTR_ERR(dest.ft); in mlx5_esw_indir_table_rule_get()
146 handle = mlx5_add_flow_rules(e->ft, NULL, &flow_act, &dest, 1); in mlx5_esw_indir_table_rule_get()
201 e->recirc_grp = mlx5_create_flow_group(e->ft, in); in mlx5_create_indir_recirc_group()
224 e->fwd_grp = mlx5_create_flow_group(e->ft, in); in mlx5_create_indir_fwd_group()
236 e->fwd_rule = mlx5_add_flow_rules(e->ft, NULL, &flow_act, &dest, 1); in mlx5_create_indir_fwd_group()
254 struct mlx5_flow_table *ft; in mlx5_esw_indir_table_entry_create() local
270 ft = mlx5_create_flow_table(root_ns, &ft_attr); in mlx5_esw_indir_table_entry_create()
[all …]
/linux-6.6.21/arch/mips/math-emu/
Dcp1emu.c149 mips32_insn.fp6_format.ft = insn.mm_fp6_format.ft; in microMIPS32_to_MIPS32()
188 mips32_insn.fp0_format.ft = in microMIPS32_to_MIPS32()
212 mips32_insn.fp0_format.ft = in microMIPS32_to_MIPS32()
213 insn.mm_fp0_format.ft; in microMIPS32_to_MIPS32()
232 mips32_insn.fp0_format.ft = in microMIPS32_to_MIPS32()
233 insn.mm_fp0_format.ft; in microMIPS32_to_MIPS32()
275 mips32_insn.fp0_format.ft = 0; in microMIPS32_to_MIPS32()
299 mips32_insn.fp0_format.ft = 0; in microMIPS32_to_MIPS32()
339 mips32_insn.fp0_format.ft = 0; in microMIPS32_to_MIPS32()
358 mips32_insn.fp0_format.ft = 0; in microMIPS32_to_MIPS32()
[all …]
/linux-6.6.21/samples/vfs/
Dtest-statx.c79 char buffer[256], ft = '?'; in dump_statx() local
91 case S_IFIFO: printf(" FIFO\n"); ft = 'p'; break; in dump_statx()
92 case S_IFCHR: printf(" character special file\n"); ft = 'c'; break; in dump_statx()
93 case S_IFDIR: printf(" directory\n"); ft = 'd'; break; in dump_statx()
94 case S_IFBLK: printf(" block special file\n"); ft = 'b'; break; in dump_statx()
95 case S_IFREG: printf(" regular file\n"); ft = '-'; break; in dump_statx()
96 case S_IFLNK: printf(" symbolic link\n"); ft = 'l'; break; in dump_statx()
97 case S_IFSOCK: printf(" socket\n"); ft = 's'; break; in dump_statx()
126 ft, in dump_statx()
/linux-6.6.21/include/net/netfilter/
Dnf_flow_table.h55 int (*init)(struct nf_flowtable *ft);
57 int (*setup)(struct nf_flowtable *ft,
64 void (*free)(struct nf_flowtable *ft);
65 void (*get)(struct nf_flowtable *ft);
66 void (*put)(struct nf_flowtable *ft);
354 #define NF_FLOW_TABLE_STAT_INC(net, count) __this_cpu_inc((net)->ft.stat->count)
355 #define NF_FLOW_TABLE_STAT_DEC(net, count) __this_cpu_dec((net)->ft.stat->count)
357 this_cpu_inc((net)->ft.stat->count)
359 this_cpu_dec((net)->ft.stat->count)
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dport_sel.c14 mlx5_create_hash_flow_group(struct mlx5_flow_table *ft, in mlx5_create_hash_flow_group() argument
33 fg = mlx5_create_flow_group(ft, in); in mlx5_create_hash_flow_group()
60 lag_definer->ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5_lag_create_port_sel_table()
61 if (IS_ERR(lag_definer->ft)) { in mlx5_lag_create_port_sel_table()
63 return PTR_ERR(lag_definer->ft); in mlx5_lag_create_port_sel_table()
66 lag_definer->fg = mlx5_create_hash_flow_group(lag_definer->ft, in mlx5_lag_create_port_sel_table()
86 lag_definer->rules[idx] = mlx5_add_flow_rules(lag_definer->ft, in mlx5_lag_create_port_sel_table()
104 mlx5_destroy_flow_table(lag_definer->ft); in mlx5_lag_create_port_sel_table()
352 mlx5_destroy_flow_table(lag_definer->ft); in mlx5_lag_destroy_definer()
465 ttc_params->dests[tt].ft = port_sel->inner.definers[tt]->ft; in mlx5_lag_set_inner_ttc_params()
[all …]

12345