Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1227 link_fec_t link_fec = 0; in t4_mac_port_caps_to_fec_cap() local
1230 link_fec |= LINK_FEC_RS; in t4_mac_port_caps_to_fec_cap()
1233 link_fec |= LINK_FEC_BASE_R; in t4_mac_port_caps_to_fec_cap()
1236 link_fec |= LINK_FEC_NONE; in t4_mac_port_caps_to_fec_cap()
1238 if ((link_fec & (link_fec - 1)) && in t4_mac_port_caps_to_fec_cap()
1242 return (link_fec); in t4_mac_port_caps_to_fec_cap()
1248 const link_fec_t link_fec = in t4_mac_link_caps_to_fec_cap() local
1251 return (link_fec ? link_fec : LINK_FEC_NONE); in t4_mac_link_caps_to_fec_cap()