Home
last modified time | relevance | path

Searched refs:ctxp (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_host.c292 struct hcapi_cfa_em_ctx_mem_info *ctxp = &tbl_scope_cb->em_ctx_info[dir]; in tf_em_ctx_unreg() local
297 tbl = &ctxp->em_tables[i]; in tf_em_ctx_unreg()
327 struct hcapi_cfa_em_ctx_mem_info *ctxp = &tbl_scope_cb->em_ctx_info[dir]; in tf_em_ctx_reg() local
333 tbl = &ctxp->em_tables[i]; in tf_em_ctx_reg()
H A Dtf_msg.c1429 struct hcapi_cfa_em_ctx_mem_info *ctxp = &tbl_scope_cb->em_ctx_info[dir]; in tf_msg_ext_em_cfg() local
1461 lkup_tbl = &ctxp->em_tables[TF_EM_LKUP_TABLE]; in tf_msg_ext_em_cfg()
1462 act_tbl = &ctxp->em_tables[TF_ACTION_TABLE]; in tf_msg_ext_em_cfg()
/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.h73 struct sfc_flow_rss_ctx **ctxp);
H A Dsfc_flow_rss.c241 const uint16_t *sw_qids, struct sfc_flow_rss_ctx **ctxp) in sfc_flow_rss_ctx_add() argument
272 *ctxp = ctx; in sfc_flow_rss_ctx_add()
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c90 uint64_t ctxp; member
222 sr->instr.irh.s.ctxp = rte_cpu_to_be_64(ctx_handle); in create_se_instr()