Home
last modified time | relevance | path

Searched defs:num_slots (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_ring.c83 uint32_t num_slots; /* Number of slots for entries, set at init */ member
115 uint32_t num_slots; /* Number of slots for entries */ member
895 opdl_ring_create(const char *name, uint32_t num_slots, uint32_t slot_size, in opdl_ring_create()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_pcie.h60 uint32_t num_slots; member
/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c212 uint32_t num_slots) in compile_nhgrp()
/f-stack/freebsd/net/
H A Dnetmap.h286 const uint32_t num_slots; /* number of slots in the ring. */ member
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c2288 int num_slots = (mem_size - mem_align)/VCHIQ_SLOT_SIZE; in vchiq_init_slots() local