Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4vf_hw.c838 (V_FW_PORT_CMD_ACTION(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()
5443 cmd.action_to_len16 = cpu_to_be32(V_FW_PORT_CMD_ACTION(action) | in t4_port_init()
H A Dt4fw_interface.h1786 #define V_FW_PORT_CMD_ACTION(x) ((x) << S_FW_PORT_CMD_ACTION) macro