Searched refs:fc_frame (Results 1 – 4 of 4) sorted by relevance
/include/scsi/ |
D | fc_frame.h | 64 struct fc_frame { struct 101 static inline void fc_frame_init(struct fc_frame *fp) in fc_frame_init() 109 struct fc_frame *fc_frame_alloc_fill(struct fc_lport *, size_t payload_len); 110 struct fc_frame *_fc_frame_alloc(size_t payload_len); 116 static inline struct fc_frame *fc_frame_alloc(struct fc_lport *dev, size_t len) in fc_frame_alloc() 118 struct fc_frame *fp; in fc_frame_alloc() 134 static inline void fc_frame_free(struct fc_frame *fp) in fc_frame_free() 139 static inline int fc_frame_is_linear(struct fc_frame *fp) in fc_frame_is_linear() 149 struct fc_frame_header *__fc_frame_header_get(const struct fc_frame *fp) in __fc_frame_header_get() 159 struct fc_frame_header *fc_frame_header_get(const struct fc_frame *fp) in fc_frame_header_get() [all …]
|
D | libfc.h | 449 void (*resp)(struct fc_seq *, struct fc_frame *, void *); 463 int (*frame_send)(struct fc_lport *, struct fc_frame *); 471 struct fc_frame *, unsigned int op, 473 struct fc_frame *, void *arg), 533 struct fc_frame *); 553 void (*resp)(struct fc_seq *, struct fc_frame *, 575 void (*disc_recv_req)(struct fc_lport *, struct fc_frame *); 765 void (*recv)(struct fc_lport *, struct fc_frame *); 900 void fc_lport_recv(struct fc_lport *lport, struct fc_frame *fp); 918 void fc_rport_recv_req(struct fc_lport *lport, struct fc_frame *fp); [all …]
|
D | fc_encode.h | 61 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() 76 static inline void fc_adisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_adisc_fill() 92 static inline struct fc_ct_req *fc_ct_hdr_fill(const struct fc_frame *fp, in fc_ct_hdr_fill() 120 u32 fc_id, struct fc_frame *fp, in fc_ct_ns_fill() 204 u32 fc_id, struct fc_frame *fp, in fc_ct_ms_fill() 498 u32 fc_id, struct fc_frame *fp, in fc_ct_fill() 521 static inline void fc_plogi_fill(struct fc_lport *lport, struct fc_frame *fp, in fc_plogi_fill() 554 static inline void fc_flogi_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_flogi_fill() 579 static inline void fc_fdisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_fdisc_fill() 602 static inline void fc_logo_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_logo_fill() [all …]
|
D | libfcoe.h | 249 struct fc_frame *); 256 u32 fcoe_fc_crc(struct fc_frame *fp);
|