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 D | ecore.h | 167 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 D | ecore_chain.h | 175 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 D | ecore_dev_api.h | 61 void *dp_ctx);
|
H A D | ecore_dev.c | 128 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 D | release.txt | 5088 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 D | osal.txt | 649 - void PRINT(void *dp_ctx, char *format_string, ...) 650 - void PRINT_ERR(void *dp_ctx, char *format_string, ...)
|