Searched refs:rhba (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_gs.c1299 memcpy(ct_req->req.rhba.hba_identifier, vha->port_name, WWN_SIZE);
1300 ct_req->req.rhba.entry_count = __constant_cpu_to_be32(1);
1301 memcpy(ct_req->req.rhba.port_name, vha->port_name, WWN_SIZE);
1305 ct_req->req.rhba.attrs.count =
1307 entries = ct_req->req.rhba.hba_identifier;
1427 ct_req->req.rhba.hba_identifier[0],
1428 ct_req->req.rhba.hba_identifier[1],
1429 ct_req->req.rhba.hba_identifier[2],
1430 ct_req->req.rhba.hba_identifier[3],
1431 ct_req->req.rhba
[all...]
H A Dqla_def.h1987 } rhba; member in union:ct_sns_req::__anon4900
/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c1697 struct fdmi_rhba_s *rhba = (struct fdmi_rhba_s *) pyld; local
1708 rhba->hba_id = bfa_fcs_lport_get_pwwn(port);
1709 rhba->port_list.num_ports = cpu_to_be32(1);
1710 rhba->port_list.port_entry = bfa_fcs_lport_get_pwwn(port);
1712 len = sizeof(rhba->hba_id) + sizeof(rhba->port_list);
1715 len += sizeof(rhba->hba_attr_blk.attr_count);
1720 curr_ptr = (u8 *) &rhba->hba_attr_blk.hba_attr;
1884 rhba->hba_attr_blk.attr_count = cpu_to_be32(count);

Completed in 52 milliseconds