forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/infiniband/hw/hfi1/sdma_txreq.h
....@@ -61,6 +61,9 @@
6161 struct sdma_desc {
6262 /* private: don't use directly */
6363 u64 qw[2];
64
+ void *pinning_ctx;
65
+ /* Release reference to @pinning_ctx. May be called in interrupt context. Must not sleep. */
66
+ void (*ctx_put)(void *ctx);
6467 };
6568
6669 /**