Home
last modified time | relevance | path

Searched refs:QSFP_HIGH_PWR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dqsfp.c661 #define QSFP_HIGH_PWR(pbyte) ((pbyte) & 3) macro
662 /* For use with QSFP_HIGH_PWR macro */
671 if (QSFP_HIGH_PWR(power_byte) == QSFP_HIGH_PWR_UNUSED) in get_qsfp_power_class()
680 return (QSFP_HIGH_PWR(power_byte) + 4); in get_qsfp_power_class()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dqsfp.c619 #define QSFP_HIGH_PWR(pbyte) ((pbyte) & 3) macro
620 /* For use with QSFP_HIGH_PWR macro */
629 if (QSFP_HIGH_PWR(power_byte) == QSFP_HIGH_PWR_UNUSED) in get_qsfp_power_class()
638 return (QSFP_HIGH_PWR(power_byte) + 4); in get_qsfp_power_class()

Completed in 3 milliseconds