diff options
author | Steve Wise <swise@opengridcomputing.com> | 2010-07-23 19:12:32 +0000 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2010-08-02 21:06:12 -0700 |
commit | d4f1a5c6efabccd4b787a8b5907a5df9204ad2f6 (patch) | |
tree | 23b7cc503c946670e85fc69e35b4ba98953878f9 /drivers/infiniband/hw/cxgb4/iw_cxgb4.h | |
parent | 73d6fcad2ac84b6fad326d87dc1dd0b29aabbd34 (diff) |
RDMA/cxgb4: Use correct control txq
There is only one control txq per tx channel. So use the port number
as the queue index when sending.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/iw_cxgb4.h')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h index d33e1a66881..ed459b8f800 100644 --- a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h +++ b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h @@ -619,6 +619,7 @@ struct c4iw_ep { u16 plen; u16 rss_qid; u16 txq_idx; + u16 ctrlq_idx; u8 tos; }; |