Home
last modified time | relevance | path

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

12345

/linux/drivers/isdn/mISDN/
A Dfsm.c98 struct FsmTimer *ft = from_timer(ft, t, tl); in FsmExpireTimer() local
101 ft->fi->printdebug(ft->fi, "FsmExpireTimer %lx", (long) ft); in FsmExpireTimer()
103 mISDN_FsmEvent(ft->fi, ft->event, ft->arg); in FsmExpireTimer()
109 ft->fi = fi; in mISDN_FsmInitTimer()
112 ft->fi->printdebug(ft->fi, "mISDN_FsmInitTimer %lx", (long) ft); in mISDN_FsmInitTimer()
123 ft->fi->printdebug(ft->fi, "mISDN_FsmDelTimer %lx %d", in mISDN_FsmDelTimer()
137 ft->fi->printdebug(ft->fi, "mISDN_FsmAddTimer %lx %d %d", in mISDN_FsmAddTimer()
145 ft->fi->printdebug(ft->fi, in mISDN_FsmAddTimer()
151 ft->arg = arg; in mISDN_FsmAddTimer()
165 ft->fi->printdebug(ft->fi, "mISDN_FsmRestartTimer %lx %d %d", in mISDN_FsmRestartTimer()
[all …]
/linux/arch/nds32/include/asm/
A Dfpuemu.h15 void fs2d(void *ft, void *fa);
16 void fs2si(void *ft, void *fa);
17 void fs2si_z(void *ft, void *fa);
18 void fs2ui(void *ft, void *fa);
19 void fs2ui_z(void *ft, void *fa);
20 void fsi2s(void *ft, void *fa);
21 void fui2s(void *ft, void *fa);
22 void fsqrts(void *ft, void *fa);
23 void fnegs(void *ft, void *fa);
34 void fd2s(void *ft, void *fa);
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dfs_tt_redirect.c182 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in fs_udp_create_groups()
183 if (IS_ERR(ft->g[ft->num_groups])) in fs_udp_create_groups()
192 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in fs_udp_create_groups()
193 if (IS_ERR(ft->g[ft->num_groups])) in fs_udp_create_groups()
202 ft->g[ft->num_groups] = NULL; in fs_udp_create_groups()
449 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in fs_any_create_groups()
450 if (IS_ERR(ft->g[ft->num_groups])) in fs_any_create_groups()
459 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in fs_any_create_groups()
460 if (IS_ERR(ft->g[ft->num_groups])) in fs_any_create_groups()
469 ft->g[ft->num_groups] = NULL; in fs_any_create_groups()
[all …]
A Dtc_ct.c1397 struct mlx5_flow_table *ft = pre_ct->ft; in tc_ct_pre_ct_add_rules() local
1528 pre_ct->ft = ft; in mlx5_tc_ct_alloc_pre_ct()
1611 mlx5_tc_ct_free_pre_ct(ft, &ft->pre_ct); in mlx5_tc_ct_alloc_pre_ct_tables()
1618 mlx5_tc_ct_free_pre_ct(ft, &ft->pre_ct_nat); in mlx5_tc_ct_free_pre_ct_tables()
1619 mlx5_tc_ct_free_pre_ct(ft, &ft->pre_ct); in mlx5_tc_ct_free_pre_ct_tables()
1638 if (ft) { in mlx5_tc_ct_add_ft_cb()
1643 ft = kzalloc(sizeof(*ft), GFP_KERNEL); in mlx5_tc_ct_add_ft_cb()
1644 if (!ft) in mlx5_tc_ct_add_ft_cb()
1676 return ft; in mlx5_tc_ct_add_ft_cb()
1779 ct_flow->ft = ft; in __mlx5_tc_ct_flow_offload()
[all …]
/linux/drivers/scsi/fcoe/
A Dfcoe_transport.c517 if (ft->match && ft->match(netdev)) in fcoe_transport_lookup()
577 if (nm->ft == ft) { in fcoe_transport_detach()
648 nm->ft = ft; in fcoe_add_netdev_mapping()
692 ft = nm->ft; in fcoe_netdev_map_lookup()
766 if (ft) { in fcoe_ctlr_create_store()
783 err = ft->alloc ? ft->alloc(netdev) : -ENODEV; in fcoe_ctlr_create_store()
877 if (ft) { in fcoe_transport_create()
949 rc = ft->destroy ? ft->destroy(netdev) : -ENODEV; in fcoe_transport_destroy()
985 if (!ft) in fcoe_transport_disable()
1020 if (!ft) in fcoe_transport_enable()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_fs.c197 dest.ft = priv->fs.l2.ft.t; in __mlx5e_add_vlan_rule()
1006 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in mlx5e_create_l2_table_groups()
1017 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in mlx5e_create_l2_table_groups()
1027 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in mlx5e_create_l2_table_groups()
1037 ft->g[ft->num_groups] = NULL; in mlx5e_create_l2_table_groups()
1109 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in __mlx5e_create_vlan_table_groups()
1121 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in __mlx5e_create_vlan_table_groups()
1132 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in __mlx5e_create_vlan_table_groups()
1143 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in __mlx5e_create_vlan_table_groups()
1152 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in __mlx5e_create_vlan_table_groups()
[all …]
A Dfs_core.c523 kfree(ft); in del_sw_flow_table()
796 ft = kzalloc(sizeof(*ft), GFP_KERNEL); in alloc_flow_table()
797 if (!ft) in alloc_flow_table()
815 return ft; in alloc_flow_table()
846 if (ft) in find_closest_ft_recursive()
850 return ft; in find_closest_ft_recursive()
870 return ft; in find_closest_ft()
1171 return ft; in __mlx5_create_flow_table()
1537 d1->ft == d2->ft) || in mlx5_flow_dests_cmp()
1667 ft->type != dest->ft->type) in dest_is_valid()
[all …]
A 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
214 if (ft->type == FS_FT_FDB && in mlx5_cmd_update_root_ft()
235 ft->type == FS_FT_FDB && in mlx5_cmd_update_root_ft()
241 ft->id : 0); in mlx5_cmd_update_root_ft()
289 switch (ft->op_mod) { in mlx5_cmd_create_flow_table()
300 ft->def_miss_action); in mlx5_cmd_create_flow_table()
317 ft->max_fte = size; in mlx5_cmd_create_flow_table()
385 ft->def_miss_action); in mlx5_cmd_modify_flow_table()
405 if (ft->vport) { in mlx5_cmd_create_flow_group()
[all …]
A Den_arfs.c150 dest.ft = priv->fs.arfs->arfs_tables[i].ft.t; in mlx5e_arfs_enable()
244 kfree(ft->g); in arfs_create_groups()
295 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in arfs_create_groups()
296 if (IS_ERR(ft->g[ft->num_groups])) in arfs_create_groups()
304 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in arfs_create_groups()
305 if (IS_ERR(ft->g[ft->num_groups])) in arfs_create_groups()
313 err = PTR_ERR(ft->g[ft->num_groups]); in arfs_create_groups()
314 ft->g[ft->num_groups] = NULL; in arfs_create_groups()
325 struct mlx5e_flow_table *ft = &arfs->arfs_tables[type].ft; in arfs_create_table() local
338 ft->t = NULL; in arfs_create_table()
[all …]
A 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,
A 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
59 ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5_rdma_enable_roce_steering()
60 if (IS_ERR(ft)) { in mlx5_rdma_enable_roce_steering()
62 err = PTR_ERR(ft); in mlx5_rdma_enable_roce_steering()
73 fg = mlx5_create_flow_group(ft, flow_group_in); in mlx5_rdma_enable_roce_steering()
90 flow_rule = mlx5_add_flow_rules(ft, spec, &flow_act, NULL, 0); in mlx5_rdma_enable_roce_steering()
100 roce->ft = ft; in mlx5_rdma_enable_roce_steering()
109 mlx5_destroy_flow_table(ft); in mlx5_rdma_enable_roce_steering()
147 if (!roce->ft) in mlx5_rdma_disable_roce()
/linux/arch/nds32/math-emu/
A Dfpuemu.c22 f2(ft, ft, fa); \
29 f2(ft, ft, fa); \
30 f3(ft, ft); \
271 void *ft, *fa; local
275 func.b(ft, fa);
288 void *ft, *fa; local
292 func.b(ft, fa);
310 void *ft, *fa; local
314 func.b(ft, fa);
327 void *ft, *fa; local
[all …]
A Dfd2si.c9 void fd2si(void *ft, void *fa) in fd2si() argument
19 *(int *)ft = (A_s == 0) ? 0x7fffffff : 0x80000000; in fd2si()
22 *(int *)ft = 0xffffffff; in fd2si()
27 *(int *)ft = r; in fd2si()
A Dfd2siz.c9 void fd2si_z(void *ft, void *fa) in fd2si_z() argument
19 *(int *)ft = (A_s == 0) ? 0x7fffffff : 0x80000000; in fd2si_z()
22 *(int *)ft = 0xffffffff; in fd2si_z()
27 *(int *)ft = r; in fd2si_z()
A Dfd2ui.c9 void fd2ui(void *ft, void *fa) in fd2ui() argument
19 *(unsigned int *)ft = (A_s == 0) ? 0xffffffff : 0x00000000; in fd2ui()
22 *(unsigned int *)ft = 0xffffffff; in fd2ui()
27 *(unsigned int *)ft = r; in fd2ui()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dfs_tcp.c119 if (!ft) { in mlx5e_accel_fs_add_sk()
196 kfree(ft->g); in accel_fs_tcp_create_groups()
241 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in accel_fs_tcp_create_groups()
242 if (IS_ERR(ft->g[ft->num_groups])) in accel_fs_tcp_create_groups()
244 ft->num_groups++; in accel_fs_tcp_create_groups()
251 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in accel_fs_tcp_create_groups()
252 if (IS_ERR(ft->g[ft->num_groups])) in accel_fs_tcp_create_groups()
260 err = PTR_ERR(ft->g[ft->num_groups]); in accel_fs_tcp_create_groups()
261 ft->g[ft->num_groups] = NULL; in accel_fs_tcp_create_groups()
283 ft->t = NULL; in accel_fs_tcp_create_table()
[all …]
A Dipsec_fs.c126 if (rx_err->ft) { in rx_err_destroy_ft()
145 if (IS_ERR(ft)) { in rx_err_create_ft()
151 rx_err->ft = ft; in rx_err_create_ft()
160 rx_err->ft = NULL; in rx_err_create_ft()
176 if (fs_prot->ft) { in rx_fs_destroy()
209 if (IS_ERR(ft)) { in rx_fs_create()
214 fs_prot->ft = ft; in rx_fs_create()
304 dest.ft = fs_prot->ft; in rx_ft_get()
350 if (IS_ERR(ft)) { in tx_create()
355 ipsec->tx_fs->ft = ft; in tx_create()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Dfs_dr.c19 struct mlx5_flow_table *ft, in mlx5_cmd_dr_update_root_ft() argument
28 struct mlx5_flow_table *ft, in set_miss_action() argument
64 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_table() argument
76 flags = ft->flags; in mlx5_cmd_dr_create_flow_table()
88 ft->fs_dr_table.dr_table = tbl; in mlx5_cmd_dr_create_flow_table()
89 ft->id = mlx5dr_table_get_id(tbl); in mlx5_cmd_dr_create_flow_table()
100 ft->max_fte = INT_MAX; in mlx5_cmd_dr_create_flow_table()
106 struct mlx5_flow_table *ft) in mlx5_cmd_dr_destroy_flow_table() argument
133 struct mlx5_flow_table *ft, in mlx5_cmd_dr_modify_flow_table() argument
143 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_group() argument
[all …]
/linux/fs/ksmbd/
A Dvfs_cache.c297 write_lock(&ft->lock); in __ksmbd_remove_fd()
352 read_lock(&ft->lock); in __ksmbd_lookup_fd()
356 read_unlock(&ft->lock); in __ksmbd_lookup_fd()
389 read_lock(&ft->lock); in ksmbd_close_fd()
532 write_lock(&ft->lock); in __open_id()
672 if (!ft->idr) in ksmbd_init_file_table()
675 idr_init(ft->idr); in ksmbd_init_file_table()
682 if (!ft->idr) in ksmbd_destroy_file_table()
686 idr_destroy(ft->idr); in ksmbd_destroy_file_table()
687 kfree(ft->idr); in ksmbd_destroy_file_table()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
A Dfs_tracepoint.h66 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;
85 TP_ARGS(ft),
87 __field(const struct mlx5_flow_table *, ft)
91 __entry->ft = ft;
92 __entry->id = ft->id;
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dfs_chains.c201 if (IS_ERR(ft)) { in mlx5_chains_create_table()
204 return ft; in mlx5_chains_create_table()
207 return ft; in mlx5_chains_create_table()
380 dest.ft = next_ft; in mlx5_chains_add_miss_rule()
413 pos->ft, in mlx5_chains_update_prio_prevs()
511 if (IS_ERR(ft)) { in mlx5_chains_create_prio()
512 err = PTR_ERR(ft); in mlx5_chains_create_prio()
517 ft->max_fte - 2); in mlx5_chains_create_prio()
519 ft->max_fte - 1); in mlx5_chains_create_prio()
540 prio_s->ft = ft; in mlx5_chains_create_prio()
[all …]
/linux/arch/mips/math-emu/
A Dcp1emu.c149 mips32_insn.fp6_format.ft = insn.mm_fp6_format.ft; in microMIPS32_to_MIPS32()
213 insn.mm_fp0_format.ft; in microMIPS32_to_MIPS32()
233 insn.mm_fp0_format.ft; in microMIPS32_to_MIPS32()
1863 union ieee754sp fs, ft; in fpu_emu() local
1876 union ieee754sp fs, ft; in fpu_emu() local
1889 union ieee754sp fs, ft; in fpu_emu() local
1902 union ieee754sp fs, ft; in fpu_emu() local
2234 union ieee754dp fs, ft; in fpu_emu() local
2247 union ieee754dp fs, ft; in fpu_emu() local
2260 union ieee754dp fs, ft; in fpu_emu() local
[all …]
/linux/samples/vfs/
A 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/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dpost_act.c12 struct mlx5_flow_table *ft; member
49 post_act->ft = mlx5_chains_create_global_table(chains); in mlx5e_tc_post_act_init()
50 if (IS_ERR(post_act->ft)) { in mlx5e_tc_post_act_init()
51 err = PTR_ERR(post_act->ft); in mlx5e_tc_post_act_init()
74 mlx5_chains_destroy_global_table(post_act->chains, post_act->ft); in mlx5e_tc_post_act_destroy()
100 post_attr->ft = post_act->ft; in mlx5e_tc_post_act_add()
153 return post_act->ft; in mlx5e_tc_post_act_get_ft()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dindir_table.c36 struct mlx5_flow_table *ft; member
219 if (IS_ERR(dest.ft)) { in mlx5_esw_indir_table_rule_get()
220 err = PTR_ERR(dest.ft); in mlx5_esw_indir_table_rule_get()
357 e->fwd_grp = mlx5_create_flow_group(e->ft, in); in mlx5_create_indir_fwd_group()
387 struct mlx5_flow_table *ft; in mlx5_esw_indir_table_entry_create() local
404 if (IS_ERR(ft)) { in mlx5_esw_indir_table_entry_create()
405 err = PTR_ERR(ft); in mlx5_esw_indir_table_entry_create()
408 e->ft = ft; in mlx5_esw_indir_table_entry_create()
438 mlx5_destroy_flow_table(e->ft); in mlx5_esw_indir_table_entry_create()
484 return e->ft; in mlx5_esw_indir_table_get()
[all …]

Completed in 66 milliseconds

12345