aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorKashyap Desai <[email protected]>2023-06-09 04:01:53 -0700
committerLeon Romanovsky <[email protected]>2023-06-12 10:10:54 +0300
commitbcfee4ce3e0139ffa9c564e4ed3682e8b87f0a1d (patch)
tree51023389ac1ba95fb87a7d495c42838a5bba8942 /scripts/generate_rust_analyzer.py
parentf0c875ff6293965a30aaeb02a0d19b293e11bc2b (diff)
RDMA/bnxt_re: remove redundant cmdq_bitmap
cmdq_bitmap is used to derive the next available index in the CMDQ. This is not required as the we can get the next index using the existing bnxt_qplib_crsqe array. Driver will use bnxt_qplib_crsqe array and flag is_in_used to derive valid entries. is_in_used is replacement of cmdq_bitmap. There is no change in the existing mechanism of the circular buffer used to get index. Added opcode field in bnxt_qplib_crsqe array so that it is easy to map opcode associated with pending rcfw command. Signed-off-by: Kashyap Desai <[email protected]> Signed-off-by: Selvin Xavier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions