summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/qplib_fp.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/bnxt_re: Change wr posting logic to accommodate variable wqesDevesh Sharma2020-07-201-122/+202
* RDMA/bnxt_re: Pull psn buffer dynamically based on prodDevesh Sharma2020-07-201-58/+71
* RDMA/bnxt_re: introduce a function to allocate swqDevesh Sharma2020-07-201-171/+177
* RDMA/bnxt: Delete 'nq_ptr' variable which is not usedLeon Romanovsky2020-04-221-2/+1
* RDMA/bnxt_re: Simplify obtaining queue entry from hw ringDevesh Sharma2020-04-141-110/+106
* RDMA/bnxt_re: Reduce device page size detection codeDevesh Sharma2020-04-141-102/+36
* RDMA/bnxt_re: Wait for all the CQ events before freeing CQ data structuresSelvin Xavier2020-03-241-0/+73
* RDMA/bnxt_re: Refactor doorbell management functionsDevesh Sharma2020-02-211-93/+50
* RDMA/bnxt_re: Refactor notification queue management codeDevesh Sharma2020-02-211-47/+67
* RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma2020-02-211-71/+98
* RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma2020-02-211-1/+1
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | RDMA/bnxt_re: Fix Send Work Entry state check while polling completionsSelvin Xavier2020-01-031-6/+6
|/
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-7/+5
* RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier2019-03-281-13/+14
* bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma2019-02-221-14/+6
* RDMA/bnxt_re: Add extended psn structure for 57500 adaptersDevesh Sharma2019-02-071-13/+38
* RDMA/bnxt_re: Enable GSI QP support for 57500 seriesDevesh Sharma2019-02-071-3/+7
* RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma2019-02-071-57/+55
* RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure caseSelvin Xavier2018-10-161-1/+2
* RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier2018-10-161-0/+1
* Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe2018-09-051-1/+1
|\
| * bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur2018-09-051-1/+1
* | RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmtJoe Perches2018-09-051-79/+51
|/
* RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.cDan Carpenter2018-07-041-6/+6
* RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changesDevesh Sharma2018-05-251-34/+60
* infiniband: qplib_fp: fix pointer castArnd Bergmann2018-03-141-2/+2
* RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier2018-03-061-85/+24
* RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier2018-02-201-15/+6
* RDMA/bnxt_re: Fix an error code in bnxt_qplib_create_srq()Dan Carpenter2018-01-311-1/+3
* RDMA/bnxt_re: Add SRQ support for Broadcom adaptersDevesh Sharma2018-01-181-62/+400
* RDMA/bnxt_re: Remove redundant bnxt_qplib_disable_nq() callArvind Yadav2017-12-131-1/+0
* RDMA/bnxt_re: report vlan_id and sl in qp1 recv completionDevesh Sharma2017-11-131-0/+1
* RDMA/bnxt_re: Flush CQ notification Work Queue before destroying QPSelvin Xavier2017-11-131-0/+7
* RDMA/bnxt_re: Set QP state in case of response completion errorsSelvin Xavier2017-11-131-0/+3
* RDMA/bnxt_re: Add memory barriers when processing CQ/EQ entriesSomnath Kotur2017-11-131-0/+21
* RDMA/bnxt_re: Remove set-but-not-used variablesBart Van Assche2017-10-141-5/+0
* RDMA/bnxt_re: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-1/+1
* RDMA/bnxt_re: Allocate multiple notification queuesSelvin Xavier2017-08-181-3/+18
* RDMA/bnxt_re: Allow posting when QPs are in errorSelvin Xavier2017-07-241-85/+380
* RDMA/bnxt_re: Report MISSED_EVENTS in req_notify_cqSelvin Xavier2017-07-201-0/+19
* RDMA/bnxt_re: Fix WQE Size posted to HW to prevent it from throwing errorSomnath Kotur2017-07-201-0/+10
* RDMA/bnxt_re: Add HW workaround for avoiding stall for UD QPsSomnath Kotur2017-06-141-0/+3
* RDMA/bnxt_re: HW workarounds for handling specific conditionsEddie Wai2017-06-141-21/+145
* RDMA/bnxt_re: Fixing the Control path command and response handlingDevesh Sharma2017-06-131-164/+51
* RDMA/bnxt_re: Add bnxt_re RoCE driverSelvin Xavier2017-02-141-0/+2167