Home
last modified time | relevance | path

Searched refs:LINK_FEC_AUTO (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c983 if ((fec & LINK_FEC_AUTO) != 0) { in i40e_update_fec()
985 fec &= ~LINK_FEC_AUTO; in i40e_update_fec()
1428 mac_prop_info_set_default_fec(prh, LINK_FEC_AUTO); in i40e_m_propinfo()
1433 mac_prop_info_set_default_fec(prh, LINK_FEC_AUTO); in i40e_m_propinfo()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c178 if ((fec & LINK_FEC_AUTO) != 0) { in mlxcx_link_fec_cap()
180 fec &= ~LINK_FEC_AUTO; in mlxcx_link_fec_cap()
1219 mac_prop_info_set_default_fec(prh, LINK_FEC_AUTO); in mlxcx_mac_propinfo()
1223 mac_prop_info_set_default_fec(prh, LINK_FEC_AUTO); in mlxcx_mac_propinfo()
H A Dmlxcx.c1889 p->mlp_fec_requested = LINK_FEC_AUTO; in mlxcx_setup_ports()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1261 return LINK_FEC_AUTO; in t4_mac_port_caps_to_fec_cap()
1287 if (v == LINK_FEC_AUTO) { in t4_mac_fec_cap_to_link_caps()
1602 mac_prop_info_set_default_fec(ph, LINK_FEC_AUTO); in t4_mc_propinfo()
1607 mac_prop_info_set_default_fec(ph, LINK_FEC_AUTO); in t4_mc_propinfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h93 LINK_FEC_AUTO = 1 << 1, enumerator
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c455 { "auto", LINK_FEC_AUTO },
695 { "adv_fec_cap", { "", LINK_FEC_AUTO },
700 { "en_fec_cap", { "", LINK_FEC_AUTO },
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3603 if ((fec & LINK_FEC_AUTO) != 0 && (fec & ~LINK_FEC_AUTO) != 0) in mac_set_prop()