opnsense-src/sys/ofed/drivers/infiniband/ulp/sdp
Mark Johnston adaf3c4906 sdp: Destroy the RDMA ID after destroying the connection's queue pair.
This is the ordering documented by rdma_destroy_qp(). Also add a useful
KASSERT to sdp_pcbfree().

Sponsored by:	EMC / Isilon Storage Division
2016-07-29 21:03:02 +00:00
..
sdp.h sdp: Use malloc(9) instead of the Linux compat layer. 2016-07-29 21:01:04 +00:00
sdp_bcopy.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
sdp_cma.c
sdp_dbg.h
sdp_main.c sdp: Destroy the RDMA ID after destroying the connection's queue pair. 2016-07-29 21:03:02 +00:00
sdp_proc.c
sdp_rx.c sdp: Use malloc(9) instead of the Linux compat layer. 2016-07-29 21:01:04 +00:00
sdp_tx.c sdp: Use malloc(9) instead of the Linux compat layer. 2016-07-29 21:01:04 +00:00
sdp_zcopy.c