forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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 /**