Lines Matching refs:cb_ident
248 void *cb_ident, void *cb_priv, in flow_block_cb_alloc() argument
258 block_cb->cb_ident = cb_ident; in flow_block_cb_alloc()
276 flow_setup_cb_t *cb, void *cb_ident) in flow_block_cb_lookup() argument
282 block_cb->cb_ident == cb_ident) in flow_block_cb_lookup()
308 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, in flow_block_cb_is_busy() argument
315 block_cb->cb_ident == cb_ident) in flow_block_cb_is_busy()
326 void *cb_ident, void *cb_priv, in flow_block_cb_setup_simple() argument
339 if (flow_block_cb_is_busy(cb, cb_ident, driver_block_list)) in flow_block_cb_setup_simple()
342 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, NULL); in flow_block_cb_setup_simple()
350 block_cb = flow_block_cb_lookup(f->block, cb, cb_ident); in flow_block_cb_setup_simple()
517 void *cb_ident, void *cb_priv, in flow_indr_block_cb_alloc() argument
527 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, release); in flow_indr_block_cb_alloc()