diff options
author | Steve Wise <swise@opengridcomputing.com> | 2010-07-23 21:12:32 +0200 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2010-08-03 06:06:12 +0200 |
commit | d4f1a5c6efabccd4b787a8b5907a5df9204ad2f6 (patch) | |
tree | 23b7cc503c946670e85fc69e35b4ba98953878f9 /drivers/infiniband/hw/cxgb4/iw_cxgb4.h | |
parent | RDMA/cxgb4: Fix race in fini path (diff) | |
download | linux-d4f1a5c6efabccd4b787a8b5907a5df9204ad2f6.tar.xz linux-d4f1a5c6efabccd4b787a8b5907a5df9204ad2f6.zip |
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 d33e1a668811..ed459b8f800f 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; }; |