Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c160 return (LINK_FEC_NONE); in mlxcx_fec_to_link_fec()
170 return (LINK_FEC_NONE); in mlxcx_fec_to_link_fec()
181 } else if ((fec & LINK_FEC_NONE) != 0) { in mlxcx_link_fec_cap()
183 fec &= ~LINK_FEC_NONE; in mlxcx_link_fec_cap()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1257 link_fec |= LINK_FEC_NONE; in t4_mac_port_caps_to_fec_cap()
1279 *fec = link_fec ? link_fec : LINK_FEC_NONE; in t4_mac_link_caps_to_fec_cap()
1292 if (v & LINK_FEC_NONE) { in t4_mac_fec_cap_to_link_caps()
1293 v &= ~LINK_FEC_NONE; in t4_mac_fec_cap_to_link_caps()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c986 } else if ((fec & LINK_FEC_NONE) != 0) { in i40e_update_fec()
988 fec &= ~LINK_FEC_NONE; in i40e_update_fec()
1137 return (LINK_FEC_NONE); in i40e_fec_to_linkfec()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h92 LINK_FEC_NONE = 1 << 0, enumerator
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c454 { "none", LINK_FEC_NONE },