Searched refs:QSFP_MONITOR_VAL_START (Results 1 – 2 of 2) sorted by relevance
35 #define QSFP_MONITOR_VAL_START 22 macro37 #define QSFP_MONITOR_RANGE (QSFP_MONITOR_VAL_END - QSFP_MONITOR_VAL_START + 1)
705 (addr + len) >= QSFP_MONITOR_VAL_START) { in get_cable_info()707 if (addr < QSFP_MONITOR_VAL_START) { in get_cable_info()709 len = addr + len - QSFP_MONITOR_VAL_START; in get_cable_info()712 offset = QSFP_MONITOR_VAL_START - addr; in get_cable_info()713 addr = QSFP_MONITOR_VAL_START; in get_cable_info()714 } else if (addr == QSFP_MONITOR_VAL_START) { in get_cable_info()