Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel_private.h631 struct channel_attr { struct
632 uint32_t cha_tx_rings;
633 uint32_t cha_rx_rings;
634 uint32_t cha_tx_slots;
635 uint32_t cha_rx_slots;
636 uint32_t cha_buf_size;
637 uint32_t cha_meta_size;
638 uint32_t cha_stats_size;
639 uint32_t cha_exclusive;
640 uint32_t cha_monitor;
[all …]