Home
last modified time | relevance | path

Searched refs:fw_caps (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()
9309 unsigned int fw_caps = adap->params.fw_caps_support; in t4_restart_aneg() local
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()
10679 if (fw_caps == FW_CAPS_UNKNOWN) { in t4_init_portinfo_viid()
10686 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4_init_portinfo_viid()
10687 adapter->params.fw_caps_support = fw_caps; in t4_init_portinfo_viid()
10695 V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 in t4_init_portinfo_viid()
[all …]
H A Dcommon.h495 enum fw_caps { enum