summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/qplib_rcfw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/bnxt_re: Fix error recovery sequenceKalesh AP2024-12-311-2/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-11-231-11/+8
|\
| * RDMA/bnxt_re: Add set_func_resources support for P5/P7 adaptersKalesh AP2024-11-121-10/+1
| * RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration designBhargava Chenna Marreddy2024-11-121-0/+2
| * RDMA/bnxt_re: Add support for optimized modify QPKalesh AP2024-10-281-1/+5
* | RDMA/bnxt_re: synchronize the qp-handle table arraySelvin Xavier2024-10-211-4/+9
* | RDMA/bnxt_re: Fix the usage of control path spin locksSelvin Xavier2024-10-211-15/+10
* | RDMA/bnxt_re: Return more meaningful errorKalesh AP2024-10-121-1/+1
|/
* RDMA/bnxt_re: Fix the sparse warningsSelvin Xavier2023-12-201-1/+1
* RDMA/bnxt_re: Adds MSN table capability for Gen P7 adaptersSelvin Xavier2023-12-111-0/+2
* RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier2023-12-111-1/+1
* RDMA/bnxt_re: Refactor the queue index updateChandramohan Akula2023-11-131-9/+8
* RDMA/bnxt_re: Fix the handling of control path response dataSelvin Xavier2023-09-211-2/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-021-48/+18
|\
| * RDMA/bnxt_re: Fix kernel doc errorsLeon Romanovsky2023-08-211-15/+15
| * RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP2023-08-071-1/+1
| * RDMA/bnxt_re: Fix the sideband buffer size handling for FW commandsSelvin Xavier2023-08-071-32/+2
* | RDMA/bnxt_re: Fix hang during driver unloadSelvin Xavier2023-07-171-5/+4
|/
* RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()Kashyap Desai2023-06-261-8/+15
* RDMA/bnxt_re: Remove incorrect return check from slow pathKashyap Desai2023-06-261-6/+0
* RDMA/bnxt_re: Initialize opcode while sending messageLeon Romanovsky2023-06-211-3/+2
* RDMA/bnxt_re: optimize the parameters passed to helper functionsKashyap Desai2023-06-121-25/+19
* RDMA/bnxt_re: remove redundant cmdq_bitmapKashyap Desai2023-06-121-47/+32
* RDMA/bnxt_re: use firmware provided max request timeoutKashyap Desai2023-06-121-11/+48
* RDMA/bnxt_re: cancel all control path command waiters upon errorKashyap Desai2023-06-121-2/+2
* RDMA/bnxt_re: post destroy_ah for delayed completion of AH creationKashyap Desai2023-06-121-0/+108
* RDMA/bnxt_re: Add firmware stall check detectionKashyap Desai2023-06-121-8/+36
* RDMA/bnxt_re: handle command completions after driver detect a timedoutKashyap Desai2023-06-121-26/+33
* RDMA/bnxt_re: add helper function __poll_for_respKashyap Desai2023-06-121-1/+43
* RDMA/bnxt_re: Simplify the function that sends the FW commandsKashyap Desai2023-06-121-61/+64
* RDMA/bnxt_re: use shadow qd while posting non blocking rcfw commandKashyap Desai2023-06-121-2/+58
* RDMA/bnxt_re: Avoid the command wait if firmware is inactiveKashyap Desai2023-06-121-4/+48
* RDMA/bnxt_re: Enhance the existing functions that wait for FW responsesKashyap Desai2023-06-121-14/+51
* RDMA/bnxt_re: set fixed command queue depthKashyap Desai2023-06-121-4/+2
* RDMA/bnxt_re: remove virt_func check while creating RoCE FW channelKashyap Desai2023-06-121-9/+6
* RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock contextKashyap Desai2023-06-121-3/+10
* RDMA/bnxt_re: wraparound mbox producer indexKashyap Desai2023-06-121-2/+2
* RDMA/bnxt_re: Use unique names while registering interruptsKalesh AP2023-05-191-2/+13
* RDMA/bnxt_re: Disable/kill tasklet only if it is enabledSelvin Xavier2023-05-191-5/+9
* RDMA/bnxt_re: Enable congestion control by defaultSelvin Xavier2023-04-041-8/+7
* RDAM/bnxt_re: Use tlv apis while processing the slow path commandsSelvin Xavier2023-04-041-11/+11
* RDMA/bnxt_re: Reduce number of argumets to control path command APIsSelvin Xavier2023-04-041-35/+35
* RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline functionSelvin Xavier2023-04-041-4/+6
* RDMA/bnxt_re: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-4/+2
* RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with pen...Christophe JAILLET2021-11-161-4/+2
* RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextSelvin Xavier2021-09-201-2/+2
* RDMA/bnxt_re: Reduce the delay in polling for hwrm command completionSelvin Xavier2021-09-201-1/+1
* RDMA/bnxt_re: Move device to error state upon device crashSelvin Xavier2021-03-261-0/+4
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-4/+6
|\
| * RDMA/bnxt_re: Fix the qp table indexingSelvin Xavier2020-08-271-4/+6