Home
last modified time | relevance | path

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

/titanic_50/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.c4023 iocb->un.elsreq64.remoteID = (did == BCAST_DID) ? 0 : did; in emlxs_sli3_prep_els_iocb()
4025 (did == BCAST_DID) ? pkt->pkt_cmd_fhdr.seq_id : 0; in emlxs_sli3_prep_els_iocb()
H A Demlxs_solaris.c8956 if ((ndlp->nlp_Xri == 0) && (did != BCAST_DID)) { in emlxs_send_ip()
H A Demlxs_sli4.c4499 iocb->un.elsreq64.remoteID = (did == BCAST_DID) ? 0 : did; in emlxs_sli4_prep_els_iocb()
H A Demlxs_dfc.c4785 if (did == BCAST_DID) { in emlxs_dfc_send_mbox()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h141 #define BCAST_DID ((uint32_t)0xffffff) macro