Lines Matching refs:fh
157 struct fc_frame_header *fh;
162 fh = __fc_frame_header_get(fp);
178 fh->fh_r_ctl = r_ctl;
179 memcpy(fh->fh_d_id, in_fh->fh_s_id, sizeof(fh->fh_d_id));
180 memcpy(fh->fh_s_id, in_fh->fh_d_id, sizeof(fh->fh_s_id));
181 fh->fh_type = in_fh->fh_type;
182 hton24(fh->fh_f_ctl, f_ctl);
183 fh->fh_ox_id = in_fh->fh_ox_id;
184 fh->fh_rx_id = in_fh->fh_rx_id;
185 fh->fh_cs_ctl = 0;
186 fh->fh_df_ctl = 0;
187 fh->fh_parm_offset = htonl(parm_offset);
192 fh->fh_seq_id = sp->id;
195 fh->fh_seq_id = 0;
197 fh->fh_seq_cnt = ntohs(seq_cnt);