Searched refs:cinfo_ch_ring_id (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | os_channel_private.h | 461 ring_id_t cinfo_ch_ring_id; /* Channel ring (or any) */ member
|
| H A D | channel.c | 1492 } else if (cinfo->cinfo_ch_ring_id != CHANNEL_RING_ID_ANY && in ch_find() 1493 ring_id != cinfo->cinfo_ch_ring_id && in ch_find() 1778 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in ch_close_common() 1984 cinfo->cinfo_nx_port, (int)cinfo->cinfo_ch_ring_id); in ch_connect_log1() 2120 cinfo->cinfo_ch_ring_id = chr->cr_ring_id; in ch_connect()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 385 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_kpipe_dom_disconnect() 460 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_kpipe_dom_defunct_finalize()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.c | 778 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_fsw_dom_disconnect() 840 (int)ch->ch_info->cinfo_ch_ring_id, err); in nx_fsw_dom_defunct_finalize()
|
| /xnu-8019.80.24/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 907 if (__improbable((ci->cinfo_ch_ring_id != CHANNEL_RING_ID_ANY && in os_channel_tx_ring() 908 ci->cinfo_ch_ring_id != rid) || in os_channel_tx_ring() 922 if (__improbable((ci->cinfo_ch_ring_id != CHANNEL_RING_ID_ANY && in os_channel_rx_ring() 923 ci->cinfo_ch_ring_id != rid) || in os_channel_rx_ring()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 594 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_upipe_dom_disconnect() 702 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_upipe_dom_defunct_finalize()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2662 (int)ch->ch_info->cinfo_ch_ring_id, SK_KVA(ch->ch_na), in na_disconnect() 2713 (int)ch->ch_info->cinfo_ch_ring_id, SK_KVA(na), in na_defunct() 2834 (int)ch->ch_info->cinfo_ch_ring_id, SK_KVA(na), in na_disconnect_spec()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 1201 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_netif_dom_disconnect() 1256 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_netif_dom_defunct_finalize()
|