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.c8880 fw_port_cap32_t t4_link_fwcap_to_fwspeed(fw_port_cap32_t acaps) in t4_link_fwcap_to_fwspeed() argument
8884 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() 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()
9436 fw_port_cap32_t pcaps, acaps, lpacaps, linkattr; in t4_handle_get_port_info() local
9450 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 …]
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);