Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/channel/
H A Dos_channel_private.h636 struct channel_attr { struct
637 uint32_t cha_tx_rings;
638 uint32_t cha_rx_rings;
639 uint32_t cha_tx_slots;
640 uint32_t cha_rx_slots;
641 uint32_t cha_buf_size;
642 uint32_t cha_meta_size;
643 uint32_t cha_stats_size;
644 uint32_t cha_exclusive;
645 uint32_t cha_monitor;
[all …]