Lines Matching refs:d_id
197 uint8_t *d_id) in qlt_find_host_by_d_id() argument
202 if ((vha->d_id.b.area == d_id[1]) && (vha->d_id.b.domain == d_id[0]) && in qlt_find_host_by_d_id()
203 (vha->d_id.b.al_pa == d_id[2])) in qlt_find_host_by_d_id()
206 key = (uint32_t)d_id[0] << 16; in qlt_find_host_by_d_id()
207 key |= (uint32_t)d_id[1] << 8; in qlt_find_host_by_d_id()
208 key |= (uint32_t)d_id[2]; in qlt_find_host_by_d_id()
311 host = qlt_find_host_by_d_id(vha, u->atio.u.isp24.fcp_hdr.d_id); in qlt_try_to_dequeue_unknown_atios()
361 atio->u.isp24.fcp_hdr.d_id); in qlt_24xx_atio_pkt_all_vps()
366 atio->u.isp24.fcp_hdr.d_id[0], in qlt_24xx_atio_pkt_all_vps()
367 atio->u.isp24.fcp_hdr.d_id[1], in qlt_24xx_atio_pkt_all_vps()
368 atio->u.isp24.fcp_hdr.d_id[2]); in qlt_24xx_atio_pkt_all_vps()
599 !IS_SW_RESV_ADDR(sp->fcport->d_id)) { in qla2x00_async_nack_sp_done()
779 ha->tgt.tgt_ops->update_sess(sess, fcport->d_id, in qlt_fc_port_added()
863 fcport->d_id = port_id; in qlt_plogi_ack_unref()
979 sess->d_id.b.domain, sess->d_id.b.area, sess->d_id.b.al_pa, in qlt_free_session_done()
983 if (!IS_SW_RESV_ADDR(sess->d_id)) { in qlt_free_session_done()
987 logo.id = sess->d_id; in qlt_free_session_done()
1054 if (tgt && !IS_SW_RESV_ADDR(sess->d_id)) in qlt_free_session_done()
1062 if (sess->login_succ && !IS_SW_RESV_ADDR(sess->d_id)) { in qlt_free_session_done()
1390 if (!IS_SW_RESV_ADDR(sess->d_id)) in qlt_create_sess()
1406 fcport->loop_id, sess->d_id.b.domain, sess->d_id.b.area, in qlt_create_sess()
1407 sess->d_id.b.al_pa, sess->conf_compl_supported ? "" : "not "); in qlt_create_sess()
1759 resp->fcp_hdr_le.d_id[0] = abts->fcp_hdr_le.d_id[0]; in qlt_24xx_send_abts_resp()
1760 resp->fcp_hdr_le.d_id[1] = abts->fcp_hdr_le.d_id[1]; in qlt_24xx_send_abts_resp()
1761 resp->fcp_hdr_le.d_id[2] = abts->fcp_hdr_le.d_id[2]; in qlt_24xx_send_abts_resp()
1766 resp->fcp_hdr_le.d_id[0] = abts->fcp_hdr_le.s_id[0]; in qlt_24xx_send_abts_resp()
1767 resp->fcp_hdr_le.d_id[1] = abts->fcp_hdr_le.s_id[1]; in qlt_24xx_send_abts_resp()
1768 resp->fcp_hdr_le.d_id[2] = abts->fcp_hdr_le.s_id[2]; in qlt_24xx_send_abts_resp()
1769 resp->fcp_hdr_le.s_id[0] = abts->fcp_hdr_le.d_id[0]; in qlt_24xx_send_abts_resp()
1770 resp->fcp_hdr_le.s_id[1] = abts->fcp_hdr_le.d_id[1]; in qlt_24xx_send_abts_resp()
1771 resp->fcp_hdr_le.s_id[2] = abts->fcp_hdr_le.d_id[2]; in qlt_24xx_send_abts_resp()
1829 ctio->initiator_id[0] = entry->fcp_hdr_le.d_id[0]; in qlt_24xx_retry_term_exchange()
1830 ctio->initiator_id[1] = entry->fcp_hdr_le.d_id[1]; in qlt_24xx_retry_term_exchange()
1831 ctio->initiator_id[2] = entry->fcp_hdr_le.d_id[2]; in qlt_24xx_retry_term_exchange()
4563 fcport->d_id.b.domain, fcport->d_id.b.area, in qlt_logo_completion_handler()
4564 fcport->d_id.b.al_pa, rc); in qlt_logo_completion_handler()
4597 if (port_id.b24 == other_sess->d_id.b24) { in qlt_find_sess_invalidate_other()
4756 sess->d_id = port_id; in qlt_handle_login()
4763 sess->d_id = port_id; in qlt_handle_login()
4808 (sess->d_id.b24 == port_id.b24)); in qlt_handle_login()
4962 sess->d_id = port_id; in qlt_24xx_handle_els()
5938 tfcp->d_id = fcport->d_id; in qlt_get_port_database()
5951 if (!IS_SW_RESV_ADDR(fcport->d_id)) in qlt_get_port_database()
7144 key = vha->d_id.b24; in qlt_update_vp_map()
7176 vha->d_id.b24 = 0; in qlt_update_vp_map()
7184 if (!vha->d_id.b24) { in qlt_update_host_map()
7185 vha->d_id = id; in qlt_update_host_map()
7187 } else if (vha->d_id.b24 != id.b24) { in qlt_update_host_map()
7189 vha->d_id = id; in qlt_update_host_map()