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.c9137 fw_port_cap32_t tcaps, caps = *new_caps; in t4_link_set_speed() local
9150 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()
9156 caps |= t4_link_fwcap_to_fwspeed(tcaps); in t4_link_set_speed()
9166 fw_port_cap32_t tcaps, caps = *new_caps; in t4_link_sanitize_speed_caps() local
9170 tcaps = CAP32_SPEED(caps); in t4_link_sanitize_speed_caps()
9172 caps |= t4_link_fwcap_to_fwspeed(tcaps); in t4_link_sanitize_speed_caps()
9181 fw_port_cap32_t tcaps, caps = *new_caps; in t4_link_sanitize_fec_caps() local
[all …]