Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c3887 fc |= FW_PORT_CAP32_FC_RX; in t4_link_l1cfg()
8851 linkattr |= FW_PORT_CAP32_FC_RX; in lstatus_to_fwcap()
8925 if (linkattr & FW_PORT_CAP32_FC_RX) in handle_port_info()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c5976 !(lc->pcaps & FW_PORT_CAP32_FC_RX)) { in fixup_link_config()
6020 MPASS(lc->pcaps & FW_PORT_CAP32_FC_RX); in apply_link_config()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7208 #define FW_PORT_CAP32_FC_RX 0x00010000UL macro