Home
last modified time | relevance | path

Searched refs:hw_ctx_off (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_ie_ot.c24 sa->w0.s.hw_ctx_off = offset / ROC_CTX_UNIT_8B; in roc_ot_ipsec_inb_sa_init()
25 sa->w0.s.ctx_push_size = sa->w0.s.hw_ctx_off + 1; in roc_ot_ipsec_inb_sa_init()
H A Dcnxk_security.c378 sa->w0.s.hw_ctx_off = offset / 8; in cnxk_ot_ipsec_inb_sa_fill()
382 sa->w0.s.ctx_push_size = sa->w0.s.hw_ctx_off + 1; in cnxk_ot_ipsec_inb_sa_fill()
524 sa->w0.s.hw_ctx_off = offset / 8; in cnxk_ot_ipsec_outb_sa_fill()
527 sa->w0.s.ctx_push_size = sa->w0.s.hw_ctx_off + 1; in cnxk_ot_ipsec_outb_sa_fill()
H A Droc_ie_ot.h318 uint64_t hw_ctx_off : 7; member
453 uint64_t hw_ctx_off : 7; member