rhba             1905 drivers/scsi/bfa/bfa_fcs_lport.c 	struct fdmi_rhba_s *rhba = (struct fdmi_rhba_s *) pyld;
rhba             1916 drivers/scsi/bfa/bfa_fcs_lport.c 	rhba->hba_id = bfa_fcs_lport_get_pwwn(port);
rhba             1917 drivers/scsi/bfa/bfa_fcs_lport.c 	rhba->port_list.num_ports = cpu_to_be32(1);
rhba             1918 drivers/scsi/bfa/bfa_fcs_lport.c 	rhba->port_list.port_entry = bfa_fcs_lport_get_pwwn(port);
rhba             1920 drivers/scsi/bfa/bfa_fcs_lport.c 	len = sizeof(rhba->hba_id) + sizeof(rhba->port_list);
rhba             1923 drivers/scsi/bfa/bfa_fcs_lport.c 	len += sizeof(rhba->hba_attr_blk.attr_count);
rhba             1928 drivers/scsi/bfa/bfa_fcs_lport.c 	curr_ptr = (u8 *) &rhba->hba_attr_blk.hba_attr;
rhba             2150 drivers/scsi/bfa/bfa_fcs_lport.c 	rhba->hba_attr_blk.attr_count = cpu_to_be32(count);
rhba             2864 drivers/scsi/qla2xxx/qla_def.h 		} rhba;
rhba             1533 drivers/scsi/qla2xxx/qla_gs.c 	memcpy(ct_req->req.rhba.hba_identifier, vha->port_name, WWN_SIZE);
rhba             1534 drivers/scsi/qla2xxx/qla_gs.c 	ct_req->req.rhba.entry_count = cpu_to_be32(1);
rhba             1535 drivers/scsi/qla2xxx/qla_gs.c 	memcpy(ct_req->req.rhba.port_name, vha->port_name, WWN_SIZE);
rhba             1539 drivers/scsi/qla2xxx/qla_gs.c 	ct_req->req.rhba.attrs.count =
rhba             1680 drivers/scsi/qla2xxx/qla_gs.c 	    ct_req->req.rhba.hba_identifier, size);
rhba               35 include/scsi/fc_encode.h 		struct fc_fdmi_rhba rhba;
rhba              234 include/scsi/fc_encode.h 		put_unaligned_be64(lport->wwpn, &ct->payload.rhba.hbaid.id);
rhba              236 include/scsi/fc_encode.h 		put_unaligned_be32(1, &ct->payload.rhba.port.numport);
rhba              239 include/scsi/fc_encode.h 				   &ct->payload.rhba.port.port[0].portname);
rhba              243 include/scsi/fc_encode.h 				   &ct->payload.rhba.hba_attrs.numattrs);
rhba              244 include/scsi/fc_encode.h 		hba_attrs = &ct->payload.rhba.hba_attrs;