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