Searched refs:SM_CAP_MASK_IS_SM (Results 1 – 4 of 4) sorted by relevance
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()
1900 if (portinfo.CapabilityMask & SM_CAP_MASK_IS_SM) in tavor_port_query()2040 capmask &= ~SM_CAP_MASK_IS_SM; in tavor_port_modify()2042 capmask |= SM_CAP_MASK_IS_SM; in tavor_port_modify()
513 #define SM_CAP_MASK_IS_SM 0x00000002 macro