Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h512 struct ch_init { struct
513 uint32_t ci_version; /* in: CHANNEL_INIT_CURRENT_VERSION */
514 uint32_t ci_ch_mode; /* in: CHMODE_* flags */
515 ring_id_t ci_ch_ring_id; /* in: Channel ring */
516 nexus_port_t ci_nx_port; /* in: Nexus instance port */
517 uuid_t ci_nx_uuid; /* in: Nexus instance UUID */
518 user_addr_t ci_key; /* in: key blob */
519 uint32_t ci_key_len; /* in: key length */
520 uint32_t __ci_align; /* reserved */
521 struct ch_ev_thresh ci_tx_lowat; /* in: TX low-watermark */
[all …]