Searched refs:hashen (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 6824 int hashen = 0; in hashconfig_to_hashen() local 6827 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP4TWOTUPEN; in hashconfig_to_hashen() 6829 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP6TWOTUPEN; in hashconfig_to_hashen() 6831 hashen |= F_FW_RSS_VI_CONFIG_CMD_UDPEN | in hashconfig_to_hashen() 6835 hashen |= F_FW_RSS_VI_CONFIG_CMD_UDPEN | in hashconfig_to_hashen() 6839 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN; in hashconfig_to_hashen() 6841 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN; in hashconfig_to_hashen() 6843 return (hashen); in hashconfig_to_hashen() 6848 hashen_to_hashconfig(int hashen) in hashen_to_hashconfig() argument 6852 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
|