Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c191 key = be_to_port_id(d_id).b24; in qla_find_host_by_d_id()
4390 id = be_to_port_id(atio->u.isp24.fcp_hdr.s_id); in qlt_handle_cmd_for_atio()
5400 id = be_to_port_id(atio->u.isp24.fcp_hdr.s_id); in __qlt_send_busy()
6238 logo.id = be_to_port_id(s_id); in qlt_make_local_sess()
H A 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()
H A Dqla_def.h451 static inline port_id_t be_to_port_id(be_id_t id) in be_to_port_id() function