Home
last modified time | relevance | path

Searched refs:PLT_PTR_ADD (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_inl.h69 return PLT_PTR_ADD(base, off); in roc_nix_inl_onf_ipsec_inb_sa()
77 return PLT_PTR_ADD(base, off); in roc_nix_inl_onf_ipsec_outb_sa()
83 return PLT_PTR_ADD(sa, ROC_NIX_INL_ONF_IPSEC_INB_HW_SZ); in roc_nix_inl_onf_ipsec_inb_sa_sw_rsvd()
89 return PLT_PTR_ADD(sa, ROC_NIX_INL_ONF_IPSEC_OUTB_HW_SZ); in roc_nix_inl_onf_ipsec_outb_sa_sw_rsvd()
97 return PLT_PTR_ADD(base, off); in roc_nix_inl_ot_ipsec_inb_sa()
105 return PLT_PTR_ADD(base, off); in roc_nix_inl_ot_ipsec_outb_sa()
111 return PLT_PTR_ADD(sa, ROC_NIX_INL_OT_IPSEC_INB_HW_SZ); in roc_nix_inl_ot_ipsec_inb_sa_sw_rsvd()
117 return PLT_PTR_ADD(sa, ROC_NIX_INL_OT_IPSEC_OUTB_HW_SZ); in roc_nix_inl_ot_ipsec_outb_sa_sw_rsvd()
H A Droc_ae_fpm_tables.c1113 data = PLT_PTR_ADD(mz->addr, sizeof(uint64_t)); in roc_ae_fpm_get()
1119 data = PLT_PTR_ADD(data, ae_fpm_tbl_scalar[i].len); in roc_ae_fpm_get()
H A Droc_ae.c182 data = PLT_PTR_ADD(mz->addr, sizeof(uint64_t)); in roc_ae_ec_grp_get()
H A Droc_platform.h43 #define PLT_PTR_ADD RTE_PTR_ADD macro
H A Droc_nix_tm.c1694 bmp_mem = PLT_PTR_ADD(bmp_mem, bmp_sz); in nix_tm_conf_init()
1702 bmp_mem = PLT_PTR_ADD(bmp_mem, bmp_sz); in nix_tm_conf_init()
H A Droc_sso.c809 link_mem = PLT_PTR_ADD(link_mem, link_map_sz); in roc_sso_dev_init()
H A Droc_nix_bpf.c172 addr = PLT_PTR_ADD(nix->base, off); in nix_precolor_conv_table_write()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_ae.h785 meta_buf.vaddr = PLT_PTR_ADD(mdata, sizeof(uint64_t)); in cnxk_ae_enqueue()