Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c5544 cpu_to_be32(V_FW_RSS_GLB_CONFIG_CMD_MODE(mode)); in t4_config_glbl_rss()
5547 cpu_to_be32(V_FW_RSS_GLB_CONFIG_CMD_MODE(mode)); in t4_config_glbl_rss()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h8516 #define V_FW_RSS_GLB_CONFIG_CMD_MODE(x) ((x) << S_FW_RSS_GLB_CONFIG_CMD_MODE) macro