Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/channel/
H A Dchannel_var.h343 struct __kern_channel_ring { struct
344 struct __user_channel_ring *ckr_ring;
346 uint32_t ckr_flags; /* CKRF_* flags */
347 slot_idx_t ckr_num_slots; /* # of slots */
348 uint32_t ckr_max_pkt_len;/* max pp pkt size */
349 uint32_t ckr_largest; /* largest packet seen */
350 const slot_idx_t ckr_lim; /* ckr_num_slots - 1 */
351 enum txrx ckr_tx; /* kind of ring (tx/rx/alloc/free) */
353 volatile slot_idx_t ckr_khead;
354 volatile slot_idx_t ckr_ktail;
[all …]