Searched refs:__fc_frame_header_get (Results 1 – 2 of 2) sorted by relevance
161 struct fc_frame_header *__fc_frame_header_get(const struct fc_frame *fp) in __fc_frame_header_get() function174 return __fc_frame_header_get(fp); in fc_frame_header_get()182 return ntoh24(__fc_frame_header_get(fp)->fh_s_id); in fc_frame_sid()190 return ntoh24(__fc_frame_header_get(fp)->fh_d_id); in fc_frame_did()
174 fh = __fc_frame_header_get(fp); in fc_fill_hdr()175 in_fh = __fc_frame_header_get(in_fp); in fc_fill_hdr()