Home
last modified time | relevance | path

Searched refs:FABRIC_DID (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c433 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_dhc_state()
451 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_dhc_state()
519 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_dhc_status()
1175 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_issue_dhchap_success()
2244 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_issue_dhchap_challenge()
2264 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_issue_dhchap_challenge()
2281 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_issue_dhchap_challenge()
2512 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_issue_dhchap_reply()
2529 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_issue_dhchap_reply()
2583 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_issue_dhchap_reply()
[all …]
H A Demlxs_els.c600 pkt->pkt_resp_fhdr.s_id = LE_SWAP24_LO(FABRIC_DID); in emlxs_handle_sol_flogi()
697 if (EMLXS_SLI_REG_DID(port, FABRIC_DID, &port->fabric_sparam, in emlxs_handle_sol_flogi()
733 if (EMLXS_SLI_REG_DID(port, FABRIC_DID, in emlxs_handle_sol_flogi()
808 if (EMLXS_SLI_REG_DID(port, FABRIC_DID, &port->fabric_sparam, sbp, in emlxs_handle_sol_fdisc()
1059 (ndlp->nlp_DID == FABRIC_DID)) { in emlxs_handle_sol_logo()
1077 (ndlp->nlp_DID == FABRIC_DID)) { in emlxs_handle_sol_logo()
H A Demlxs_node.c514 did = FABRIC_DID; in emlxs_node_find_did()
H A Demlxs_clock.c1050 if (EMLXS_SLI_REG_DID(port, FABRIC_DID, &port->fabric_sparam, in emlxs_timer_check_clean_address()
H A Demlxs_fcf.c2065 rpip->did = FABRIC_DID; in emlxs_fcf_init()
13209 did = FABRIC_DID; in emlxs_vpi_logo_action()
14069 if ((rpip->did == FABRIC_DID) || in emlxs_rpi_idle_timer()
14154 fabric_rpip->did = FABRIC_DID; in emlxs_rpi_alloc_fabric_rpi()
14403 if (!rpip && (did == FABRIC_DID)) { in emlxs_rpi_online_notify()
H A Demlxs_dfc.c2049 ndlp = emlxs_node_find_did(port, FABRIC_DID, 1); in emlxs_fcio_get_topology()
3229 pkt->pkt_cmd_fhdr.d_id = LE_SWAP24_LO(FABRIC_DID); in emlxs_dfc_destroy_vport()
3615 pkt->pkt_cmd_fhdr.d_id = LE_SWAP24_LO(FABRIC_DID); in emlxs_dfc_npiv_test()
3688 pkt1->pkt_cmd_fhdr.d_id = LE_SWAP24_LO(FABRIC_DID); in emlxs_dfc_npiv_test()
H A Demlxs_sli4.c4910 if ((did == FABRIC_DID) && in emlxs_sli4_prep_els_iocb()
6526 ((fchdr.d_id != FABRIC_DID) && in emlxs_sli4_process_unsol_rcv()
9476 if (did != FABRIC_DID) { in emlxs_sli4_reg_did()
H A Demlxs_fct.c1920 fx->fx_sid = FABRIC_DID; in emlxs_fct_flogi_xchg()
H A Demlxs_sli3.c6872 if (ndlp->nlp_DID == FABRIC_DID) { in emlxs_sli3_reg_did_mbcmpl()
H A Demlxs_solaris.c9330 ndlp = emlxs_node_find_did(port, FABRIC_DID, 1); in emlxs_send_els()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h141 #define FABRIC_DID ((uint32_t)0xfffffe) macro