Lines Matching defs:d_id

189 					    be_id_t d_id)
194 if (vha->d_id.b.area == d_id.area &&
195 vha->d_id.b.domain == d_id.domain &&
196 vha->d_id.b.al_pa == d_id.al_pa)
199 key = be_to_port_id(d_id).b24;
302 host = qlt_find_host_by_d_id(vha, u->atio.u.isp24.fcp_hdr.d_id);
352 atio->u.isp24.fcp_hdr.d_id);
356 "with unknown d_id %x:%x:%x\n", vha->vp_idx,
357 atio->u.isp24.fcp_hdr.d_id.domain,
358 atio->u.isp24.fcp_hdr.d_id.area,
359 atio->u.isp24.fcp_hdr.d_id.al_pa);
588 !IS_SW_RESV_ADDR(sp->fcport->d_id)) {
760 ha->tgt.tgt_ops->update_sess(sess, fcport->d_id,
847 fcport->d_id = port_id;
963 sess->d_id.b.domain, sess->d_id.b.area, sess->d_id.b.al_pa,
967 if (!IS_SW_RESV_ADDR(sess->d_id)) {
973 logo.id = sess->d_id;
1050 if (tgt && !IS_SW_RESV_ADDR(sess->d_id))
1057 if (sess->login_succ && !IS_SW_RESV_ADDR(sess->d_id)) {
1401 if (!IS_SW_RESV_ADDR(sess->d_id))
1417 fcport->loop_id, sess->d_id.b.domain, sess->d_id.b.area,
1418 sess->d_id.b.al_pa, sess->conf_compl_supported ? "" : "not ");
1783 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id;
1784 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id;
1855 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.d_id;
1858 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id;
1859 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id;
1933 ctio->initiator_id = entry->fcp_hdr_le.d_id;
4556 fcport->d_id.b.domain, fcport->d_id.b.area,
4557 fcport->d_id.b.al_pa, rc);
4590 if (port_id.b24 == other_sess->d_id.b24) {
4787 sess->d_id = port_id;
4794 sess->d_id = port_id;
4840 (sess->d_id.b24 == port_id.b24));
5013 sess->d_id = port_id;
6039 tfcp->d_id = fcport->d_id;
6052 if (!IS_SW_RESV_ADDR(fcport->d_id))
7222 key = vha->d_id.b24;
7254 vha->d_id.b24 = 0;
7262 if (!vha->d_id.b24) {
7263 vha->d_id = id;
7265 } else if (vha->d_id.b24 != id.b24) {
7267 vha->d_id = id;