Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_main.c2374 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()
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_hw.c3905 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()
/freebsd-12-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h7206 #define FW_PORT_CAP32_ANEG 0x00100000UL macro