Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h108 FEC_RS = 1 << 0, /* Reed-Solomon */ enumerator
H A Dt4_hw.c8931 CAP16_TO_CAP32(FEC_RS); in fwcaps16_to_caps32()
8973 CAP32_TO_CAP16(FEC_RS); in fwcaps32_to_caps16()
9067 if (fec & FEC_RS) { in t4_link_update_fec()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1299 fec |= FEC_RS; in t4_mac_fec_cap_to_link_caps()