Searched refs:__fc_frame_header_get (Results 1 – 2 of 2) sorted by relevance
149 struct fc_frame_header *__fc_frame_header_get(const struct fc_frame *fp) in __fc_frame_header_get() function162 return __fc_frame_header_get(fp); in fc_frame_header_get()170 return ntoh24(__fc_frame_header_get(fp)->fh_s_id); in fc_frame_sid()178 return ntoh24(__fc_frame_header_get(fp)->fh_d_id); in fc_frame_did()
162 fh = __fc_frame_header_get(fp); in fc_fill_hdr()163 in_fh = __fc_frame_header_get(in_fp); in fc_fill_hdr()