Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/openbmc/linux/include/scsi/
H A Dfc_frame.h50 #define fp_skb(fp) (&((fp)->skb)) argument
51 #define fr_hdr(fp) ((fp)->skb.data) argument
52 #define fr_len(fp) ((fp)->skb.len) argument
54 #define fr_dev(fp) (fr_cb(fp)->fr_dev) argument
55 #define fr_seq(fp) (fr_cb(fp)->fr_seq) argument
56 #define fr_sof(fp) (fr_cb(fp)->fr_sof) argument
57 #define fr_eof(fp) (fr_cb(fp)->fr_eof) argument
58 #define fr_flags(fp) (fr_cb(fp)->fr_flags) argument
61 #define fr_fsp(fp) (fr_cb(fp)->fr_fsp) argument
62 #define fr_crc(fp) (fr_cb(fp)->fr_crc) argument
[all …]
/openbmc/linux/fs/smb/server/
H A Dvfs_cache.c349 struct ksmbd_file *fp; in __ksmbd_lookup_fd() local
383 struct ksmbd_file *fp; in ksmbd_close_fd() local
450 struct ksmbd_file *fp; in ksmbd_lookup_fd_slow() local
476 struct ksmbd_file *fp; in ksmbd_lookup_durable_fd() local
497 struct ksmbd_file *fp = NULL; in ksmbd_lookup_fd_cguid() local
587 struct ksmbd_file *fp; in ksmbd_open_fd() local
644 struct ksmbd_file *fp)) in __close_file_table_ids()
647 struct ksmbd_file *fp; in __close_file_table_ids() local
691 struct ksmbd_file *fp) in tree_conn_fd_check()
697 struct ksmbd_file *fp) in session_fd_check()
[all …]
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c320 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_link_ksettings() local
368 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_pauseparam() local
394 struct funeth_priv *fp = netdev_priv(netdev); in fun_restart_an() local
406 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_phys_id() local
437 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_msglevel() local
485 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_coalesce() local
578 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_ringparam() local
841 #define TX_STAT(fp, s) \ argument
843 #define FEC_STAT(fp, s) \ argument
1005 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_rxfh() local
[all …]
H A Dfuneth_main.c179 struct funeth_priv *fp = netdev_priv(dev); in fun_config_rss() local
294 struct funeth_priv *fp = netdev_priv(dev); in fun_prune_queue_irqs() local
322 struct funeth_priv *fp = netdev_priv(dev); in fun_alloc_queue_irqs() local
363 struct funeth_priv *fp = netdev_priv(dev); in alloc_txqs() local
391 struct funeth_priv *fp = netdev_priv(dev); in alloc_rxqs() local
532 struct funeth_priv *fp = netdev_priv(dev); in fun_advance_ring_state() local
667 struct funeth_priv *fp = netdev_priv(dev); in fun_enable_irqs() local
732 struct funeth_priv *fp = netdev_priv(dev); in fun_disable_irqs() local
1711 struct funeth_priv *fp; in fun_create_netdev() local
1823 struct funeth_priv *fp; in fun_destroy_netdev() local
[all …]
H A Dfuneth_ktls.c6 static int fun_admin_ktls_create(struct funeth_priv *fp, unsigned int id) in fun_admin_ktls_create()
23 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_add() local
75 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_del() local
98 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_resync() local
134 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_init() local
148 void fun_ktls_cleanup(struct funeth_priv *fp) in fun_ktls_cleanup()
/openbmc/linux/drivers/s390/char/
H A Dfs3270.c64 struct fs3270 *fp; in fs3270_do_io() local
93 struct fs3270 *fp; in fs3270_reset_callback() local
102 struct fs3270 *fp; in fs3270_restore_callback() local
116 struct fs3270 *fp; in fs3270_activate() local
162 struct fs3270 *fp; in fs3270_save_callback() local
189 struct fs3270 *fp; in fs3270_deactivate() local
241 struct fs3270 *fp; in fs3270_read() local
286 struct fs3270 *fp; in fs3270_write() local
326 struct fs3270 *fp; in fs3270_ioctl() local
372 struct fs3270 *fp; in fs3270_alloc_view() local
[all …]
/openbmc/linux/include/linux/
H A Dfprobe.h54 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled()
59 static inline bool fprobe_shared_with_kprobes(struct fprobe *fp) in fprobe_shared_with_kprobes()
71 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe()
75 static inline int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips()
79 static inline int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms()
83 static inline int unregister_fprobe(struct fprobe *fp) in unregister_fprobe()
87 static inline bool fprobe_is_registered(struct fprobe *fp) in fprobe_is_registered()
100 static inline void disable_fprobe(struct fprobe *fp) in disable_fprobe()
112 static inline void enable_fprobe(struct fprobe *fp) in enable_fprobe()
/openbmc/linux/kernel/trace/
H A Dfprobe.c29 struct fprobe *fp; in __fprobe_handler() local
63 struct fprobe *fp; in fprobe_handler() local
87 struct fprobe *fp; in fprobe_kprobe_handler() local
125 struct fprobe *fp = (struct fprobe *)data; in fprobe_exit_handler() local
178 static void fprobe_init(struct fprobe *fp) in fprobe_init()
188 static int fprobe_init_rethook(struct fprobe *fp, int num) in fprobe_init_rethook()
225 static void fprobe_fail_cleanup(struct fprobe *fp) in fprobe_fail_cleanup()
305 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips()
339 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms()
359 bool fprobe_is_registered(struct fprobe *fp) in fprobe_is_registered()
[all …]
/openbmc/linux/arch/m68k/kernel/
H A Dtraps.c134 static inline void access_error060 (struct frame *fp) in access_error060()
239 static inline void do_040writebacks(struct frame *fp) in do_040writebacks()
284 asmlinkage void berr_040cleanup(struct frame *fp) in berr_040cleanup()
292 static inline void access_error040(struct frame *fp) in access_error040()
372 static inline void bus_error030 (struct frame *fp) in bus_error030()
497 static inline void bus_error030 (struct frame *fp) in bus_error030()
754 asmlinkage void buserr_c(struct frame *fp) in buserr_c()
845 struct frame *fp = (struct frame *)regs; in show_registers() local
968 void bad_super_trap (struct frame *fp) in bad_super_trap()
1003 asmlinkage void trap_c(struct frame *fp) in trap_c()
[all …]
/openbmc/linux/arch/nios2/kernel/
H A Dtraps.c109 asmlinkage void breakpoint_c(struct pt_regs *fp) in breakpoint_c()
122 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) in handle_unaligned_c()
147 asmlinkage void handle_illegal_c(struct pt_regs *fp) in handle_illegal_c()
154 asmlinkage void handle_supervisor_instr(struct pt_regs *fp) in handle_supervisor_instr()
161 asmlinkage void handle_diverror_c(struct pt_regs *fp) in handle_diverror_c()
183 asmlinkage void handle_trap_1_c(struct pt_regs *fp) in handle_trap_1_c()
188 asmlinkage void handle_trap_2_c(struct pt_regs *fp) in handle_trap_2_c()
193 asmlinkage void handle_trap_3_c(struct pt_regs *fp) in handle_trap_3_c()
/openbmc/linux/sound/usb/
H A Dformat.c32 struct audioformat *fp, in parse_audio_format_i_type()
174 static void set_rate_table_min_max(struct audioformat *fp) in set_rate_table_min_max()
306 struct audioformat *fp, in focusrite_valid_sample_rate()
353 struct audioformat *fp, int nr_triplets, in parse_uac2_sample_rate_range()
414 struct audioformat *fp) in line6_parse_audio_format_rates_quirk()
469 struct audioformat *fp, in validate_sample_rate_table_v2v3()
545 struct audioformat *fp) in parse_audio_format_rates_v2v3()
648 struct audioformat *fp, u64 format, in parse_audio_format_i()
731 struct audioformat *fp, in parse_audio_format_ii()
781 struct audioformat *fp, u64 format, in snd_usb_parse_audio_format()
[all …]
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_encode.h48 static inline void fc_adisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_adisc_fill()
64 static inline struct fc_ct_req *fc_ct_hdr_fill(const struct fc_frame *fp, in fc_ct_hdr_fill()
92 u32 fc_id, struct fc_frame *fp, in fc_ct_ns_fill()
186 u32 fc_id, struct fc_frame *fp, in fc_ct_ms_fill()
722 u32 fc_id, struct fc_frame *fp, in fc_ct_fill()
826 static inline void fc_logo_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_logo_fill()
840 static inline void fc_rtv_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_rtv_fill()
852 static inline void fc_rec_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_rec_fill()
868 static inline void fc_prli_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_prli_fill()
888 static inline void fc_scr_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_scr_fill()
[all …]
H A Dfc_rport.c823 struct fc_frame *fp; in fc_rport_enter_flogi() local
1072 struct fc_frame *fp; in fc_rport_enter_plogi() local
1252 struct fc_frame *fp; in fc_rport_enter_prli() local
1386 struct fc_frame *fp; in fc_rport_enter_rtv() local
1420 struct fc_frame *fp; in fc_rport_recv_rtv_req() local
1475 struct fc_frame *fp; in fc_rport_enter_logo() local
1562 struct fc_frame *fp; in fc_rport_enter_adisc() local
1594 struct fc_frame *fp; in fc_rport_recv_adisc_req() local
1633 struct fc_frame *fp; in fc_rport_recv_rls_req() local
1969 struct fc_frame *fp; in fc_rport_recv_prli_req() local
[all …]
H A Dfc_lport.c422 struct fc_frame *fp; in fc_lport_recv_echo_req() local
457 struct fc_frame *fp; in fc_lport_recv_rnid_req() local
741 struct fc_frame *fp) in fc_lport_set_port_id()
798 struct fc_frame *fp; in fc_lport_recv_flogi_req() local
1319 struct fc_frame *fp; in fc_lport_enter_scr() local
1347 struct fc_frame *fp; in fc_lport_enter_ns() local
1446 struct fc_frame *fp; in fc_lport_enter_ms() local
1701 struct fc_frame *fp; in fc_lport_enter_logo() local
1843 struct fc_frame *fp; in fc_lport_enter_flogi() local
2024 struct fc_frame *fp; in fc_lport_els_request() local
[all …]
H A Dfc_exch.c637 struct fc_frame *fp; in fc_exch_abort_locked() local
730 struct fc_frame *fp) in fc_invoke_resp()
1169 struct fc_frame *fp) in fc_seq_lookup_orig()
1277 struct fc_frame *fp; in fc_seq_send_ack() local
1341 struct fc_frame *fp; in fc_exch_send_ba_rjt() local
1413 struct fc_frame *fp; in fc_exch_recv_abts() local
1833 struct fc_frame *fp; in fc_seq_ls_acc() local
1865 struct fc_frame *fp; in fc_seq_ls_rjt() local
2019 struct fc_frame *fp; in fc_exch_els_rec() local
2176 struct fc_frame *fp, in fc_exch_seq_send()
[all …]
/openbmc/linux/tools/perf/util/
H A Dsymbol_fprintf.c10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf()
22 bool print_offsets, FILE *fp) in __symbol__fprintf_symname_offs()
45 FILE *fp) in symbol__fprintf_symname_offs()
52 bool unknown_as_addr, FILE *fp) in __symbol__fprintf_symname()
57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname()
63 FILE *fp) in dso__fprintf_symbols_by_name()
H A Devent.c174 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp) in perf_event__fprintf_comm()
213 size_t perf_event__fprintf_cgroup(union perf_event *event, FILE *fp) in perf_event__fprintf_cgroup()
315 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp) in perf_event__fprintf_mmap()
324 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp) in perf_event__fprintf_mmap2()
374 size_t perf_event__fprintf_cpu_map(union perf_event *event, FILE *fp) in perf_event__fprintf_cpu_map()
406 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp) in perf_event__fprintf_task()
429 size_t perf_event__fprintf_aux(union perf_event *event, FILE *fp) in perf_event__fprintf_aux()
451 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp) in perf_event__fprintf_switch()
472 size_t perf_event__fprintf_ksymbol(union perf_event *event, FILE *fp) in perf_event__fprintf_ksymbol()
480 size_t perf_event__fprintf_bpf(union perf_event *event, FILE *fp) in perf_event__fprintf_bpf()
[all …]
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c383 FILE *fp) in hist_entry_callchain__fprintf()
460 FILE *fp) in hist_entry__hierarchy_fprintf()
540 FILE *fp) in hist_entry__block_fprintf()
564 FILE *fp) in hist_entry__individual_block_fprintf()
582 char *bf, size_t bfsz, FILE *fp, in hist_entry__fprintf()
620 const char *line, FILE *fp) in print_hierarchy_indent()
633 struct perf_hpp *hpp, FILE *fp) in hists__fprintf_hierarchy_headers()
729 int line, FILE *fp) in fprintf_line()
755 FILE *fp) in hists__fprintf_standard_headers()
800 int hists__fprintf_headers(struct hists *hists, FILE *fp) in hists__fprintf_headers()
[all …]
/openbmc/linux/drivers/net/fddi/
H A Ddefza.c248 static int fza_reset(struct fza_private *fp) in fza_reset()
288 struct fza_private *fp = netdev_priv(dev); in fza_cmd_send() local
380 struct fza_private *fp = netdev_priv(dev); in fza_init_send() local
446 struct fza_private *fp = netdev_priv(dev); in fza_do_xmit() local
514 struct fza_private *fp = netdev_priv(dev); in fza_do_recv_smt() local
543 struct fza_private *fp = netdev_priv(dev); in fza_tx() local
677 struct fza_private *fp = netdev_priv(dev); in fza_rx() local
787 struct fza_private *fp = netdev_priv(dev); in fza_tx_smt() local
845 struct fza_private *fp = netdev_priv(dev); in fza_uns() local
868 struct fza_private *fp = netdev_priv(dev); in fza_tx_flush() local
[all …]
/openbmc/linux/lib/
H A Dtest_fprobe.c41 static notrace int fp_entry_handler(struct fprobe *fp, unsigned long ip, in fp_entry_handler()
60 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, in fp_exit_handler()
82 static notrace int nest_entry_handler(struct fprobe *fp, unsigned long ip, in nest_entry_handler()
90 static notrace void nest_exit_handler(struct fprobe *fp, unsigned long ip, in nest_exit_handler()
128 struct fprobe fp = { in test_fprobe() local
154 struct fprobe fp = { in test_fprobe_syms() local
180 struct fprobe fp = { in test_fprobe_data() local
198 struct fprobe fp = { in test_fprobe_nest() local
215 struct fprobe fp = { in test_fprobe_skip() local
/openbmc/linux/fs/autofs/
H A Ddev-ioctl.c154 static int autofs_dev_ioctl_version(struct file *fp, in autofs_dev_ioctl_version()
165 static int autofs_dev_ioctl_protover(struct file *fp, in autofs_dev_ioctl_protover()
258 static int autofs_dev_ioctl_openmount(struct file *fp, in autofs_dev_ioctl_openmount()
300 static int autofs_dev_ioctl_ready(struct file *fp, in autofs_dev_ioctl_ready()
314 static int autofs_dev_ioctl_fail(struct file *fp, in autofs_dev_ioctl_fail()
338 static int autofs_dev_ioctl_setpipefd(struct file *fp, in autofs_dev_ioctl_setpipefd()
391 static int autofs_dev_ioctl_catatonic(struct file *fp, in autofs_dev_ioctl_catatonic()
400 static int autofs_dev_ioctl_timeout(struct file *fp, in autofs_dev_ioctl_timeout()
420 static int autofs_dev_ioctl_requester(struct file *fp, in autofs_dev_ioctl_requester()
459 static int autofs_dev_ioctl_expire(struct file *fp, in autofs_dev_ioctl_expire()
[all …]
/openbmc/linux/kernel/time/
H A Dposix-clock.c20 static struct posix_clock *get_posix_clock(struct file *fp) in get_posix_clock()
39 static ssize_t posix_clock_read(struct file *fp, char __user *buf, in posix_clock_read()
56 static __poll_t posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll()
72 static long posix_clock_ioctl(struct file *fp, in posix_clock_ioctl()
90 static long posix_clock_compat_ioctl(struct file *fp, in posix_clock_compat_ioctl()
108 static int posix_clock_open(struct inode *inode, struct file *fp) in posix_clock_open()
134 static int posix_clock_release(struct inode *inode, struct file *fp) in posix_clock_release()
195 struct file *fp; member
201 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc() local
/openbmc/linux/security/selinux/ss/
H A Dpolicydb.c1032 void *fp) in context_read_and_validate()
2215 void *fp) in ocontext_read()
2784 void *fp = pd->fp; in sens_write() local
2812 void *fp = pd->fp; in cat_write() local
2837 void *fp = pd->fp; in role_trans_write_one() local
2900 void *fp) in context_write()
2953 void *fp = pd->fp; in common_write() local
2997 void *fp) in write_cons_helper()
3261 void *fp) in ocontext_write()
3498 void *fp = ptr; in filename_write_helper_compat() local
[all …]
/openbmc/linux/drivers/sbus/char/
H A Dbbc_envctrl.c93 static void set_fan_speeds(struct bbc_fan_control *fp) in set_fan_speeds()
320 static int maybe_new_ambient_fan_speed(struct bbc_fan_control *fp) in maybe_new_ambient_fan_speed()
354 static int maybe_new_cpu_fan_speed(struct bbc_fan_control *fp) in maybe_new_cpu_fan_speed()
390 static void maybe_new_fan_speeds(struct bbc_fan_control *fp) in maybe_new_fan_speeds()
403 struct bbc_fan_control *fp; in fans_full_blast() local
426 struct bbc_fan_control *fp; in kenvctrld() local
497 struct bbc_fan_control *fp; in attach_one_fan() local
549 static void destroy_one_fan(struct bbc_fan_control *fp) in destroy_one_fan()
557 struct bbc_fan_control *fp, *fpos; in destroy_all_fans() local
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h506 struct bnx2x_fastpath *fp, in bnx2x_update_rx_prod()
630 static inline void bnx2x_update_fpsb_idx(struct bnx2x_fastpath *fp) in bnx2x_update_fpsb_idx()
765 static inline bool bnx2x_has_tx_work(struct bnx2x_fastpath *fp) in bnx2x_has_tx_work()
776 static inline int bnx2x_has_rx_work(struct bnx2x_fastpath *fp) in bnx2x_has_rx_work()
800 struct bnx2x_fastpath *fp, u16 index) in bnx2x_free_rx_sge()
887 static inline void bnx2x_reuse_rx_data(struct bnx2x_fastpath *fp, in bnx2x_reuse_rx_data()
1011 struct bnx2x_fastpath *fp, int last) in bnx2x_free_rx_sge_range()
1027 static inline void bnx2x_set_next_page_rx_bd(struct bnx2x_fastpath *fp) in bnx2x_set_next_page_rx_bd()
1047 static inline u8 bnx2x_stats_id(struct bnx2x_fastpath *fp) in bnx2x_stats_id()
1153 static inline u8 bnx2x_fp_qzone_id(struct bnx2x_fastpath *fp) in bnx2x_fp_qzone_id()
[all …]

12345678910>>...24