Home
last modified time | relevance | path

Searched refs:fw_caps (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c769 unsigned int fw_caps = adapter->params.fw_caps_support; in t4vf_port_init() local
787 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()
H A Dt4_hw.c2960 unsigned int fw_caps = adap->params.fw_caps_support; in t4_link_l1cfg() local
3002 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() local
5423 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()
H A Dcommon.h288 enum fw_caps { enum
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c1820 unsigned int fw_caps, in fw_caps_to_speed_caps() argument
1830 if (fw_caps & FW_PORT_CAP32_ ## __fw_name) \ in fw_caps_to_speed_caps()