Searched refs:acaps (Results 1 – 3 of 3) sorted by relevance
553 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()564 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()574 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()581 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()588 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()595 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()602 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()609 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()616 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()623 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
8880 fw_port_cap32_t t4_link_fwcap_to_fwspeed(fw_port_cap32_t acaps) in t4_link_fwcap_to_fwspeed() argument8884 if (acaps & FW_PORT_CAP32_SPEED_##__caps_speed) \ in t4_link_fwcap_to_fwspeed()9126 max_speed = t4_link_fwcap_to_speed(lc->acaps); in t4_link_set_fec()9338 fw_port_cap32_t acaps) in t4_init_link_config() argument9340 u32 max_speed = t4_link_fwcap_to_speed(acaps); in t4_init_link_config()9342 fw_port_cap32_t new_caps = acaps; in t4_init_link_config()9354 lc->acaps = acaps; in t4_init_link_config()9436 fw_port_cap32_t pcaps, acaps, lpacaps, linkattr; in t4_handle_get_port_info() local9450 acaps = fwcaps16_to_caps32(be16_to_cpu(cmd->u.info.acap)); in t4_handle_get_port_info()9464 acaps = be32_to_cpu(cmd->u.info32.acaps32); in t4_handle_get_port_info()[all …]
503 fw_port_cap32_t acaps; /* advertised capabilities */ member583 fw_port_cap32_t t4_link_fwcap_to_fwspeed(fw_port_cap32_t acaps);