Searched refs:fp (Results 1 – 14 of 14) sorted by relevance
/include/scsi/ |
D | fc_frame.h | 62 #define fp_skb(fp) (&((fp)->skb)) argument 63 #define fr_hdr(fp) ((fp)->skb.data) argument 64 #define fr_len(fp) ((fp)->skb.len) argument 65 #define fr_cb(fp) ((struct fcoe_rcv_info *)&((fp)->skb.cb[0])) argument 66 #define fr_dev(fp) (fr_cb(fp)->fr_dev) argument 67 #define fr_seq(fp) (fr_cb(fp)->fr_seq) argument 68 #define fr_sof(fp) (fr_cb(fp)->fr_sof) argument 69 #define fr_eof(fp) (fr_cb(fp)->fr_eof) argument 70 #define fr_flags(fp) (fr_cb(fp)->fr_flags) argument 71 #define fr_encaps(fp) (fr_cb(fp)->fr_encaps) argument [all …]
|
D | fc_encode.h | 73 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() argument 79 fh = fc_frame_header_get(fp); in fc_fill_fc_hdr() 88 static inline void fc_adisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_adisc_fill() argument 92 adisc = fc_frame_payload_get(fp, sizeof(*adisc)); in fc_adisc_fill() 104 static inline struct fc_ct_req *fc_ct_hdr_fill(const struct fc_frame *fp, in fc_ct_hdr_fill() argument 113 ct = fc_frame_payload_get(fp, ct_plen); in fc_ct_hdr_fill() 132 u32 fc_id, struct fc_frame *fp, in fc_ct_ns_fill() argument 141 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_gid_ft), in fc_ct_ns_fill() 147 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_fid), in fc_ct_ns_fill() 154 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_rft), in fc_ct_ns_fill() [all …]
|
D | libfcoe.h | 261 u32 fcoe_fc_crc(struct fc_frame *fp);
|
/include/linux/ |
D | filter.h | 342 static inline void bpf_prog_lock_ro(struct bpf_prog *fp) in bpf_prog_lock_ro() argument 344 set_memory_ro((unsigned long)fp, fp->pages); in bpf_prog_lock_ro() 347 static inline void bpf_prog_unlock_ro(struct bpf_prog *fp) in bpf_prog_unlock_ro() argument 349 set_memory_rw((unsigned long)fp, fp->pages); in bpf_prog_unlock_ro() 352 static inline void bpf_prog_lock_ro(struct bpf_prog *fp) in bpf_prog_lock_ro() argument 356 static inline void bpf_prog_unlock_ro(struct bpf_prog *fp) in bpf_prog_unlock_ro() argument 363 void bpf_prog_select_runtime(struct bpf_prog *fp); 364 void bpf_prog_free(struct bpf_prog *fp); 372 void __bpf_prog_free(struct bpf_prog *fp); 374 static inline void bpf_prog_unlock_free(struct bpf_prog *fp) in bpf_prog_unlock_free() argument [all …]
|
D | tty_ldisc.h | 209 char *fp, int count); 214 char *fp, int count);
|
D | bpf.h | 136 int bpf_check(struct bpf_prog *fp, union bpf_attr *attr);
|
D | pktcdvd.h | 31 __u8 fp; /* fixed packets */ member
|
D | cdrom.h | 189 __u8 fp : 1; member 206 __u8 fp : 1;
|
D | ftrace.h | 717 unsigned long fp; member
|
/include/net/ |
D | scm.h | 24 struct file *fp[SCM_MAX_FD]; member 29 struct scm_fp_list *fp; /* Passed files */ member 70 if (scm->fp) in scm_destroy() 113 if (test_bit(SOCK_PASSCRED, &sock->flags) || scm->fp) in scm_recv() 133 if (!scm->fp) in scm_recv()
|
D | af_unix.h | 9 void unix_inflight(struct file *fp); 10 void unix_notinflight(struct file *fp); 34 struct scm_fp_list *fp; /* Passed files */ member
|
/include/asm-generic/ |
D | ptrace.h | 56 #define GET_FP(regs) ((regs)->fp)
|
/include/uapi/linux/ |
D | if_hippi.h | 148 struct hippi_fp_hdr fp; member
|
D | cdrom.h | 868 __u8 fp : 1; member 879 __u8 fp : 1; member
|