Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c98 void (*flush_function)(struct ib_fmr_pool *pool, member
191 if (pool->flush_function) in ib_fmr_cleanup_thread()
192 pool->flush_function(pool, pool->flush_arg); in ib_fmr_cleanup_thread()
242 pool->flush_function = params->flush_function; in ib_create_fmr_pool()
/freebsd/sys/ofed/include/rdma/
H A Dib_fmr_pool.h63 void (*flush_function)(struct ib_fmr_pool *pool, member