Home
last modified time | relevance | path

Searched refs:FW_CAPS16 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9272 cpu_to_be32(V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 in t4_link_l1cfg_core()
9276 if (fw_caps == FW_CAPS16) in t4_link_l1cfg_core()
9317 cpu_to_be32(V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 in t4_restart_aneg()
9321 if (fw_caps == FW_CAPS16) in t4_restart_aneg()
9576 V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 in t4_update_port_info()
9613 action = (fw_caps == FW_CAPS16 in t4_get_link_params()
10686 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4_init_portinfo_viid()
10695 V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 in t4_init_portinfo_viid()
10706 if (fw_caps == FW_CAPS16) { in t4_init_portinfo_viid()
H A Dcommon.h497 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator