Home
last modified time | relevance | path

Searched defs:ft (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c514 struct fcoe_transport *ft = NULL; in fcoe_transport_lookup() local
528 int fcoe_transport_attach(struct fcoe_transport *ft) in fcoe_transport_attach()
561 int fcoe_transport_detach(struct fcoe_transport *ft) in fcoe_transport_detach()
601 struct fcoe_transport *ft = NULL; in fcoe_transport_show() local
624 struct fcoe_transport *ft; in fcoe_transport_exit() local
637 struct fcoe_transport *ft) in fcoe_add_netdev_mapping()
686 struct fcoe_transport *ft = NULL; in fcoe_netdev_map_lookup() local
751 struct fcoe_transport *ft = NULL; in fcoe_ctlr_create_store() local
814 struct fcoe_transport *ft = NULL; in fcoe_ctlr_destroy_store() local
863 struct fcoe_transport *ft = NULL; in fcoe_transport_create() local
[all …]
/linux/drivers/isdn/mISDN/
H A Dfsm.c98 struct FsmTimer *ft = timer_container_of(ft, t, tl); in FsmExpireTimer() local
107 mISDN_FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft) in mISDN_FsmInitTimer()
119 mISDN_FsmDelTimer(struct FsmTimer *ft, int where) in mISDN_FsmDelTimer()
131 mISDN_FsmAddTimer(struct FsmTimer *ft, in mISDN_FsmAddTimer()
159 mISDN_FsmRestartTimer(struct FsmTimer *ft, in mISDN_FsmRestartTimer()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c174 struct mlx5_flow_table *ft, in mlx5_fs_set_ft_default_miss()
198 struct mlx5_flow_table *ft) in mlx5_fs_add_flow_table_dest_action()
221 struct mlx5_flow_table *ft) in mlx5_fs_del_flow_table_dest_action()
242 struct mlx5_flow_table *ft, in mlx5_cmd_hws_create_flow_table()
302 struct mlx5_flow_table *ft) in mlx5_cmd_hws_destroy_flow_table()
325 struct mlx5_flow_table *ft, in mlx5_cmd_hws_modify_flow_table()
335 struct mlx5_flow_table *ft, in mlx5_cmd_hws_update_root_ft()
344 struct mlx5_flow_table *ft, u32 *in, in mlx5_cmd_hws_create_flow_group()
374 struct mlx5_flow_table *ft, in mlx5_cmd_hws_destroy_flow_group()
740 struct mlx5_flow_table *ft, in mlx5_fs_fte_get_hws_actions()
[all …]
/linux/fs/smb/server/
H A Dvfs_cache.c302 static void __ksmbd_remove_fd(struct ksmbd_file_table *ft, struct ksmbd_file *fp) in __ksmbd_remove_fd()
316 static void __ksmbd_close_fd(struct ksmbd_file_table *ft, struct ksmbd_file *fp) in __ksmbd_close_fd()
361 static struct ksmbd_file *__ksmbd_lookup_fd(struct ksmbd_file_table *ft, in __ksmbd_lookup_fd()
399 struct ksmbd_file_table *ft; in ksmbd_close_fd() local
569 static int __open_id(struct ksmbd_file_table *ft, struct ksmbd_file *fp, in __open_id()
647 void ksmbd_update_fstate(struct ksmbd_file_table *ft, struct ksmbd_file *fp, in ksmbd_update_fstate()
659 __close_file_table_ids(struct ksmbd_file_table *ft, in __close_file_table_ids()
997 int ksmbd_init_file_table(struct ksmbd_file_table *ft) in ksmbd_init_file_table()
1008 void ksmbd_destroy_file_table(struct ksmbd_file_table *ft) in ksmbd_destroy_file_table()
/linux/net/netfilter/
H A Dnf_flow_table_xdp.c12 struct nf_flowtable *ft; member
50 static int nf_flowtable_by_dev_insert(struct nf_flowtable *ft, in nf_flowtable_by_dev_insert()
94 static void nf_flowtable_by_dev_remove(struct nf_flowtable *ft, in nf_flowtable_by_dev_remove()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs_tt_redirect.c84 struct mlx5_flow_table *ft = NULL; in mlx5e_fs_tt_redirect_udp_add_rule() local
144 static int fs_udp_create_groups(struct mlx5e_flow_table *ft, enum fs_udp_type type) in fs_udp_create_groups()
213 struct mlx5e_flow_table *ft; in fs_udp_create_table() local
369 struct mlx5_flow_table *ft = NULL; in mlx5e_fs_tt_redirect_any_add_rule() local
426 static int fs_any_create_groups(struct mlx5e_flow_table *ft) in fs_any_create_groups()
482 struct mlx5e_flow_table *ft = &fs_any->table; in fs_any_create_table() local
H A Dtc_ct.c96 struct mlx5_flow_table *ft; member
1164 mlx5_tc_ct_block_flow_offload_update(struct mlx5_ct_ft *ft, struct flow_rule *flow_rule, in mlx5_tc_ct_block_flow_offload_update()
1190 mlx5_tc_ct_block_flow_offload_add(struct mlx5_ct_ft *ft, in mlx5_tc_ct_block_flow_offload_add()
1297 mlx5_tc_ct_block_flow_offload_del(struct mlx5_ct_ft *ft, in mlx5_tc_ct_block_flow_offload_del()
1325 mlx5_tc_ct_block_flow_offload_stats(struct mlx5_ct_ft *ft, in mlx5_tc_ct_block_flow_offload_stats()
1356 mlx5_tc_ct_filter_legacy_non_nic_flows(struct mlx5_ct_ft *ft, in mlx5_tc_ct_filter_legacy_non_nic_flows()
1386 struct mlx5_ct_ft *ft = cb_priv; in mlx5_tc_ct_block_flow_offload() local
1613 struct mlx5_flow_table *ft = pre_ct->ft; in tc_ct_pre_ct_add_rules() local
1715 struct mlx5_flow_table *ft; in mlx5_tc_ct_alloc_pre_ct() local
1812 mlx5_tc_ct_alloc_pre_ct_tables(struct mlx5_ct_ft *ft) in mlx5_tc_ct_alloc_pre_ct_tables()
[all …]
/linux/io_uring/
H A Dtruncate.c25 struct io_ftrunc *ft = io_kiocb_to_cmd(req, struct io_ftrunc); in io_ftruncate_prep() local
39 struct io_ftrunc *ft = io_kiocb_to_cmd(req, struct io_ftrunc); in io_ftruncate() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c69 struct mlx5_flow_table *ft; member
146 struct mlx5_flow_table *ft) in mlx5_chains_set_end_ft()
157 struct mlx5_flow_table *ft; in mlx5_chains_create_table() local
375 struct mlx5_flow_table *ft, in mlx5_chains_add_miss_rule()
473 struct mlx5_flow_table *ft; in mlx5_chains_create_prio() local
720 struct mlx5_flow_table *ft) in mlx5_chains_destroy_global_table()
H A Dsmfs.c27 mlx5_smfs_table_get_from_fs_ft(struct mlx5_flow_table *ft) in mlx5_smfs_table_get_from_fs_ft()
/linux/tools/include/uapi/linux/
H A Derspan.h25 ft:5, member
33 ft:5, member
/linux/include/uapi/linux/
H A Derspan.h25 ft:5, member
33 ft:5, member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c44 struct mlx5e_flow_table ft; member
253 static int arfs_create_groups(struct mlx5e_flow_table *ft, in arfs_create_groups()
354 struct mlx5e_flow_table *ft = &arfs->arfs_tables[type].ft; in arfs_create_table() local
523 struct mlx5_flow_table *ft; in arfs_add_rule() local
H A Drdma.c31 struct mlx5_flow_table *ft; in mlx5_rdma_enable_roce_steering() local
H A Dfs_cmd.h128 static inline bool mlx5_fs_cmd_is_fw_term_table(struct mlx5_flow_table *ft) in mlx5_fs_cmd_is_fw_term_table()
H A Den_fs_ethtool.c40 struct mlx5_flow_table *ft; member
89 struct mlx5_flow_table *ft; in get_flow_table() local
459 struct mlx5_flow_table *ft, in add_ethtool_flow_rule()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.c12 struct mlx5_flow_table *ft; member
21 struct mlx5_flow_table *ft; member
258 struct mlx5_flow_table *ft; in mlx5e_post_meter_rate_create() local
H A Dpost_act.c13 struct mlx5_flow_table *ft; member
/linux/kernel/printk/
H A Dprintk.c2340 struct console_flush_type ft; in printk_legacy_allow_panic_sync() local
2371 struct console_flush_type ft; in vprintk_emit() local
2754 struct console_flush_type ft; in console_resume_all() local
2792 struct console_flush_type ft; in console_cpu_notify() local
3162 struct console_flush_type ft; in console_flush_all() local
3294 struct console_flush_type ft; in console_unlock() local
3434 struct console_flush_type ft; in console_flush_on_panic() local
3521 struct console_flush_type ft; in console_resume() local
3556 struct console_flush_type ft; in legacy_kthread_should_wakeup() local
4364 struct console_flush_type ft; in __pr_flush() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dindir_table.c31 struct mlx5_flow_table *ft; member
254 struct mlx5_flow_table *ft; in mlx5_esw_indir_table_entry_create() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.h11 struct mlx5_flow_table *ft; member
/linux/samples/vfs/
H A Dtest-statx.c79 char buffer[256], ft = '?'; in dump_statx() local
/linux/drivers/media/rc/img-ir/
H A Dimg-ir-hw.h98 struct img_ir_free_timing ft; member
125 u32 ldr, s00, s01, s10, s11, ft; member
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.h66 u32 ft:1; member
129 u32 ft:1; member
/linux/security/selinux/ss/
H A Dpolicydb.c337 struct filename_trans_key *ft = key; in filenametr_destroy() local
420 const struct filename_trans_key *ft = k; in filenametr_hash() local
1923 struct filename_trans_key key, *ft = NULL; in filename_trans_read_helper_compat() local
2008 struct filename_trans_key *ft = NULL; in filename_trans_read_helper() local
3550 struct filename_trans_key *ft = key; in filename_write_helper_compat() local
3588 struct filename_trans_key *ft = key; in filename_write_helper() local

123