Home
last modified time | relevance | path

Searched refs:BCAST_DID (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c442 if ((nlp->nlp_DID != BCAST_DID) && in emlxs_node_find_mac()
491 if (did == BCAST_DID) { in emlxs_node_find_did()
H A Demlxs_sli3.c4028 iocb->un.elsreq64.remoteID = (did == BCAST_DID) ? 0 : did; in emlxs_sli3_prep_els_iocb()
4030 (did == BCAST_DID) ? pkt->pkt_cmd_fhdr.seq_id : 0; in emlxs_sli3_prep_els_iocb()
H A Demlxs_sli4.c4839 iocb->un.elsreq64.remoteID = (did == BCAST_DID) ? 0 : did; in emlxs_sli4_prep_els_iocb()
H A Demlxs_solaris.c8979 if ((ndlp->nlp_Xri == 0) && (did != BCAST_DID)) { in emlxs_send_ip()
H A Demlxs_dfc.c4841 if (did == BCAST_DID) { in emlxs_dfc_send_mbox()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h142 #define BCAST_DID ((uint32_t)0xffffff) macro