Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9270 V_FW_PORT_CMD_PORTID(port)); in t4_link_l1cfg_core()
9315 V_FW_PORT_CMD_PORTID(port)); in t4_restart_aneg()
9574 V_FW_PORT_CMD_PORTID(pi->lport)); in t4_update_port_info()
9612 V_FW_PORT_CMD_PORTID(pi->tx_chan)); in t4_get_link_params()
10693 V_FW_PORT_CMD_PORTID(port)); in t4_init_portinfo_viid()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7488 #define V_FW_PORT_CMD_PORTID(x) ((x) << S_FW_PORT_CMD_PORTID) macro