Searched refs:fw_caps (Results 1 – 4 of 4) sorted by relevance
769 unsigned int fw_caps = adapter->params.fw_caps_support; in t4vf_port_init() local787 if (fw_caps == FW_CAPS_UNKNOWN) { in t4vf_port_init()795 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4vf_port_init()796 adapter->params.fw_caps_support = fw_caps; in t4vf_port_init()838 (V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 ? in t4vf_port_init()850 if (fw_caps == FW_CAPS16) { in t4vf_port_init()
2960 unsigned int fw_caps = adap->params.fw_caps_support; in t4_link_l1cfg() local3002 cpu_to_be32(V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 ? in t4_link_l1cfg()3007 if (fw_caps == FW_CAPS16) in t4_link_l1cfg()5398 unsigned int fw_caps = adap->params.fw_caps_support; in t4_port_init() local5423 if (fw_caps == FW_CAPS_UNKNOWN) { in t4_port_init()5432 fw_caps = ret == 0 ? FW_CAPS32 : FW_CAPS16; in t4_port_init()5433 adap->params.fw_caps_support = fw_caps; in t4_port_init()5441 action = fw_caps == FW_CAPS16 ? FW_PORT_ACTION_GET_PORT_INFO : in t4_port_init()5451 if (fw_caps == FW_CAPS16) { in t4_port_init()
288 enum fw_caps { enum
1820 unsigned int fw_caps, in fw_caps_to_speed_caps() argument1830 if (fw_caps & FW_PORT_CAP32_ ## __fw_name) \ in fw_caps_to_speed_caps()