Searched refs:dp_ctx (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_chain.h170 void *dp_ctx; member in struct:ecore_chain
608 * @param dp_ctx
614 enum ecore_chain_cnt_type cnt_type, void *dp_ctx)
639 p_chain->dp_ctx = dp_ctx;
611 ecore_chain_init_params(struct ecore_chain *p_chain, u32 page_cnt, u8 elem_size, enum ecore_chain_use_mode intended_use, enum ecore_chain_mode mode, enum ecore_chain_cnt_type cnt_type, void *dp_ctx) argument
H A Decore.h165 PRINT_ERR((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
174 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
185 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
196 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
662 void *dp_ctx; member in struct:ecore_hwfn
793 void *dp_ctx; member in struct:ecore_dev
H A Decore_dev_api.h53 * @param dp_ctx
58 void *dp_ctx);
H A Decore_dev.c1674 void *dp_ctx)
1680 p_dev->dp_ctx = dp_ctx;
1686 p_hwfn->dp_ctx = dp_ctx;
6349 mode, cnt_type, p_dev->dp_ctx);
1671 ecore_init_dp(struct ecore_dev *p_dev, u32 dp_module, u8 dp_level, void *dp_ctx) argument

Completed in 112 milliseconds