Lines Matching refs:cb_ident
262 void *cb_ident, void *cb_priv, in flow_block_cb_alloc() argument
272 block_cb->cb_ident = cb_ident; in flow_block_cb_alloc()
290 flow_setup_cb_t *cb, void *cb_ident) in flow_block_cb_lookup() argument
296 block_cb->cb_ident == cb_ident) in flow_block_cb_lookup()
322 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, in flow_block_cb_is_busy() argument
329 block_cb->cb_ident == cb_ident) in flow_block_cb_is_busy()
340 void *cb_ident, void *cb_priv, in flow_block_cb_setup_simple() argument
353 if (flow_block_cb_is_busy(cb, cb_ident, driver_block_list)) in flow_block_cb_setup_simple()
356 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, NULL); in flow_block_cb_setup_simple()
364 block_cb = flow_block_cb_lookup(f->block, cb, cb_ident); in flow_block_cb_setup_simple()
531 void *cb_ident, void *cb_priv, in flow_indr_block_cb_alloc() argument
541 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, release); in flow_indr_block_cb_alloc()