Lines Matching refs:fh
249 static inline void __fc_fill_fc_hdr(struct fc_frame_header *fh, in __fc_fill_fc_hdr() argument
255 fh->fh_r_ctl = r_ctl; in __fc_fill_fc_hdr()
256 hton24(fh->fh_d_id, did); in __fc_fill_fc_hdr()
257 hton24(fh->fh_s_id, sid); in __fc_fill_fc_hdr()
258 fh->fh_type = type; in __fc_fill_fc_hdr()
259 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr()
260 fh->fh_cs_ctl = 0; in __fc_fill_fc_hdr()
261 fh->fh_df_ctl = 0; in __fc_fill_fc_hdr()
262 fh->fh_parm_offset = htonl(parm_offset); in __fc_fill_fc_hdr()
272 struct fc_frame_header *fh; in fc_fill_fc_hdr() local
274 fh = fc_frame_header_get(fp); in fc_fill_fc_hdr()
275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()