Searched refs:V_FW_PORT_CMD_ACTION (Results 1 – 2 of 2) sorted by relevance
1556 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()
5555 #define V_FW_PORT_CMD_ACTION(x) ((x) << S_FW_PORT_CMD_ACTION) macro