summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re/qplib_rcfw.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20RDMA/bnxt_re: Fix the sparse warningsSelvin Xavier1-1/+1
2023-12-11RDMA/bnxt_re: Adds MSN table capability for Gen P7 adaptersSelvin Xavier1-0/+2
2023-12-11RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier1-1/+1
2023-11-13RDMA/bnxt_re: Refactor the queue index updateChandramohan Akula1-9/+8
2023-09-21RDMA/bnxt_re: Fix the handling of control path response dataSelvin Xavier1-2/+9
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-48/+18
2023-08-21RDMA/bnxt_re: Fix kernel doc errorsLeon Romanovsky1-15/+15
2023-08-07RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP1-1/+1
2023-08-07RDMA/bnxt_re: Fix the sideband buffer size handling for FW commandsSelvin Xavier1-32/+2
2023-07-17RDMA/bnxt_re: Fix hang during driver unloadSelvin Xavier1-5/+4
2023-06-26RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()Kashyap Desai1-8/+15
2023-06-26RDMA/bnxt_re: Remove incorrect return check from slow pathKashyap Desai1-6/+0
2023-06-21RDMA/bnxt_re: Initialize opcode while sending messageLeon Romanovsky1-3/+2
2023-06-12RDMA/bnxt_re: optimize the parameters passed to helper functionsKashyap Desai1-25/+19
2023-06-12RDMA/bnxt_re: remove redundant cmdq_bitmapKashyap Desai1-47/+32
2023-06-12RDMA/bnxt_re: use firmware provided max request timeoutKashyap Desai1-11/+48
2023-06-12RDMA/bnxt_re: cancel all control path command waiters upon errorKashyap Desai1-2/+2
2023-06-12RDMA/bnxt_re: post destroy_ah for delayed completion of AH creationKashyap Desai1-0/+108
2023-06-12RDMA/bnxt_re: Add firmware stall check detectionKashyap Desai1-8/+36
2023-06-12RDMA/bnxt_re: handle command completions after driver detect a timedoutKashyap Desai1-26/+33
2023-06-12RDMA/bnxt_re: add helper function __poll_for_respKashyap Desai1-1/+43
2023-06-12RDMA/bnxt_re: Simplify the function that sends the FW commandsKashyap Desai1-61/+64
2023-06-12RDMA/bnxt_re: use shadow qd while posting non blocking rcfw commandKashyap Desai1-2/+58
2023-06-12RDMA/bnxt_re: Avoid the command wait if firmware is inactiveKashyap Desai1-4/+48
2023-06-12RDMA/bnxt_re: Enhance the existing functions that wait for FW responsesKashyap Desai1-14/+51
2023-06-12RDMA/bnxt_re: set fixed command queue depthKashyap Desai1-4/+2
2023-06-12RDMA/bnxt_re: remove virt_func check while creating RoCE FW channelKashyap Desai1-9/+6
2023-06-12RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock contextKashyap Desai1-3/+10
2023-06-12RDMA/bnxt_re: wraparound mbox producer indexKashyap Desai1-2/+2
2023-05-19RDMA/bnxt_re: Use unique names while registering interruptsKalesh AP1-2/+13
2023-05-19RDMA/bnxt_re: Disable/kill tasklet only if it is enabledSelvin Xavier1-5/+9
2023-04-04RDMA/bnxt_re: Enable congestion control by defaultSelvin Xavier1-8/+7
2023-04-04RDAM/bnxt_re: Use tlv apis while processing the slow path commandsSelvin Xavier1-11/+11
2023-04-04RDMA/bnxt_re: Reduce number of argumets to control path command APIsSelvin Xavier1-35/+35
2023-04-04RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline functionSelvin Xavier1-4/+6
2021-11-29RDMA/bnxt_re: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-11-16RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with pen...Christophe JAILLET1-4/+2
2021-09-20RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextSelvin Xavier1-2/+2
2021-09-20RDMA/bnxt_re: Reduce the delay in polling for hwrm command completionSelvin Xavier1-1/+1
2021-03-26RDMA/bnxt_re: Move device to error state upon device crashSelvin Xavier1-0/+4
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-4/+6
2020-09-03RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+5
2020-08-27RDMA/bnxt_re: Fix the qp table indexingSelvin Xavier1-4/+6
2020-04-14RDMA/bnxt_re: Simplify obtaining queue entry from hw ringDevesh Sharma1-11/+5
2020-04-14RDMA/bnxt_re: Reduce device page size detection codeDevesh Sharma1-45/+27
2020-03-02RDMA/bnxt_re: Remove set but not used variables 'pg' and 'idx'YueHaibing1-4/+0
2020-02-21RDMA/bnxt_re: Refactor doorbell management functionsDevesh Sharma1-13/+8
2020-02-21RDMA/bnxt_re: Refactor command queue management codeDevesh Sharma1-166/+253
2020-02-21RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma1-25/+32
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2