summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/gsi.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Lag, expose number of lag portsMark Bloch2022-05-091-1/+1
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-2/+0
* RDMA/mlx5: Rework custom driver QP type creationLeon Romanovsky2021-08-031-13/+2
* RDMA/mlx5: Delete device resource mutex that didn't protect anythingLeon Romanovsky2021-08-031-25/+9
* RDMA/mlx5: Delete not needed GSI QP signal QP typeLeon Romanovsky2020-09-291-7/+1
* RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky2020-09-291-27/+15
* RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky2020-09-291-36/+30
* RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky2020-09-291-29/+9
* RDMA/mlx5: Don't call to restrack recursivelyLeon Romanovsky2020-09-221-2/+14
* RDMA/mlx5: Set lag tx affinity according to slaveMaor Gottlieb2020-05-021-7/+26
* RDMA/mlx5: Delete impossible GSI port checkLeon Romanovsky2020-04-281-9/+0
* IB/mlx5: Fix outstanding_pi index for GSI qpsPrabhath Sajeepa2020-01-031-2/+1
* IB/mlx5: Align usage of QP1 create flags with rest of mlx5 definesMichael Guralnik2019-10-221-1/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-4/+4
* IB/mlx5: Fix iteration overrun in GSI qpsSlava Shwartsman2016-08-021-13/+6
* IB/mlx5: Eliminate GSI RX QP's send buffersHaggai Eran2016-03-011-0/+5
* IB/mlx5: Pick the right GSI transmission QP for sendingHaggai Eran2016-03-011-1/+47
* IB/mlx5: Reorder GSI completionsHaggai Eran2016-03-011-6/+150
* IB/mlx5: Create GSI transmission QPs when P_Key table is changedHaggai Eran2016-03-011-0/+10
* IB/mlx5: Create multiple transmission GSI QPsHaggai Eran2016-03-011-3/+167
* IB/mlx5: Add GSI QP wrapperHaggai Eran2016-03-011-0/+179