Lines Matching refs:fh
177 struct fc_frame_header *fh; in bnx2fc_send_adisc() local
183 fh = fc_frame_header_get(fp); in bnx2fc_send_adisc()
190 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_adisc()
205 struct fc_frame_header *fh; in bnx2fc_send_logo() local
211 fh = fc_frame_header_get(fp); in bnx2fc_send_logo()
218 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_logo()
233 struct fc_frame_header *fh; in bnx2fc_send_rls() local
239 fh = fc_frame_header_get(fp); in bnx2fc_send_rls()
246 cb_arg->l2_oxid = ntohs(fh->fh_ox_id); in bnx2fc_send_rls()
260 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_srr_compl() local
336 fh = (struct fc_frame_header *) fc_frame_header_get(fp); in bnx2fc_srr_compl()
338 memcpy(fh, buf, hdr_len + resp_len); in bnx2fc_srr_compl()
372 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_rec_compl() local
461 fh = (struct fc_frame_header *) fc_frame_header_get(fp); in bnx2fc_rec_compl()
463 memcpy(fh, buf, hdr_len + resp_len); in bnx2fc_rec_compl()
903 struct fc_frame_header *fh = fc_frame_header_get(fp); in bnx2fc_elsct_send() local
912 if (ntoh24(fh->fh_d_id) != FC_FID_FLOGI) in bnx2fc_elsct_send()