Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcs_lport.c1905 struct fdmi_rhba_s *rhba = (struct fdmi_rhba_s *) pyld; in bfa_fcs_lport_fdmi_build_rhba_pyld() local
1916 rhba->hba_id = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1917 rhba->port_list.num_ports = cpu_to_be32(1); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1918 rhba->port_list.port_entry = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1920 len = sizeof(rhba->hba_id) + sizeof(rhba->port_list); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1923 len += sizeof(rhba->hba_attr_blk.attr_count); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1928 curr_ptr = (u8 *) &rhba->hba_attr_blk.hba_attr; in bfa_fcs_lport_fdmi_build_rhba_pyld()
2150 rhba->hba_attr_blk.attr_count = cpu_to_be32(count); in bfa_fcs_lport_fdmi_build_rhba_pyld()
/drivers/scsi/qla2xxx/
Dqla_gs.c1533 memcpy(ct_req->req.rhba.hba_identifier, vha->port_name, WWN_SIZE); in qla2x00_fdmi_rhba()
1534 ct_req->req.rhba.entry_count = cpu_to_be32(1); in qla2x00_fdmi_rhba()
1535 memcpy(ct_req->req.rhba.port_name, vha->port_name, WWN_SIZE); in qla2x00_fdmi_rhba()
1539 ct_req->req.rhba.attrs.count = in qla2x00_fdmi_rhba()
1680 ct_req->req.rhba.hba_identifier, size); in qla2x00_fdmi_rhba()
Dqla_def.h2862 } rhba; member