Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c557 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
568 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
578 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
585 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
592 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
599 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
606 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
613 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
620 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
627 if (!(lc->acaps & FW_PORT_CAP32_ANEG)) in t4_mc_getstat()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9338 fw_port_cap32_t acaps) in t4_init_link_config() argument
9340 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()
9464 acaps = be32_to_cpu(cmd->u.info32.acaps32); in t4_handle_get_port_info()
9510 t4_init_link_config(pi, pcaps, acaps); in t4_handle_get_port_info()
9514 if (link_ok != lc->link_ok || acaps != lc->acaps || in t4_handle_get_port_info()
9525 lc->acaps = acaps; in t4_handle_get_port_info()
10669 fw_port_cap32_t pcaps, acaps; in t4_init_portinfo_viid() local
10723 acaps = be32_to_cpu(cmd.u.info32.acaps32); in t4_init_portinfo_viid()
[all …]
H A Dcommon.h503 fw_port_cap32_t acaps; /* advertised capabilities */ member
583 fw_port_cap32_t t4_link_fwcap_to_fwspeed(fw_port_cap32_t acaps);