Lines Matching defs:tech
68 /* Bytes 131..138 are Transceiver types, bit maps for various tech, none IB */
82 #define QSFP_IS_ACTIVE(tech) ((0xA2FF >> ((tech) >> 4)) & 1)
84 #define QSFP_IS_ACTIVE_FAR(tech) ((0x32FF >> ((tech) >> 4)) & 1)
86 #define QSFP_HAS_ATTEN(tech) ((0x4D00 >> ((tech) >> 4)) & 1)
88 #define QSFP_IS_CU(tech) ((0xED00 >> ((tech) >> 4)) & 1)
157 u8 tech;