diff options
author | Matthew Wilcox <willy@infradead.org> | 2019-02-21 01:20:54 +0100 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-03-26 00:56:36 +0100 |
commit | 9f5a9632e412ac35f34de1d8bc8b7e99b72414cf (patch) | |
tree | 04c3f943cee7a88c5f6614373ab071c7dd7f0bec /drivers/infiniband/hw/cxgb4/iw_cxgb4.h | |
parent | cxgb4: Convert hwtid_idr to XArray (diff) | |
download | linux-9f5a9632e412ac35f34de1d8bc8b7e99b72414cf.tar.xz linux-9f5a9632e412ac35f34de1d8bc8b7e99b72414cf.zip |
cxgb4: Convert atid_idr to XArray
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/iw_cxgb4.h')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h index bba03fadb86b..dec93157b311 100644 --- a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h +++ b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h @@ -323,7 +323,7 @@ struct c4iw_dev { struct dentry *debugfs_root; enum db_state db_state; struct xarray hwtids; - struct idr atid_idr; + struct xarray atids; struct idr stid_idr; struct list_head db_fc_list; u32 avail_ird; |