Searched refs:slot_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h197 typedef void (*VCHI_CONNECTION_INFO)(VCHI_CONNECTION_STATE_T *state, uint32_t protocol_version, uint32_t slot_size, uint32_t num_slots, uint32_t min_bulk_size);
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c273 uint64_t slot_size = (uint64_t)maxlen *inv_w; local
277 size_map = (unsigned long)(slot_size >> QFQ_MIN_SLOT_SHIFT);
282 index -= !(slot_size - (1ULL << (index + QFQ_MIN_SLOT_SHIFT - 1)));
/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h392 int slot_size; member in struct:vchiq_slot_zero_struct
H A Dvchiq_core.c2308 slot_zero->slot_size = VCHIQ_SLOT_SIZE;
2374 (slot_zero->slot_size != VCHIQ_SLOT_SIZE) ||
2384 if (slot_zero->slot_size != VCHIQ_SLOT_SIZE)
2385 vchiq_loud_error("slot_zero=%x: slot_size=%d "
2387 (unsigned int)slot_zero, slot_zero->slot_size,

Completed in 169 milliseconds