Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c2465 c.u.manual.mode_pkd = htonl(V_FW_RSS_GLB_CONFIG_CMD_MODE(mode)); in t4_config_glbl_rss()
2468 htonl(V_FW_RSS_GLB_CONFIG_CMD_MODE(mode)); in t4_config_glbl_rss()
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h6359 #define V_FW_RSS_GLB_CONFIG_CMD_MODE(x) ((x) << S_FW_RSS_GLB_CONFIG_CMD_MODE) macro