Searched refs:QSFP_MONITOR_VAL_START (Results 1 – 2 of 2) sorted by relevance
77 #define QSFP_MONITOR_VAL_START 22 macro79 #define QSFP_MONITOR_RANGE (QSFP_MONITOR_VAL_END - QSFP_MONITOR_VAL_START + 1)
747 (addr + len) >= QSFP_MONITOR_VAL_START) { in get_cable_info()749 if (addr < QSFP_MONITOR_VAL_START) { in get_cable_info()751 len = addr + len - QSFP_MONITOR_VAL_START; in get_cable_info()754 offset = QSFP_MONITOR_VAL_START - addr; in get_cable_info()755 addr = QSFP_MONITOR_VAL_START; in get_cable_info()756 } else if (addr == QSFP_MONITOR_VAL_START) { in get_cable_info()