diff options
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 { | |||
619 | u16 plen; | 619 | u16 plen; |
620 | u16 rss_qid; | 620 | u16 rss_qid; |
621 | u16 txq_idx; | 621 | u16 txq_idx; |
622 | u16 ctrlq_idx; | ||
622 | u8 tos; | 623 | u8 tos; |
623 | }; | 624 | }; |
624 | 625 | ||