Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 20 of 20) sorted by relevance

/include/scsi/
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
53 #define fr_cb(fp) ((struct fcoe_rcv_info *)&((fp)->skb.cb[0])) 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
59 #define fr_encaps(fp) (fr_cb(fp)->fr_encaps) argument
[all …]
Dlibfc.h921 void fc_lport_recv(struct fc_lport *lport, struct fc_frame *fp);
939 void fc_rport_recv_req(struct fc_lport *lport, struct fc_frame *fp);
993 struct fc_frame *fp,
995 struct fc_frame *fp,
1005 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp);
1018 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp);
Dscsi_common.h87 int scsi_set_sense_field_pointer(u8 *buf, int buf_len, u16 fp, u8 bp, bool cd);
Dlibfcoe.h260 u32 fcoe_fc_crc(struct fc_frame *fp);
/include/linux/
Dfprobe.h12 typedef int (*fprobe_entry_cb)(struct fprobe *fp, unsigned long entry_ip,
16 typedef void (*fprobe_exit_cb)(struct fprobe *fp, unsigned long entry_ip,
60 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled() argument
62 return (fp) ? fp->flags & FPROBE_FL_DISABLED : false; in fprobe_disabled()
65 static inline bool fprobe_shared_with_kprobes(struct fprobe *fp) in fprobe_shared_with_kprobes() argument
67 return (fp) ? fp->flags & FPROBE_FL_KPROBE_SHARED : false; in fprobe_shared_with_kprobes()
71 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter);
72 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num);
73 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num);
74 int unregister_fprobe(struct fprobe *fp);
[all …]
Dbpf_mprog.h115 #define bpf_mprog_foreach_tuple(entry, fp, cp, t) \ argument
116 for (fp = &entry->fp_items[0], cp = &entry->parent->cp_items[0];\
118 t.prog = READ_ONCE(fp->prog); \
122 fp++, cp++)
124 #define bpf_mprog_foreach_prog(entry, fp, p) \ argument
125 for (fp = &entry->fp_items[0]; \
126 (p = READ_ONCE(fp->prog)); \
127 fp++)
205 const struct bpf_mprog_fp *fp; in bpf_mprog_exists() local
208 bpf_mprog_foreach_prog(entry, fp, tmp) { in bpf_mprog_exists()
[all …]
Dfilter.h1041 static inline int __must_check bpf_prog_lock_ro(struct bpf_prog *fp) in bpf_prog_lock_ro() argument
1044 if (!fp->jited) { in bpf_prog_lock_ro()
1045 set_vm_flush_reset_perms(fp); in bpf_prog_lock_ro()
1046 return set_memory_ro((unsigned long)fp, fp->pages); in bpf_prog_lock_ro()
1065 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err);
1066 void bpf_prog_free(struct bpf_prog *fp);
1079 void __bpf_prog_free(struct bpf_prog *fp);
1081 static inline void bpf_prog_unlock_free(struct bpf_prog *fp) in bpf_prog_unlock_free() argument
1083 __bpf_prog_free(fp); in bpf_prog_unlock_free()
1092 void bpf_prog_destroy(struct bpf_prog *fp);
[all …]
Dtty_ldisc.h259 const u8 *fp, size_t count);
263 const u8 *fp, size_t count);
265 const u8 *fp, size_t count);
Dkprobes.h170 void *fp;
547 unsigned long kretprobe_find_ret_addr(struct task_struct *tsk, void *fp, in kretprobe_find_ret_addr() argument
550 return rethook_find_ret_addr(tsk, (unsigned long)fp, cur); in kretprobe_find_ret_addr()
558 unsigned long kretprobe_find_ret_addr(struct task_struct *tsk, void *fp,
568 unsigned long kretprobe_find_ret_addr(struct task_struct *tsk, void *fp, in kretprobe_find_ret_addr() argument
Dtty_port.h45 size_t (*receive_buf)(struct tty_port *port, const u8 *cp, const u8 *fp,
48 const u8 *fp, size_t count);
Dpktcdvd.h31 __u8 fp; /* fixed packets */ member
Dcdrom.h197 __u8 fp : 1; member
214 __u8 fp : 1;
Dftrace.h1072 unsigned long fp; member
Dbpf.h2011 bool bpf_prog_map_compatible(struct bpf_map *map, const struct bpf_prog *fp);
2012 int bpf_prog_calc_tag(struct bpf_prog *fp);
2545 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size);
/include/net/
Dscm.h41 struct file *fp[SCM_MAX_FD]; member
46 struct scm_fp_list *fp; /* Passed files */ member
87 if (scm->fp) in scm_destroy()
178 scm->fp || scm_has_secdata(sock)) in __scm_recv_common()
196 if (scm->fp) in __scm_recv_common()
Daf_unix.h61 struct scm_fp_list *fp; /* Passed files */ member
/include/uapi/linux/
Dif_hippi.h149 struct hippi_fp_hdr fp; member
Dcdrom.h891 __u8 fp : 1; member
902 __u8 fp : 1; member
/include/media/
Dv4l2-vp9.h139 u32 (*fp)[2][4]; member
/include/net/libeth/
Drx.h73 struct_group_tagged(libeth_fq_fp, fp,