Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c230 #define PORT_SPD_CAP (QIB_IB_SDR | QIB_IB_DDR | QIB_IB_QDR) macro
234 #define DUAL_PORT_CAP (PORT_SPD_CAP | (PORT_SPD_CAP << PORT_SPD_CAP_SHIFT))
3542 features = PORT_SPD_CAP; in qib_7322_boardname()
3589 if (qib_singleport && (features >> PORT_SPD_CAP_SHIFT) & PORT_SPD_CAP) { in qib_7322_boardname()
3593 features &= PORT_SPD_CAP; in qib_7322_boardname()
6437 ppd->link_speed_supported = features & PORT_SPD_CAP; in qib_init_7322_variables()