Home
last modified time | relevance | path

Searched refs:nlp_Rpi (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c295 ndlp->nlp_Rpi, channelno); in emlxs_node_open()
565 if (nlp->nlp_Rpi == rpi) { in emlxs_node_find_rpi()
737 "count=%d", ndlp->nlp_DID, ndlp->nlp_Rpi, wwn[0], in emlxs_node_destroy_all()
799 ndlp->nlp_Rpi = (uint16_t)rpi; in emlxs_node_create()
836 ndlp, ndlp->nlp_DID, ndlp->nlp_Rpi, wwn[0], in emlxs_node_create()
846 ndlp->nlp_Rpi = (uint16_t)rpi; in emlxs_node_create()
959 "count=%d", ndlp, ndlp->nlp_DID, ndlp->nlp_Rpi, wwn[0], wwn[1], in emlxs_node_add()
997 "count=%d", ndlp->nlp_DID, ndlp->nlp_Rpi, wwn[0], in emlxs_node_rm()
H A Demlxs_ip.c507 icmd->ULPCONTEXT = ndlp->nlp_Rpi; in emlxs_create_xri()
H A Demlxs_sli4.c2736 vport->node_base.nlp_Rpi = 0; in emlxs_sli4_hba_reset()
4357 wqe->ContextTag = ndlp->nlp_Rpi; in emlxs_sli4_prep_fct_iocb()
4475 wqe->ContextTag = ndlp->nlp_Rpi; in emlxs_sli4_prep_fct_iocb()
5124 did, node->nlp_Rpi); in emlxs_sli4_prep_ct_iocb()
6869 iocb->ULPIOTAG = ((node)? node->nlp_Rpi:0); in emlxs_sli4_process_unsol_rcv()
6937 iocb->ULPIOTAG = ((node)? node->nlp_Rpi:0); in emlxs_sli4_process_unsol_rcv()
6984 label, fchdr.d_id, node->nlp_Rpi); in emlxs_sli4_process_unsol_rcv()
9536 node, node->nlp_DID, node->nlp_Rpi); in emlxs_sli4_unreg_node()
9543 node, node->nlp_DID, node->nlp_Rpi); in emlxs_sli4_unreg_node()
H A Demlxs_fcp.c881 if (nlp->nlp_Rpi == FABRIC_RPI) { in emlxs_find_tagged_node()
4062 iocb->un.acxri.abortContextTag = ndlp->nlp_Rpi; in emlxs_create_abort_xri_cn()
4181 iocb->un.acxri.abortContextTag = ndlp->nlp_Rpi; in emlxs_create_close_xri_cn()
H A Demlxs_sli3.c2238 vport->node_base.nlp_Rpi = 0; in emlxs_sli3_hba_reset()
3828 iocb->ULPCONTEXT = ndlp->nlp_Rpi; in emlxs_sli3_prep_fcp_iocb()
4141 iocb->ULPCONTEXT = ndlp->nlp_Rpi; in emlxs_sli3_prep_ct_iocb()
7035 rpi = (node)? node->nlp_Rpi:0xffff; in emlxs_sli3_unreg_node_mbcmpl()
7086 rpi = (uint16_t)node->nlp_Rpi; in emlxs_sli3_unreg_node()
H A Demlxs_fct.c2199 hdl = ndlp->nlp_Rpi; in emlxs_fct_register_remote_port()
2361 hdl = ndlp->nlp_Rpi; in emlxs_fct_handle_unsol_req()
H A Demlxs_solaris.c1367 port->node_base.nlp_Rpi = 0; in emlxs_port_init()
8535 mb->un.varUnregLogin.rpi = (uint16_t)ndlp->nlp_Rpi; in emlxs_fast_target_reset()
8543 "Fast Target Reset: unreg rpi=%d tmr=%d", ndlp->nlp_Rpi, in emlxs_fast_target_reset()
8549 ndlp->nlp_Rpi = 0; in emlxs_fast_target_reset()
H A Demlxs_dfc.c7194 dnp->rpi = nlp->nlp_Rpi; in emlxs_dfc_get_nodeinfo()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h414 uint16_t nlp_Rpi; /* login id returned by */ member
468 ((_n)?((_n->rpip)?_n->rpip:emlxs_rpi_find(_p, _n->nlp_Rpi)):NULL)