Searched refs:acaps (Results 1 – 3 of 3) sorted by relevance
4543 fw_port_cap32_t pcaps, acaps, linkattr; in t4_handle_get_port_info() local4609 fec = fwcap_to_cc_fec(acaps); in t4_handle_get_port_info()4632 lc->acaps = acaps & ADVERT_MASK; in t4_handle_get_port_info()4634 if (lc->acaps & FW_PORT_CAP32_ANEG) { in t4_handle_get_port_info()4641 lc->acaps = 0; in t4_handle_get_port_info()4738 fw_port_cap32_t acaps) in init_link_config() argument4750 lc->auto_fec = fwcap_to_cc_fec(acaps); in init_link_config()4755 lc->acaps = lc->pcaps & ADVERT_MASK; in init_link_config()4759 lc->acaps = 0; in init_link_config()5399 fw_port_cap32_t pcaps, acaps; in t4_port_init() local[all …]
772 fw_port_cap32_t pcaps, acaps; in t4vf_port_init() local860 acaps = fwcaps16_to_caps32 in t4vf_port_init()871 acaps = be32_to_cpu(port_rpl.u.info32.acaps32); in t4vf_port_init()877 init_link_config(&p->link_cfg, pcaps, acaps); in t4vf_port_init()
296 fw_port_cap32_t acaps; /* advertised capabilities */ member508 fw_port_cap32_t acaps);