Home
last modified time | relevance | path

Searched refs:EMLXS_MENLO_DID (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c497 if (did == EMLXS_MENLO_DID) { in emlxs_node_find_did()
H A Demlxs_dfc.c6232 pkt->pkt_cmd_fhdr.d_id = LE_SWAP24_LO(EMLXS_MENLO_DID); in emlxs_send_menlo_cmd()
6320 LE_SWAP24_LO(EMLXS_MENLO_DID); in emlxs_send_menlo_cmd()
6428 pkt->pkt_cmd_fhdr.d_id = LE_SWAP24_LO(EMLXS_MENLO_DID); in emlxs_fcoe_attention_thread()
8312 pkt->pkt_cmd_fhdr.d_id = LE_SWAP24_LO(EMLXS_MENLO_DID); in emlxs_dfc_set_menlo_loopback()
8442 pkt->pkt_cmd_fhdr.d_id = LE_SWAP24_LO(EMLXS_MENLO_DID); in emlxs_dfc_set_menlo_fte()
H A Demlxs_solaris.c9880 did = EMLXS_MENLO_DID; in emlxs_send_menlo()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h148 #define EMLXS_MENLO_DID ((uint32_t)0x00fc0e) macro