Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/channel/
H A Dos_channel_private.h506 struct ch_init { struct
507 uint32_t ci_version; /* in: CHANNEL_INIT_CURRENT_VERSION */
508 uint32_t ci_ch_mode; /* in: CHMODE_* flags */
509 ring_id_t ci_ch_ring_id; /* in: Channel ring */
510 nexus_port_t ci_nx_port; /* in: Nexus instance port */
511 uuid_t ci_nx_uuid; /* in: Nexus instance UUID */
512 user_addr_t ci_key; /* in: key blob */
513 uint32_t ci_key_len; /* in: key length */
514 uint32_t __ci_align; /* reserved */
515 struct ch_ev_thresh ci_tx_lowat; /* in: TX low-watermark */
[all …]