aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re/qplib_rcfw.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-08RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter seriesDevesh Sharma1-1/+4
2019-08-22RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_messageSelvin Xavier1-1/+7
2019-03-28RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier1-2/+2
2019-02-07RDMA/bnxt_re: Skip backing store allocation for 57500 seriesDevesh Sharma1-2/+4
2019-02-07RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma1-10/+21
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe1-2/+2
2019-01-14RDMA/bnxt_re: fix a size calculationDan Carpenter1-2/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-19RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma1-12/+22
2018-10-16RDMA/bnxt_re: Prevent driver crash due to NULL pointer in error message printSomnath Kotur1-4/+6