diff options
author | Selvin Xavier <selvin.xavier@broadcom.com> | 2023-12-07 02:47:38 -0800 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-12-11 09:56:28 +0200 |
commit | 6027c20dad1ad1da45877151d8b75dc51a928ccd (patch) | |
tree | 97d98f80986a046cc093d00ba6b1b1146b9417f4 /drivers/infiniband/hw/bnxt_re/qplib_res.h | |
parent | 880a5dd1880a296575e92dec9816a7f35a7011d1 (diff) |
RDMA/bnxt_re: Get the toggle bits from CQ completions
Get the toggle bits from CQ completions. For older adapters
these values are 0.
Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Link: https://lore.kernel.org/r/1701946060-13931-5-git-send-email-selvin.xavier@broadcom.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'drivers/infiniband/hw/bnxt_re/qplib_res.h')
-rw-r--r-- | drivers/infiniband/hw/bnxt_re/qplib_res.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/bnxt_re/qplib_res.h b/drivers/infiniband/hw/bnxt_re/qplib_res.h index 397846bc8712..7e6d9074f900 100644 --- a/drivers/infiniband/hw/bnxt_re/qplib_res.h +++ b/drivers/infiniband/hw/bnxt_re/qplib_res.h @@ -190,6 +190,7 @@ struct bnxt_qplib_db_info { u32 xid; u32 max_slot; u32 flags; + u8 toggle; }; enum bnxt_qplib_db_info_flags_mask { |