Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1250 if (caps & FW_PORT_CAP32_FEC_RS) in t4_mac_port_caps_to_fec_cap()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9044 caps |= FW_PORT_CAP32_FEC_RS; in t4_link_supported_speed_to_fec()
9050 caps |= FW_PORT_CAP32_FEC_RS | in t4_link_supported_speed_to_fec()
9071 caps |= FW_PORT_CAP32_FEC_RS; in t4_link_update_fec()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7209 #define FW_PORT_CAP32_FEC_RS 0x00800000UL macro