Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c4339 caps |= G_FW_PORT_CAP32_SPEED(lc->acaps); in t4_set_link_autoneg_speed()
4378 max_speed = t4_fwcap_to_speed(lc->acaps); in t4_set_link_pause()
4425 max_speed = t4_fwcap_to_speed(lc->acaps); in t4_set_link_fec()
4513 acaps = be32_to_cpu(cmd->u.info32.acaps32); in t4_handle_get_port_info()
4522 if (link_ok != lc->link_ok || acaps != lc->acaps || in t4_handle_get_port_info()
4531 lc->acaps = acaps; in t4_handle_get_port_info()
4643 lc->acaps = acaps; in t4_init_link_config()
4644 lc->admin_caps = acaps; in t4_init_link_config()
4662 if (lc->acaps & FW_PORT_CAP32_FEC_RS) in t4_init_link_config()
5318 u32 param, val, pcaps, acaps; in t4_port_init() local
[all …]
H A Dt4vf_hw.c739 u32 param, val, pcaps, acaps; in t4vf_port_init() local
812 acaps = be32_to_cpu(port_rpl.u.info32.acaps32); in t4vf_port_init()
814 t4_init_link_config(p, pcaps, acaps, mdio_addr, port_type, in t4vf_port_init()
H A Dcommon.h274 u32 acaps; /* Advertised link caps */ member
491 void t4_init_link_config(struct port_info *pi, u32 pcaps, u32 acaps,