Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_hw.c3866 fc |= FW_PORT_CAP32_FC_TX; in t4_link_l1cfg()
8491 linkattr |= FW_PORT_CAP32_FC_TX; in lstatus_to_fwcap()
8564 if (linkattr & FW_PORT_CAP32_FC_TX) in handle_port_info()
/freebsd-11-stable/sys/dev/cxgbe/
HDt4_main.c4656 !(lc->supported & FW_PORT_CAP32_FC_TX)) { in fixup_link_config()
4703 MPASS(lc->supported & FW_PORT_CAP32_FC_TX); in apply_link_config()
/freebsd-11-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h7120 #define FW_PORT_CAP32_FC_TX 0x00020000UL macro