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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_gs.c2305 memcpy(ct_req->req.rprt.hba_identifier, base_vha->port_name,
2306 sizeof(ct_req->req.rprt.hba_identifier));
2307 size += sizeof(ct_req->req.rprt.hba_identifier);
2308 memcpy(ct_req->req.rprt.port_name, vha->port_name,
2309 sizeof(ct_req->req.rprt.port_name));
2310 size += sizeof(ct_req->req.rprt.port_name);
2312 ct_req->req.rprt.attrs.count = cpu_to_be32(count);
2313 size += sizeof(ct_req->req.rprt.attrs.count);
2315 entries = ct_req->req.rprt.attrs.entry;
2321 wwn_to_u64(ct_req->req.rprt
[all...]
H A Dqla_def.h3140 } rprt; member in union:ct_sns_req::__anon185
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c2444 struct fdmi_rprt_s *rprt = (struct fdmi_rprt_s *) pyld; local
2447 rprt->hba_id = bfa_fcs_lport_get_pwwn(bfa_fcs_get_base_port(port->fcs));
2448 rprt->port_name = bfa_fcs_lport_get_pwwn(port);
2451 (u8 *) &rprt->port_attr_blk);
2453 len += sizeof(rprt->hba_id) + sizeof(rprt->port_name);

Completed in 162 milliseconds