Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9272 cpu_to_be32(V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 in t4_link_l1cfg_core()
9317 cpu_to_be32(V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 in t4_restart_aneg()
9576 V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 in t4_update_port_info()
9617 V_FW_PORT_CMD_ACTION(action) | in t4_get_link_params()
10695 V_FW_PORT_CMD_ACTION(fw_caps == FW_CAPS16 in t4_init_portinfo_viid()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7494 #define V_FW_PORT_CMD_ACTION(x) ((x) << S_FW_PORT_CMD_ACTION) macro