Home
last modified time | relevance | path

Searched refs:LINK_FEC_RS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c996 if ((fec & LINK_FEC_RS) != 0) { in i40e_update_fec()
999 fec &= ~LINK_FEC_RS; in i40e_update_fec()
1135 return (LINK_FEC_RS); in i40e_fec_to_linkfec()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h94 LINK_FEC_RS = 1 << 2, enumerator
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c168 return (LINK_FEC_RS); in mlxcx_fec_to_link_fec()
184 } else if ((fec & LINK_FEC_RS) != 0) { in mlxcx_link_fec_cap()
186 fec &= ~LINK_FEC_RS; in mlxcx_link_fec_cap()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1250 link_fec |= LINK_FEC_RS; in t4_mac_port_caps_to_fec_cap()
1297 if (v & LINK_FEC_RS) { in t4_mac_fec_cap_to_link_caps()
1298 v &= ~LINK_FEC_RS; in t4_mac_fec_cap_to_link_caps()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c456 { "rs", LINK_FEC_RS },