Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h485 struct ch_init { struct
486 uint32_t ci_version; /* in: CHANNEL_INIT_CURRENT_VERSION */
487 uint32_t ci_ch_mode; /* in: CHMODE_* flags */
488 ring_id_t ci_ch_ring_id; /* in: Channel ring */
489 nexus_port_t ci_nx_port; /* in: Nexus instance port */
490 uuid_t ci_nx_uuid; /* in: Nexus instance UUID */
491 user_addr_t ci_key; /* in: key blob */
492 uint32_t ci_key_len; /* in: key length */
493 uint32_t __ci_align; /* reserved */
494 struct ch_ev_thresh ci_tx_lowat; /* in: TX low-watermark */
[all …]