Searched refs:LINK_FEC_AUTO (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_gld.c | 983 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 D | mlxcx_gld.c | 178 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 D | mlxcx.c | 1889 p->mlp_fec_requested = LINK_FEC_AUTO; in mlxcx_setup_ports()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 1260 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 D | mac.h | 93 LINK_FEC_AUTO = 1 << 1, enumerator
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 455 { "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 D | mac.c | 3603 if ((fec & LINK_FEC_AUTO) != 0 && (fec & ~LINK_FEC_AUTO) != 0) in mac_set_prop()
|