Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/core/
Dfmr_pool.c95 void (*flush_function)(struct ib_fmr_pool *pool, member
189 if (pool->flush_function) in ib_fmr_cleanup_thread()
190 pool->flush_function(pool, pool->flush_arg); in ib_fmr_cleanup_thread()
260 pool->flush_function = params->flush_function; in ib_create_fmr_pool()
/linux-3.4.99/include/rdma/
Dib_fmr_pool.h61 void (*flush_function)(struct ib_fmr_pool *pool, member
/linux-3.4.99/drivers/infiniband/ulp/iser/
Diser_verbs.c209 params.flush_function = NULL; in iser_create_ib_conn_res()