Home
last modified time | relevance | path

Searched refs:AT_LINK_UP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1625 if (la.attType == AT_LINK_UP) { in emlxs_read_la_mbcmpl()
1658 if ((la.attType == AT_LINK_UP) && (hba->state < FC_LINK_UP)) { in emlxs_read_la_mbcmpl()
H A Demlxs_fcf.c3049 (mb4->un.varReadLA.attType == AT_LINK_UP)?"linkup":"linkdown", in emlxs_fc_fcftab_topo_mbcmpl()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h1578 #define AT_LINK_UP 0x01 /* Link is up */ macro