Lines Matching refs:fc_frame
76 struct fc_frame { struct
113 static inline void fc_frame_init(struct fc_frame *fp) in fc_frame_init()
121 struct fc_frame *fc_frame_alloc_fill(struct fc_lport *, size_t payload_len);
122 struct fc_frame *_fc_frame_alloc(size_t payload_len);
128 static inline struct fc_frame *fc_frame_alloc(struct fc_lport *dev, size_t len) in fc_frame_alloc()
130 struct fc_frame *fp; in fc_frame_alloc()
146 static inline void fc_frame_free(struct fc_frame *fp) in fc_frame_free()
151 static inline int fc_frame_is_linear(struct fc_frame *fp) in fc_frame_is_linear()
161 struct fc_frame_header *__fc_frame_header_get(const struct fc_frame *fp) in __fc_frame_header_get()
171 struct fc_frame_header *fc_frame_header_get(const struct fc_frame *fp) in fc_frame_header_get()
180 static inline u32 fc_frame_sid(const struct fc_frame *fp) in fc_frame_sid()
188 static inline u32 fc_frame_did(const struct fc_frame *fp) in fc_frame_did()
203 static inline void *fc_frame_payload_get(const struct fc_frame *fp, in fc_frame_payload_get()
218 static inline u8 fc_frame_payload_op(const struct fc_frame *fp) in fc_frame_payload_op()
232 static inline enum fc_class fc_frame_class(const struct fc_frame *fp) in fc_frame_class()
242 u32 fc_frame_crc_check(struct fc_frame *);
244 static inline u8 fc_frame_rctl(const struct fc_frame *fp) in fc_frame_rctl()
249 static inline bool fc_frame_is_cmd(const struct fc_frame *fp) in fc_frame_is_cmd()