kernel/drivers/infiniband/hw/hfi1/sdma_txreq.h
.. .. @@ -61,6 +61,9 @@ 61 61 struct sdma_desc { 62 62 /* private: don't use directly */ 63 63 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);64 67 }; 65 68 66 69 /**