Searched refs:FW_PORT_CAP32_ANEG (Results 1 – 3 of 3) sorted by relevance
2374 if (!(lc->pcaps & FW_PORT_CAP32_ANEG)) { in cxgbe_media_change()4758 lc->pcaps & FW_PORT_CAP32_ANEG) { in set_current_media()4841 if (lc->pcaps & FW_PORT_CAP32_ANEG) in build_medialist()4909 !(lc->pcaps & FW_PORT_CAP32_ANEG)) { in fixup_link_config()4960 MPASS(lc->pcaps & FW_PORT_CAP32_ANEG); in apply_link_config()7377 if (lc->pcaps & FW_PORT_CAP32_ANEG) in sysctl_autoneg()7396 if (val == AUTONEG_ENABLE && !(lc->pcaps & FW_PORT_CAP32_ANEG)) { in sysctl_autoneg()
3905 aneg = FW_PORT_CAP32_ANEG; in t4_link_l1cfg()3907 aneg = lc->pcaps & FW_PORT_CAP32_ANEG; in t4_link_l1cfg()3948 aneg = lc->pcaps & FW_PORT_CAP32_ANEG; in t4_link_l1cfg()
7206 #define FW_PORT_CAP32_ANEG 0x00100000UL macro