summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re/qplib_fp.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-04RDMA/bnxt_re: Reduce number of argumets to control path command APIsSelvin Xavier1-44/+60
2023-04-04RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline functionSelvin Xavier1-22/+33
2023-04-04RDMA/bnxt_re: Update HW interface headersSelvin Xavier1-1/+1
2023-03-29RDMA/bnxt_re: remove unused num_srqne_processed and num_cqne_processed variablesTom Rix1-10/+4
2023-03-29RDMA/bnxt_re: Add resize_cq supportSelvin Xavier1-0/+44
2021-12-07RDMA/bnxt_re: Fix endianness warning for req.pkeyKamal Heib1-1/+1
2021-11-25RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib1-6/+5
2021-09-20RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Suppress unwanted error messagesSelvin Xavier1-3/+6
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier1-0/+3
2021-04-12RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()Wang Wensheng1-0/+1
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-10/+16
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-10/+16
2020-09-03RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-27RDMA/bnxt_re: Fix driver crash on unaligned PSN entry addressNaresh Kumar PBS1-2/+2
2020-08-27RDMA/bnxt_re: Fix the qp table indexingSelvin Xavier1-8/+14
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20RDMA/bnxt_re: Change wr posting logic to accommodate variable wqesDevesh Sharma1-122/+202
2020-07-20RDMA/bnxt_re: Pull psn buffer dynamically based on prodDevesh Sharma1-58/+71
2020-07-20RDMA/bnxt_re: introduce a function to allocate swqDevesh Sharma1-171/+177
2020-04-22RDMA/bnxt: Delete 'nq_ptr' variable which is not usedLeon Romanovsky1-2/+1
2020-04-14RDMA/bnxt_re: Simplify obtaining queue entry from hw ringDevesh Sharma1-110/+106
2020-04-14RDMA/bnxt_re: Reduce device page size detection codeDevesh Sharma1-102/+36
2020-03-25RDMA/bnxt_re: Wait for all the CQ events before freeing CQ data structuresSelvin Xavier1-0/+73
2020-02-22RDMA/bnxt_re: Refactor doorbell management functionsDevesh Sharma1-93/+50
2020-02-22RDMA/bnxt_re: Refactor notification queue management codeDevesh Sharma1-47/+67
2020-02-22RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma1-71/+98
2020-02-22RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma1-1/+1
2020-01-28Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2020-01-03RDMA/bnxt_re: Fix Send Work Entry state check while polling completionsSelvin Xavier1-6/+6
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-7/+5
2019-03-28RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier1-13/+14
2019-02-22bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma1-14/+6
2019-02-07RDMA/bnxt_re: Add extended psn structure for 57500 adaptersDevesh Sharma1-13/+38
2019-02-07RDMA/bnxt_re: Enable GSI QP support for 57500 seriesDevesh Sharma1-3/+7
2019-02-07RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma1-57/+55
2018-10-16RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure caseSelvin Xavier1-1/+2
2018-10-16RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier1-0/+1
2018-09-06Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe1-1/+1
2018-09-06bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur1-1/+1
2018-09-06RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmtJoe Perches1-79/+51
2018-07-04RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.cDan Carpenter1-6/+6
2018-05-25RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changesDevesh Sharma1-34/+60
2018-03-15infiniband: qplib_fp: fix pointer castArnd Bergmann1-2/+2
2018-03-07RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier1-85/+24
2018-02-20RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier1-15/+6
2018-02-01RDMA/bnxt_re: Fix an error code in bnxt_qplib_create_srq()Dan Carpenter1-1/+3
2018-01-18RDMA/bnxt_re: Add SRQ support for Broadcom adaptersDevesh Sharma1-62/+400
2017-12-13RDMA/bnxt_re: Remove redundant bnxt_qplib_disable_nq() callArvind Yadav1-1/+0