Lines Matching refs:fhp
4420 fc_frame_header_t *fhp; in socal_els_alloc() local
4520 fhp = &srp->sr_fc_frame_hdr; in socal_els_alloc()
4521 fhp->r_ctl = R_CTL_ELS_REQ; in socal_els_alloc()
4522 fhp->d_id = dest; in socal_els_alloc()
4523 fhp->s_id = ouralpa; in socal_els_alloc()
4524 fhp->type = TYPE_EXTENDED_LS; in socal_els_alloc()
4525 fhp->f_ctl = F_CTL_SEQ_INITIATIVE | F_CTL_FIRST_SEQ; in socal_els_alloc()
4526 fhp->seq_id = 0; in socal_els_alloc()
4527 fhp->df_ctl = 0; in socal_els_alloc()
4528 fhp->seq_cnt = 0; in socal_els_alloc()
4529 fhp->ox_id = 0xffff; in socal_els_alloc()
4530 fhp->rx_id = 0xffff; in socal_els_alloc()
4531 fhp->ro = 0; in socal_els_alloc()
4570 fc_frame_header_t *fhp; in socal_lbf_alloc() local
4667 fhp = &srp->sr_fc_frame_hdr; in socal_lbf_alloc()
4668 fhp->r_ctl = R_CTL_SOLICITED_DATA; in socal_lbf_alloc()
4669 fhp->d_id = socalp->port_state[port].sp_src_id; in socal_lbf_alloc()
4670 fhp->s_id = socalp->port_state[port].sp_src_id; in socal_lbf_alloc()
4671 fhp->type = TYPE_SCSI_FCP; in socal_lbf_alloc()
4672 fhp->f_ctl = F_CTL_SEQ_INITIATIVE | F_CTL_FIRST_SEQ | F_CTL_LAST_SEQ; in socal_lbf_alloc()
4673 fhp->seq_id = 0; in socal_lbf_alloc()
4674 fhp->df_ctl = 0; in socal_lbf_alloc()
4675 fhp->seq_cnt = 0; in socal_lbf_alloc()
4676 fhp->ox_id = 0xffff; in socal_lbf_alloc()
4677 fhp->rx_id = 0xffff; in socal_lbf_alloc()
4678 fhp->ro = 0; in socal_lbf_alloc()