Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1556 c.action_to_len16 = htonl(V_FW_PORT_CMD_ACTION(FW_PORT_ACTION_L1_CFG) | in t4_link_start()
1587 c.action_to_len16 = htonl(V_FW_PORT_CMD_ACTION(FW_PORT_ACTION_L1_CFG) | in t4_restart_aneg()
5017 V_FW_PORT_CMD_ACTION(FW_PORT_ACTION_GET_PORT_INFO) | in t4_port_init()
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5555 #define V_FW_PORT_CMD_ACTION(x) ((x) << S_FW_PORT_CMD_ACTION) macro