Home
last modified time | relevance | path

Searched refs:QSFP_MONITOR_VAL_START (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dqsfp.h77 #define QSFP_MONITOR_VAL_START 22 macro
79 #define QSFP_MONITOR_RANGE (QSFP_MONITOR_VAL_END - QSFP_MONITOR_VAL_START + 1)
Dqsfp.c747 (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()