Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1555 F_FW_CMD_EXEC | V_FW_PORT_CMD_PORTID(port)); in t4_link_start()
1586 F_FW_CMD_EXEC | V_FW_PORT_CMD_PORTID(port)); in t4_restart_aneg()
5015 F_FW_CMD_REQUEST | F_FW_CMD_READ | V_FW_PORT_CMD_PORTID(j)); in t4_port_init()
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5549 #define V_FW_PORT_CMD_PORTID(x) ((x) << S_FW_PORT_CMD_PORTID) macro