Home
last modified time | relevance | path

Searched refs:dp_ctx (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h167 PRINT_ERR((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
176 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
187 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
198 PRINT((p_dev)->dp_ctx, "[%s:%d(%s)]" fmt, \
582 void *dp_ctx; member
699 void *dp_ctx; member
H A Decore_chain.h175 void *dp_ctx; member
615 enum ecore_chain_cnt_type cnt_type, void *dp_ctx) in ecore_chain_init_params() argument
640 p_chain->dp_ctx = dp_ctx; in ecore_chain_init_params()
H A Decore_dev_api.h61 void *dp_ctx);
H A Decore_dev.c128 void *dp_ctx) in ecore_init_dp() argument
134 p_dev->dp_ctx = dp_ctx; in ecore_init_dp()
140 p_hwfn->dp_ctx = dp_ctx; in ecore_init_dp()
4437 mode, cnt_type, p_dev->dp_ctx); in ecore_chain_alloc()
H A Drelease.txt5088 2. Request: Added dp_ctx to struct ecore_dev and ecore_hwfn. This param is
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt649 - void PRINT(void *dp_ctx, char *format_string, ...)
650 - void PRINT_ERR(void *dp_ctx, char *format_string, ...)