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.c9221 fw_port_cap32_t tcaps, caps = *new_caps; in t4_link_set_speed() local
9234 tcaps = CAP32_SPEED(lc->pcaps); in t4_link_set_speed()
9235 tcaps &= ~speed; in t4_link_set_speed()
9236 tcaps &= (speed - 1); in t4_link_set_speed()
9237 if (tcaps == 0) in t4_link_set_speed()
9240 caps |= t4_link_fwcap_to_fwspeed(tcaps); in t4_link_set_speed()
9250 fw_port_cap32_t tcaps, caps = *new_caps; in t4_link_sanitize_speed_caps() local
9254 tcaps = CAP32_SPEED(caps); in t4_link_sanitize_speed_caps()
9256 caps |= t4_link_fwcap_to_fwspeed(tcaps); in t4_link_sanitize_speed_caps()
9265 fw_port_cap32_t tcaps, caps = *new_caps; in t4_link_sanitize_fec_caps() local
[all …]