Searched refs:QSFP_MONITOR_VAL_START (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/infiniband/hw/hfi1/
H A Dqsfp.c705 (addr + len) >= QSFP_MONITOR_VAL_START) {
707 if (addr < QSFP_MONITOR_VAL_START) {
709 len = addr + len - QSFP_MONITOR_VAL_START;
712 offset = QSFP_MONITOR_VAL_START - addr;
713 addr = QSFP_MONITOR_VAL_START;
714 } else if (addr == QSFP_MONITOR_VAL_START) {
H A Dqsfp.h35 #define QSFP_MONITOR_VAL_START 22 macro
37 #define QSFP_MONITOR_RANGE (QSFP_MONITOR_VAL_END - QSFP_MONITOR_VAL_START + 1)

Completed in 186 milliseconds