Home
last modified time | relevance | path

Searched refs:acaps (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c4543 fw_port_cap32_t pcaps, acaps, linkattr; in t4_handle_get_port_info() local
4609 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() argument
4750 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 …]
H A Dt4vf_hw.c772 fw_port_cap32_t pcaps, acaps; in t4vf_port_init() local
860 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()
H A Dcommon.h296 fw_port_cap32_t acaps; /* advertised capabilities */ member
508 fw_port_cap32_t acaps);