Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa/
H A Dqman_var.h48 uint32_t context_b; member
71 uint32_t context_b; member
96 uint32_t context_b; member
H A Dqman_portals.c567 db_printf(" Context_B: %08x\n", save_res.query_fq.context_b); in DB_SHOW_COMMAND()
H A Dqman.c583 cmd.init_fq.context_b = context_b_opaque; in qman_fq_create()
/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_context.c931 cc_context_t context_b = NULL; in check_cc_context_compare() local
943 err = cc_initialize(&context_b, ccapi_version_3, NULL, NULL); in check_cc_context_compare()
947 …check_once_cc_context_compare(context_a, context_b, &equal, ccNoError, "valid params, different co… in check_cc_context_compare()
949 check_once_cc_context_compare(context_a, context_b, NULL, ccErrBadParam, "NULL out param"); in check_cc_context_compare()
952 if (context_b) { cc_context_release(context_b); } in check_cc_context_compare()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h559 volatile uint32_t context_b; member
667 volatile uint32_t context_b; member
H A Dqm_portal_fqr.c301 p_Mcc->alterfq.context_b = aligned_int_from_ptr(p_Fq); in qman_retire_fq()
1066 fq_opts.fqd.context_b = aligned_int_from_ptr(p_Fqs[0]); in qm_new_fq()
1071 memcpy((void*)&fq_opts.fqd.context_b, p_ContextB, sizeof(t_QmContextB)); in qm_new_fq()