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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/myri10ge/
H A Dmyri10ge.c355 static int myri10ge_rss_hash = MXGEFW_RSS_HASH_TYPE_SRC_DST_PORT; variable
356 module_param(myri10ge_rss_hash, int, S_IRUGO);
357 MODULE_PARM_DESC(myri10ge_rss_hash, "Type of RSS hashing to do");
2402 cmd.data1 = myri10ge_rss_hash;
4120 if (myri10ge_rss_hash > MXGEFW_RSS_HASH_TYPE_MAX) {
4122 myri10ge_rss_hash);
4123 myri10ge_rss_hash = MXGEFW_RSS_HASH_TYPE_SRC_PORT;

Completed in 43 milliseconds