Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c1700 if (portinfo.CapabilityMask & SM_CAP_MASK_IS_SM) in tavor_port_query()
1822 capmask &= ~SM_CAP_MASK_IS_SM; in tavor_port_modify()
1824 capmask |= SM_CAP_MASK_IS_SM; in tavor_port_modify()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c281 capmask ^= SM_CAP_MASK_IS_SM; in hermon_set_port_capability()
H A Dhermon_misc.c1971 if (portinfo.CapabilityMask & SM_CAP_MASK_IS_SM) in hermon_port_query()
2112 capmask &= ~SM_CAP_MASK_IS_SM; in hermon_port_modify()
2114 capmask |= SM_CAP_MASK_IS_SM; in hermon_port_modify()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsm_attr.h513 #define SM_CAP_MASK_IS_SM 0x00000002 macro