Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c795 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); 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.c3002 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()
5432 fw_caps = ret == 0 ? FW_CAPS32 : FW_CAPS16; 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.h290 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator