Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6940 F_FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN; in hashconfig_to_hashen()
6945 hashen |= F_FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN; in hashconfig_to_hashen()
6963 F_FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN)); in hashen_to_hashconfig()
6967 if (hashen & F_FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN) in hashen_to_hashconfig()
6972 if (hashen & F_FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN) in hashen_to_hashconfig()
7087 vi->hashen = F_FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN | in vi_full_init()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8678 #define F_FW_RSS_VI_CONFIG_CMD_IP6FOURTUPEN \ macro