Searched refs:SM_CAP_MASK_IS_SM (Results 1 – 4 of 4) sorted by relevance
1700 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()
281 capmask ^= SM_CAP_MASK_IS_SM; in hermon_set_port_capability()
1971 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()
513 #define SM_CAP_MASK_IS_SM 0x00000002 macro