Home
last modified time | relevance | path

Searched refs:FC_NS_CLASS3 (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfct_defines.h143 #define FC_NS_CLASS3 0x08 macro
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcgs2.h163 #define FC_NS_CLASS3 0x08 macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c1460 LE_SWAP32(FC_NS_CLASS3); in emlxs_fcio_get_adapter_port_attrs()
1606 LE_SWAP32(FC_NS_CLASS3); in emlxs_fcio_get_adapter_port_attrs()
2275 LE_SWAP32(FC_NS_CLASS3); in emlxs_fcio_get_disc_port_attrs()
2407 LE_SWAP32(FC_NS_CLASS3); in emlxs_fcio_get_disc_port_attrs()
2569 LE_SWAP32(FC_NS_CLASS3); in emlxs_fcio_get_port_attrs()
2708 LE_SWAP32(FC_NS_CLASS3); in emlxs_fcio_get_port_attrs()
3970 hbainfo->supported_cos = LE_SWAP32((FC_NS_CLASS3 | FC_NS_CLASS2)); in emlxs_dfc_get_hbainfo()
H A Demlxs_fct.c1400 port_attrs->supported_cos = LE_SWAP32(FC_NS_CLASS3);
H A Demlxs_solaris.c1799 port_info->pi_attrs.supported_cos = LE_SWAP32(FC_NS_CLASS3); in emlxs_fca_bind_port()
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2594 *(p + 23) = FC_NS_CLASS3; in fct_create_solct()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c3387 if (port->fp_cos & FC_NS_CLASS3) { in fp_get_nextclass()
3429 if (cos & FC_NS_CLASS3) { in fp_is_class_supported()
13888 port->fp_cos |= (class & 0x8000) ? FC_NS_CLASS3 : 0; in fp_bind_callbacks()