commit | e46dab4d4be87769b09404135bc34f89e2e155d8 | [log] [tgz] |
---|---|---|
author | Dimitris Michailidis <dm@chelsio.com> | Mon Aug 23 17:20:58 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 23 20:38:13 2010 -0700 |
tree | 65f0b0a321939c4b12d40e7674ce93c699c2843e | |
parent | f04b4dd2b1f533cef0507e0410ffc6732d21a272 [diff] |
cxgb4: handle Rx/Tx queue ranges not starting at 0 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>