Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9150 tcaps = CAP32_SPEED(lc->pcaps); in t4_link_set_speed()
9151 tcaps &= ~speed; in t4_link_set_speed()
9152 tcaps &= (speed - 1); in t4_link_set_speed()
9153 if (tcaps == 0) in t4_link_set_speed()
9170 tcaps = CAP32_SPEED(caps); in t4_link_sanitize_speed_caps()
9195 if (!(tcaps & CAP32_FEC(caps))) in t4_link_sanitize_fec_caps()
9198 tcaps &= CAP32_FEC(caps); in t4_link_sanitize_fec_caps()
9202 tcaps = FW_PORT_CAP32_FEC_NO_FEC; in t4_link_sanitize_fec_caps()
9214 if (tcaps & (tcaps - 1)) in t4_link_sanitize_fec_caps()
9215 tcaps = 0; in t4_link_sanitize_fec_caps()
[all …]