cxgb4: handle Rx/Tx queue ranges not starting at 0
authorDimitris Michailidis <dm@chelsio.com>
Mon, 23 Aug 2010 17:20:58 +0000 (17:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Aug 2010 03:38:13 +0000 (20:38 -0700)
Currently the driver assumes that queue IDs start at 0 but that's true
only for function 0.  To support operation on other functions get the
start of the queue ranges from FW and offset accordingly.

Signed-off-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found