Searched refs:QSFP_MOD_PWR_OFFS (Results 1 – 5 of 5) sorted by relevance
205 cable_power_class = get_qsfp_power_class(cache[QSFP_MOD_PWR_OFFS]); in qual_power()254 cable_power_class = get_qsfp_power_class(cache[QSFP_MOD_PWR_OFFS]); in set_qsfp_high_power()291 if (!((cache[QSFP_MOD_PWR_OFFS] & 0x4) && in apply_rx_cdr()296 cable_power_class = get_qsfp_power_class(cache[QSFP_MOD_PWR_OFFS]); in apply_rx_cdr()342 if (!((cache[QSFP_MOD_PWR_OFFS] & 0x8) && in apply_tx_cdr()347 cable_power_class = get_qsfp_power_class(cache[QSFP_MOD_PWR_OFFS]); in apply_tx_cdr()633 power_class = get_qsfp_power_class(cache[QSFP_MOD_PWR_OFFS]); in aoc_low_power_setting()668 ((cache[QSFP_MOD_PWR_OFFS] & 0x4) << 3) | in apply_tunings()669 ((cache[QSFP_MOD_PWR_OFFS] & 0x8) << 2) | in apply_tunings()
50 #define QSFP_MOD_PWR_OFFS 129 macro
768 power_byte = cache[QSFP_MOD_PWR_OFFS]; in qsfp_dump()
66 #define QSFP_MOD_PWR_OFFS 129 macro
319 ret = qsfp_read(ppd, QSFP_MOD_PWR_OFFS, &cp->pwr, 1); in qib_refresh_qsfp_cache()324 ret = qsfp_cks(ppd, QSFP_MOD_PWR_OFFS + 1, QSFP_MOD_LEN_OFFS); in qib_refresh_qsfp_cache()
Completed in 9 milliseconds