Searched refs:mxge_rss_hash_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge.c110 static int mxge_rss_hash_type = MXGEFW_RSS_HASH_TYPE_SRC_DST_PORT; variable
3670 cmd.data1 = mxge_rss_hash_type;
4385 TUNABLE_INT_FETCH("hw.mxge.rss_hash_type", &mxge_rss_hash_type);
4386 TUNABLE_INT_FETCH("hw.mxge.rss_hashtype", &mxge_rss_hash_type);
4397 if (mxge_rss_hash_type < MXGEFW_RSS_HASH_TYPE_IPV4
4398 || mxge_rss_hash_type > MXGEFW_RSS_HASH_TYPE_MAX) {
4399 mxge_rss_hash_type = MXGEFW_RSS_HASH_TYPE_SRC_DST_PORT;

Completed in 180 milliseconds