Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6744 F_FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN; in hashconfig_to_hashen()
6751 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN; in hashconfig_to_hashen()
6770 MPASS(hashen & (F_FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN | in hashen_to_hashconfig()
6773 if (hashen & F_FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN) in hashen_to_hashconfig()
6778 if (hashen & F_FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN) in hashen_to_hashconfig()
6897 F_FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN | in vi_full_init()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8696 #define F_FW_RSS_VI_CONFIG_CMD_IP4FOURTUPEN \ macro