Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h613 struct channel_attr { struct
614 uint32_t cha_tx_rings;
615 uint32_t cha_rx_rings;
616 uint32_t cha_tx_slots;
617 uint32_t cha_rx_slots;
618 uint32_t cha_buf_size;
619 uint32_t cha_meta_size;
620 uint32_t cha_stats_size;
621 uint32_t cha_exclusive;
622 uint32_t cha_monitor;
[all …]