Searched refs:tcaps (Results 1 – 1 of 1) sorted by relevance
9221 fw_port_cap32_t tcaps, caps = *new_caps; in t4_link_set_speed() local9234 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() local9254 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 …]