Searched refs:hashen (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 6928 int hashen = 0; in hashconfig_to_hashen() local 6931 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP4TWOTUPEN; in hashconfig_to_hashen() 6933 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP6TWOTUPEN; in hashconfig_to_hashen() 6935 hashen |= F_FW_RSS_VI_CONFIG_CMD_UDPEN | in hashconfig_to_hashen() 6939 hashen |= F_FW_RSS_VI_CONFIG_CMD_UDPEN | in hashconfig_to_hashen() 6943 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN; in hashconfig_to_hashen() 6945 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN; in hashconfig_to_hashen() 6947 return (hashen); in hashconfig_to_hashen() 6952 hashen_to_hashconfig(int hashen) in hashen_to_hashconfig() argument 6956 if (hashen & F_FW_RSS_VI_CONFIG_CMD_UDPEN) { in hashen_to_hashconfig() [all …]
|
H A D | t4_netmap.c | 568 rc = -t4_config_vi_rss(sc, sc->mbox, vi->viid, vi->hashen, defq, 0, 0); in cxgbe_netmap_simple_rss() 668 rc = -t4_config_vi_rss(sc, sc->mbox, vi->viid, vi->hashen, defq, 0, 0); in cxgbe_netmap_split_rss()
|
H A D | adapter.h | 213 int hashen; member
|