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