commit | 7707133ceb38f590729d0165099555928630af1c | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@emulex.com> | Tue Aug 27 16:57:34 2013 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 27 15:57:05 2013 -0400 |
tree | 90ef4cfcedababd28b3df080d3fa690c66deb131 | |
parent | bea5098848925351ed6fc84dc84c88b2765237f7 [diff] |
be2net: refactor be_setup() to consolidate queue creation routines 1) Move be_cmd_if_create() above queue create routines to allow TXQ creation (that requires if_handle) to be clubbed with TX-CQ creation. 2) Consolidate all queue create routines into be_setup_queues() Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>