Lines Matching refs:fh
54 static inline void __fc_fill_fc_hdr(struct fc_frame_header *fh, in __fc_fill_fc_hdr() argument
60 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr()
61 hton24(fh->fh_d_id, did); in __fc_fill_fc_hdr()
62 hton24(fh->fh_s_id, sid); in __fc_fill_fc_hdr()
63 fh->fh_type = type; in __fc_fill_fc_hdr()
64 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
65 fh->fh_cs_ctl = 0; in __fc_fill_fc_hdr()
66 fh->fh_df_ctl = 0; in __fc_fill_fc_hdr()
67 fh->fh_parm_offset = htonl(parm_offset); in __fc_fill_fc_hdr()
77 struct fc_frame_header *fh; in fc_fill_fc_hdr() local
79 fh = fc_frame_header_get(fp); in fc_fill_fc_hdr()
80 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()