Searched refs:fc_frame_header (Results 1 – 3 of 3) sorted by relevance
149 struct fc_frame_header *__fc_frame_header_get(const struct fc_frame *fp) in __fc_frame_header_get()151 return (struct fc_frame_header *)fr_hdr(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()161 WARN_ON(fr_len(fp) < sizeof(struct fc_frame_header)); in fc_frame_header_get()196 if (fr_len(fp) >= sizeof(struct fc_frame_header) + len) in fc_frame_payload_get()
42 static inline void __fc_fill_fc_hdr(struct fc_frame_header *fh, in __fc_fill_fc_hdr()65 struct fc_frame_header *fh; in fc_fill_fc_hdr()
21 struct fc_frame_header { struct