Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c4001 cpu_to_be32(V_FW_PORT_CMD_ACTION(FW_PORT_ACTION_L1_CFG32) | in t4_link_l1cfg()
4006 cpu_to_be32(V_FW_PORT_CMD_ACTION(FW_PORT_ACTION_L1_CFG) | in t4_link_l1cfg()
4032 cpu_to_be32(V_FW_PORT_CMD_ACTION(FW_PORT_ACTION_L1_CFG) | in t4_restart_aneg()
8970 cmd.action_to_len16 = cpu_to_be32(V_FW_PORT_CMD_ACTION(action) | in t4_update_port_info()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7498 #define V_FW_PORT_CMD_ACTION(x) ((x) << S_FW_PORT_CMD_ACTION) macro