Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1256 if (caps & FW_PORT_CAP32_FEC_NO_FEC) in t4_mac_port_caps_to_fec_cap()
1277 caps &= ~FW_PORT_CAP32_FEC_NO_FEC; in t4_mac_link_caps_to_fec_cap()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9057 caps |= FW_PORT_CAP32_FEC_NO_FEC; in t4_link_supported_speed_to_fec()
9096 caps |= FW_PORT_CAP32_FEC_NO_FEC; in t4_link_update_fec()
9196 tcaps = FW_PORT_CAP32_FEC_NO_FEC; in t4_link_sanitize_fec_caps()
9202 tcaps = FW_PORT_CAP32_FEC_NO_FEC; in t4_link_sanitize_fec_caps()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7211 #define FW_PORT_CAP32_FEC_NO_FEC 0x02000000UL macro