Home
last modified time | relevance | path

Searched refs:sec_or_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dsec_var.h55 struct sec_or_entry { struct
60 _Static_assert(sizeof(struct sec_or_entry) == 12, "OR entry size"); argument
80 struct sec_or_entry *jr_or; /* output ring */
H A Dsec_jr.c181 struct sec_or_entry done[JR_RING_SIZE]; in sec_jr_intr()
245 size_t or_bytes = JR_RING_SIZE * sizeof(struct sec_or_entry); in sec_jr_init()
263 jr->jr_or = (struct sec_or_entry *)((uint8_t *)ring_va + ir_bytes); in sec_jr_init()