Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_gs.c244 fcport->d_id = be_to_port_id(ct_rsp->rsp.ga_nxt.port_id); in qla2x00_ga_nxt()
337 list[i].d_id = be_to_port_id(gid_data->port_id); in qla2x00_gid_pt()
3126 ea.id = be_to_port_id(ct_req->req.port_id.port_id); in qla2x00_async_gpnid_sp_done()
Dqla_target.c191 key = be_to_port_id(d_id).b24; in qla_find_host_by_d_id()
4395 id = be_to_port_id(atio->u.isp24.fcp_hdr.s_id); in qlt_handle_cmd_for_atio()
5406 id = be_to_port_id(atio->u.isp24.fcp_hdr.s_id); in __qlt_send_busy()
6244 logo.id = be_to_port_id(s_id); in qlt_make_local_sess()
Dqla_def.h432 static inline port_id_t be_to_port_id(be_id_t id) in be_to_port_id() function