Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dqsfp.c599 #define QSFP_HIGH_PWR(pbyte) ((pbyte) & 3) macro
609 if (QSFP_HIGH_PWR(power_byte) == QSFP_HIGH_PWR_UNUSED) in get_qsfp_power_class()
618 return (QSFP_HIGH_PWR(power_byte) + 4); in get_qsfp_power_class()