Searched refs:FW_PORT_CAP32_ANEG (Results 1 – 3 of 3) sorted by relevance
3441 if (!(lc->pcaps & FW_PORT_CAP32_ANEG)) { in cxgbe_media_change()6001 lc->pcaps & FW_PORT_CAP32_ANEG) { in set_current_media()6084 if (lc->pcaps & FW_PORT_CAP32_ANEG) in build_medialist()6159 !(lc->pcaps & FW_PORT_CAP32_ANEG)) { in fixup_link_config()6210 MPASS(lc->pcaps & FW_PORT_CAP32_ANEG); in apply_link_config()8826 if (lc->pcaps & FW_PORT_CAP32_ANEG) in sysctl_autoneg()8845 if (val == AUTONEG_ENABLE && !(lc->pcaps & FW_PORT_CAP32_ANEG)) { in sysctl_autoneg()
3896 aneg = FW_PORT_CAP32_ANEG; in t4_link_l1cfg()3898 aneg = lc->pcaps & FW_PORT_CAP32_ANEG; in t4_link_l1cfg()3983 aneg = lc->pcaps & FW_PORT_CAP32_ANEG; in t4_link_l1cfg()
7212 #define FW_PORT_CAP32_ANEG 0x00100000UL macro