Home
last modified time | relevance | path

Searched refs:link_fec_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c969 i40e_update_fec(i40e_t *i40e, link_fec_t fec) in i40e_update_fec()
974 link_fec_t fec_requested; in i40e_update_fec()
1042 link_fec_t fec; in i40e_m_setprop()
1126 static link_fec_t
1305 if (pr_valsize < sizeof (link_fec_t)) { in i40e_m_getprop()
1309 *(link_fec_t *)pr_val = in i40e_m_getprop()
1313 if (pr_valsize < sizeof (link_fec_t)) { in i40e_m_getprop()
1317 *(link_fec_t *)pr_val = i40e->i40e_fec_requested; in i40e_m_getprop()
H A Di40e_sw.h870 link_fec_t i40e_fec_requested;
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c156 static link_fec_t
174 mlxcx_link_fec_cap(link_fec_t fec, mlxcx_pplm_fec_caps_t *pfecp) in mlxcx_link_fec_cap()
1304 link_fec_t fec; in mlxcx_mac_setprop()
1464 if (pr_valsize < sizeof (link_fec_t)) { in mlxcx_mac_getprop()
1468 *(link_fec_t *)pr_val = in mlxcx_mac_getprop()
1472 if (pr_valsize < sizeof (link_fec_t)) { in mlxcx_mac_getprop()
1476 *(link_fec_t *)pr_val = port->mlp_fec_requested; in mlxcx_mac_getprop()
H A Dmlxcx.h424 link_fec_t mlp_fec_requested;
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1246 static link_fec_t t4_mac_port_caps_to_fec_cap(fw_port_cap32_t caps) in t4_mac_port_caps_to_fec_cap()
1248 link_fec_t link_fec = 0; in t4_mac_port_caps_to_fec_cap()
1267 link_fec_t *fec) in t4_mac_admin_caps_to_fec_cap()
1273 link_fec_t *fec) in t4_mac_link_caps_to_fec_cap()
1275 link_fec_t link_fec; in t4_mac_link_caps_to_fec_cap()
1282 static int t4_mac_fec_cap_to_link_caps(struct port_info *pi, link_fec_t v, in t4_mac_fec_cap_to_link_caps()
1331 link_fec_t fec; in t4_mc_setprop()
1357 fec = *(link_fec_t *)val; in t4_mc_setprop()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h639 mac_prop_info_handle_t, link_fec_t);
H A Dmac.h96 } link_fec_t; typedef
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1547 mac_prop_info_set_default_fec(mac_prop_info_handle_t ph, link_fec_t val) in mac_prop_info_set_default_fec()
1555 ASSERT(pr->pr_default_size >= sizeof (link_fec_t)); in mac_prop_info_set_default_fec()
H A Dmac.c3389 minsize = sizeof (link_fec_t); in mac_prop_check_size()
3593 link_fec_t fec; in mac_set_prop()
3595 ASSERT(valsize >= sizeof (link_fec_t)); in mac_set_prop()
3600 bcopy(val, &fec, sizeof (link_fec_t)); in mac_set_prop()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c261 { MAC_PROP_ADV_FEC_CAP, sizeof (link_fec_t), "adv_fec_cap"},
263 { MAC_PROP_EN_FEC_CAP, sizeof (link_fec_t), "en_fec_cap"},