aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20IB/hfi1: remove rc_only_opcode and uc_only_opcode declarationsGaosheng Cui1-3/+0
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing1-43/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-2/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky1-3/+2
2019-06-17IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn1-0/+1
2019-03-26IB/hfi1: Add running average for adaptive pioMike Marciniszyn1-0/+1
2019-02-05IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan1-0/+1
2019-02-05IB/hfi1: Add the dual leg codeKaike Wan1-0/+3
2019-02-05IB/hfi1: Add the TID second leg send packet builderKaike Wan1-0/+2
2019-02-05IB/hfi1: Resend the TID RDMA WRITE DATA packetsKaike Wan1-0/+1
2019-02-05IB/hfi1: Add TID RDMA retry timerKaike Wan1-0/+2
2019-02-05IB/hfi1: Add a function to receive TID RDMA ACK packetKaike Wan1-0/+4
2019-02-05IB/hfi1: Add a function to build TID RDMA ACK packetKaike Wan1-0/+2
2019-02-05IB/hfi1: Add a function to receive TID RDMA WRITE DATA packetKaike Wan1-0/+3
2019-02-05IB/hfi1: Add a function to receive TID RDMA WRITE responseKaike Wan1-0/+3
2019-02-05IB/hfi1: Add TID resource timerKaike Wan1-0/+1
2019-02-05IB/hfi1: Add a function to build TID RDMA WRITE responseKaike Wan1-0/+1
2019-02-05IB/hfi1: Add functions to receive TID RDMA WRITE requestKaike Wan1-0/+12
2019-02-05IB/hfi1: Add interlock between a TID RDMA request and other requestsKaike Wan1-0/+3
2019-02-05IB/hfi1: Add TID RDMA handlersKaike Wan1-0/+4
2019-02-05IB/hfi1: Add functions to receive TID RDMA READ responseKaike Wan1-0/+2
2019-02-05IB/hfi1: Add functions to receive TID RDMA READ requestKaike Wan1-0/+5
2019-02-05IB/hfi1: Add functions to build TID RDMA READ requestKaike Wan1-0/+9
2019-02-05IB/hfi1: Add the counter n_tidwaitKaike Wan1-0/+1
2019-02-05IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan1-0/+34
2019-02-05IB/hfi1: TID RDMA flow allocationKaike Wan1-0/+3
2019-01-31IB/hfi1: Add OPFN helper functions for TID RDMA featureKaike Wan1-0/+5
2019-01-31IB/hfi1: OPFN support discoveryMitko Haralanov1-1/+2
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn1-0/+2
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota1-3/+0
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty1-25/+0
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro1-1/+3
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan1-2/+2
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl1-1/+2
2018-05-24IB/hfi1: Define 16B Management PacketsDon Hiatt1-0/+7
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty1-2/+0
2018-05-09IB/hfi1: Rework fault injection machineryMitko Haralanov1-4/+2
2018-02-01IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn1-0/+5
2018-02-01IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez1-2/+1
2018-02-01IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez1-0/+5
2018-02-01IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov1-11/+0
2017-08-22IB/hfi1: Remove HFI1_VERBS_31BIT_PSN optionGrzegorz Morys1-5/+0
2017-08-22IB/hfi1: Enhance PIO/SDMA send for 16BDon Hiatt1-0/+1
2017-08-22IB/hfi1: Add 16B RC/UC supportDon Hiatt1-1/+2
2017-08-22IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli1-2/+0
2017-08-22IB/hfi1: Add 16B UD supportDon Hiatt1-1/+1
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt1-0/+1
2017-08-22IB/hfi1: Add support to process 16B header errorsDon Hiatt1-0/+1
2017-08-22IB/hfi1: Add support to send 16B bypass packetsDon Hiatt1-12/+10