/include/scsi/ |
D | fc_frame.h | 47 #define fp_skb(fp) (&((fp)->skb)) argument 48 #define fr_hdr(fp) ((fp)->skb.data) argument 49 #define fr_len(fp) ((fp)->skb.len) argument 50 #define fr_cb(fp) ((struct fcoe_rcv_info *)&((fp)->skb.cb[0])) argument 51 #define fr_dev(fp) (fr_cb(fp)->fr_dev) argument 52 #define fr_seq(fp) (fr_cb(fp)->fr_seq) argument 53 #define fr_sof(fp) (fr_cb(fp)->fr_sof) argument 54 #define fr_eof(fp) (fr_cb(fp)->fr_eof) argument 55 #define fr_flags(fp) (fr_cb(fp)->fr_flags) argument 56 #define fr_max_payload(fp) (fr_cb(fp)->fr_max_payload) argument [all …]
|
D | fc_encode.h | 41 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() argument 47 fh = fc_frame_header_get(fp); in fc_fill_fc_hdr() 63 static inline struct fc_ct_req *fc_ct_hdr_fill(const struct fc_frame *fp, in fc_ct_hdr_fill() argument 70 ct = fc_frame_payload_get(fp, ct_plen); in fc_ct_hdr_fill() 82 static inline int fc_ct_fill(struct fc_lport *lport, struct fc_frame *fp, in fc_ct_fill() argument 90 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_gid_ft)); in fc_ct_fill() 95 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_rft)); in fc_ct_fill() 102 ct = fc_ct_hdr_fill(fp, op, sizeof(struct fc_ns_rn_id)); in fc_ct_fill() 122 static inline void fc_plogi_fill(struct fc_lport *lport, struct fc_frame *fp, in fc_plogi_fill() argument 129 plogi = fc_frame_payload_get(fp, sizeof(*plogi)); in fc_plogi_fill() [all …]
|
D | libfc.h | 204 struct fc_frame *fp; member 344 int (*frame_send)(struct fc_lport *lp, struct fc_frame *fp); 353 struct fc_frame *fp, 356 struct fc_frame *fp, 394 struct fc_frame *fp, 396 struct fc_frame *fp, 408 struct fc_frame *fp); 447 struct fc_exch *(*exch_get)(struct fc_lport *lp, struct fc_frame *fp); 489 struct fc_frame *fp); 548 void (*resp)(struct fc_seq *, struct fc_frame *fp, [all …]
|
D | libfcoe.h | 150 u32 fcoe_fc_crc(struct fc_frame *fp);
|
/include/net/ |
D | scm.h | 19 struct file *fp[SCM_MAX_FD]; member 25 struct scm_fp_list *fp; /* Passed files */ member 50 if (scm && scm->fp) in scm_destroy() 61 scm->fp = NULL; in scm_send() 95 if (test_bit(SOCK_PASSCRED, &sock->flags) || scm->fp) in scm_recv() 106 if (!scm->fp) in scm_recv()
|
D | af_unix.h | 9 extern void unix_inflight(struct file *fp); 10 extern void unix_notinflight(struct file *fp); 27 struct scm_fp_list *fp; /* Passed files */ member
|
D | sock.h | 1019 static inline void sk_filter_release(struct sk_filter *fp) in sk_filter_release() argument 1021 if (atomic_dec_and_test(&fp->refcnt)) in sk_filter_release() 1022 kfree(fp); in sk_filter_release() 1025 static inline void sk_filter_uncharge(struct sock *sk, struct sk_filter *fp) in sk_filter_uncharge() argument 1027 unsigned int size = sk_filter_len(fp); in sk_filter_uncharge() 1030 sk_filter_release(fp); in sk_filter_uncharge() 1033 static inline void sk_filter_charge(struct sock *sk, struct sk_filter *fp) in sk_filter_charge() argument 1035 atomic_inc(&fp->refcnt); in sk_filter_charge() 1036 atomic_add(sk_filter_len(fp), &sk->sk_omem_alloc); in sk_filter_charge()
|
/include/asm-mn10300/ |
D | frame.inc | 24 #define fp a3 38 mov sp,fp # FRAME pointer in A3 41 mov a1,(REG_NEXT,fp) 42 mov fp,(__frame) 60 mov (__frame),fp 61 mov fp,sp 62 mov (REG_NEXT,fp),d0 # userspace has regs->next == 0 66 mov (REG_EPSW,fp),d0
|
/include/linux/ |
D | filter.h | 139 static inline unsigned int sk_filter_len(const struct sk_filter *fp) in sk_filter_len() argument 141 return fp->len * sizeof(struct sock_filter) + sizeof(*fp); in sk_filter_len()
|
D | tty_ldisc.h | 137 char *fp, int count);
|
D | if_hippi.h | 153 struct hippi_fp_hdr fp; member
|
D | pktcdvd.h | 125 __u8 fp; /* fixed packets */ member
|
D | cdrom.h | 868 __u8 fp : 1; member 879 __u8 fp : 1; member 1081 __u8 fp : 1; member 1098 __u8 fp : 1;
|
/include/asm-frv/ |
D | math-emu.h | 127 #define FPDATA ((struct fp_data *)current->thread.fp) 264 .macro printx bit,fp 267 lea \fp,%a0
|
D | processor.h | 63 unsigned long fp; /* [GR2 ] kernel frame pointer */ member
|
D | registers.h | 92 unsigned long fp; /* GR2: FP */ member
|
/include/asm-m32r/ |
D | ptrace.h | 104 unsigned long fp; member
|