commit | 65f6ecc93e7cca888a96a68cf6b5292dff1982b6 | [log] [tgz] |
---|---|---|
author | Hariprasad Shenai <hariprasad@chelsio.com> | Fri Nov 07 17:06:29 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 10 14:15:03 2014 -0500 |
tree | 630b864799d5d547383b428ba1c7de70ce056396 | |
parent | 436c2a5036b6ffe813310df2cf327d3b69be0734 [diff] |
cxgb4vf: Move fl_starv_thres into adapter->sge data structure Move fl_starv_thres into adapter->sge data structure since it _could_ be different from adapter to adapter. Also move other per-adapter SGE values which had been treated as driver globals into adapter->sge. Based on original work by Casey Leedom <leedom@chelsio.com> Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>