Home
last modified time | relevance | path

Searched refs:cinfo_ch_ring_id (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.101.15/bsd/skywalk/channel/
H A Dos_channel_private.h484 ring_id_t cinfo_ch_ring_id; /* Channel ring (or any) */ member
H A Dchannel.c1498 } else if (cinfo->cinfo_ch_ring_id != CHANNEL_RING_ID_ANY && in ch_find()
1499 ring_id != cinfo->cinfo_ch_ring_id && in ch_find()
1811 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in ch_close_common()
2017 cinfo->cinfo_nx_port, (int)cinfo->cinfo_ch_ring_id); in ch_connect_log1()
2153 cinfo->cinfo_ch_ring_id = chr->cr_ring_id; in ch_connect()
/xnu-11417.101.15/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c389 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_kpipe_dom_disconnect()
464 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_kpipe_dom_defunct_finalize()
/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c807 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_fsw_dom_disconnect()
869 (int)ch->ch_info->cinfo_ch_ring_id, err); in nx_fsw_dom_defunct_finalize()
/xnu-11417.101.15/libsyscall/wrappers/skywalk/
H A Dos_channel.c920 if (__improbable((ci->cinfo_ch_ring_id != CHANNEL_RING_ID_ANY && in os_channel_tx_ring()
921 ci->cinfo_ch_ring_id != rid) || in os_channel_tx_ring()
935 if (__improbable((ci->cinfo_ch_ring_id != CHANNEL_RING_ID_ANY && in os_channel_rx_ring()
936 ci->cinfo_ch_ring_id != rid) || in os_channel_rx_ring()
/xnu-11417.101.15/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c581 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_upipe_dom_disconnect()
690 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_upipe_dom_defunct_finalize()
/xnu-11417.101.15/bsd/skywalk/nexus/
H A Dnexus_adapter.c2759 (int)ch->ch_info->cinfo_ch_ring_id, SK_KVA(ch->ch_na), in na_disconnect()
2810 (int)ch->ch_info->cinfo_ch_ring_id, SK_KVA(na), in na_defunct()
2931 (int)ch->ch_info->cinfo_ch_ring_id, SK_KVA(na), in na_disconnect_spec()
/xnu-11417.101.15/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1226 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_netif_dom_disconnect()
1296 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_netif_dom_defunct_finalize()