Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/libfc/
Dfc_encode.h36 struct fc_fdmi_rhba rhba; member
230 put_unaligned_be64(lport->wwpn, &ct->payload.rhba.hbaid.id); in fc_ct_ms_fill()
232 put_unaligned_be32(1, &ct->payload.rhba.port.numport); in fc_ct_ms_fill()
235 &ct->payload.rhba.port.port[0].portname); in fc_ct_ms_fill()
239 &ct->payload.rhba.hba_attrs.numattrs); in fc_ct_ms_fill()
240 hba_attrs = &ct->payload.rhba.hba_attrs; in fc_ct_ms_fill()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_gs.c2174 memcpy(ct_req->req.rhba.hba_identifier, vha->port_name, in qla2x00_fdmi_rhba()
2175 sizeof(ct_req->req.rhba.hba_identifier)); in qla2x00_fdmi_rhba()
2176 size += sizeof(ct_req->req.rhba.hba_identifier); in qla2x00_fdmi_rhba()
2178 ct_req->req.rhba.entry_count = cpu_to_be32(1); in qla2x00_fdmi_rhba()
2179 size += sizeof(ct_req->req.rhba.entry_count); in qla2x00_fdmi_rhba()
2181 memcpy(ct_req->req.rhba.port_name, vha->port_name, in qla2x00_fdmi_rhba()
2182 sizeof(ct_req->req.rhba.port_name)); in qla2x00_fdmi_rhba()
2183 size += sizeof(ct_req->req.rhba.port_name); in qla2x00_fdmi_rhba()
2186 ct_req->req.rhba.attrs.count = cpu_to_be32(count); in qla2x00_fdmi_rhba()
2187 size += sizeof(ct_req->req.rhba.attrs.count); in qla2x00_fdmi_rhba()
[all …]
Dqla_def.h3124 } rhba; member
/linux-6.6.21/drivers/scsi/bfa/
Dbfa_fcs_lport.c1906 struct fdmi_rhba_s *rhba = (struct fdmi_rhba_s *) pyld; in bfa_fcs_lport_fdmi_build_rhba_pyld() local
1921 rhba->hba_id = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1922 rhba->port_list.num_ports = cpu_to_be32(1); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1923 rhba->port_list.port_entry = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1925 len = sizeof(rhba->hba_id) + sizeof(rhba->port_list); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1928 len += sizeof(rhba->hba_attr_blk.attr_count); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1933 curr_ptr = (u8 *) &rhba->hba_attr_blk.hba_attr; in bfa_fcs_lport_fdmi_build_rhba_pyld()
2155 rhba->hba_attr_blk.attr_count = cpu_to_be32(count); in bfa_fcs_lport_fdmi_build_rhba_pyld()