Searched refs:flush_function (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/ofed/include/rdma/
H A Dib_fmr_pool.h49 * @flush_function:Callback called when unmapped FMRs are flushed and
61 void (*flush_function)(struct ib_fmr_pool *pool, member in struct:ib_fmr_pool_param
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dfmr_pool.c94 void (*flush_function)(struct ib_fmr_pool *pool, member in struct:ib_fmr_pool
188 if (pool->flush_function)
189 pool->flush_function(pool, pool->flush_arg);
259 pool->flush_function = params->flush_function;

Completed in 111 milliseconds