Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/
HDt4_main.c4666 !(lc->supported & FW_PORT_CAP32_FORCE_PAUSE)) { in fixup_link_config()
4701 MPASS(lc->supported & FW_PORT_CAP32_FORCE_PAUSE); in apply_link_config()
/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_hw.c3868 fc |= FW_PORT_CAP32_FORCE_PAUSE; in t4_link_l1cfg()
/freebsd-11-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h7131 #define FW_PORT_CAP32_FORCE_PAUSE 0x10000000UL macro