Home
last modified time | relevance | path

Searched refs:ch_info (Results 1 – 17 of 17) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/core/
H A Dskywalk_proc_info.c76 uuid_copy(info->chi_instance, channel->ch_info->cinfo_nx_uuid); in fill_channelinfo()
77 info->chi_port = channel->ch_info->cinfo_nx_port; in fill_channelinfo()
78 info->chi_flags = ch_mode_to_flags(channel->ch_info->cinfo_ch_mode); in fill_channelinfo()
/xnu-10063.141.1/bsd/skywalk/channel/
H A Dchannel.c166 static SKMEM_TYPE_DEFINE(ch_info_zone, struct ch_info);
610 ch->ch_info->cinfo_tx_lowat.cet_unit : in filt_chtouch()
611 ch->ch_info->cinfo_rx_lowat.cet_unit, in filt_chtouch()
705 lowat = ch->ch_info->cinfo_tx_lowat.cet_value; in filt_chprocess()
717 lowat = ch->ch_info->cinfo_rx_lowat.cet_value; in filt_chprocess()
776 ch->ch_info->cinfo_tx_lowat.cet_unit : in filt_chrwattach()
777 ch->ch_info->cinfo_rx_lowat.cet_unit, in filt_chrwattach()
1233 ch->ch_info->cinfo_tx_lowat.cet_unit; in ch_event()
1328 ch->ch_info->cinfo_rx_lowat.cet_unit; in ch_event()
1474 struct ch_info *cinfo = ch->ch_info; in ch_find()
[all …]
H A Dos_channel_private.h472 struct ch_info { struct
590 struct ch_info *chd_info;
618 #define CHD_INFO_SIZE (sizeof (struct ch_info))
672 extern int __channel_get_info(int c, struct ch_info *cinfo,
H A Dchannel_kern.c458 _CASSERT(sizeof(ch->ch_info->cinfo_ch_token) == sizeof(ch_token)); in kern_channel_flowadv_clear()
478 if (ch_token == ch->ch_info->cinfo_ch_token) { in kern_channel_flowadv_clear()
518 _CASSERT(sizeof(ch->ch_info->cinfo_ch_token) == sizeof(ch_token)); in kern_channel_flowadv_report_ce_event()
538 if (ch_token == ch->ch_info->cinfo_ch_token) { in kern_channel_flowadv_report_ce_event()
596 if ((ch->ch_info->cinfo_ch_mode & CHMODE_DEFUNCT_OK) == 0) { in _kern_channel_defunct_eligible()
613 uint32_t ch_mode = ch->ch_info->cinfo_ch_mode; in kern_channel_defunct()
H A Dchannel_syscalls.c309 uap->cinfolen < sizeof(struct ch_info))) { in __channel_get_info()
317 err = copyout(ch->ch_info, uap->cinfo, sizeof(struct ch_info)); in __channel_get_info()
H A Dchannel_var.h144 struct ch_info *ch_info; member
H A Dchannel_ring.c1703 ch->ch_info->cinfo_ch_id); in kr_internalize_metadata()
/xnu-10063.141.1/libsyscall/wrappers/skywalk/
H A Dos_channel.c51 static ring_id_t _ring_id(struct ch_info *cinfo, const ring_id_type_t type);
235 _num_tx_rings(struct ch_info *ci) in _num_tx_rings()
247 _num_rx_rings(struct ch_info *ci) in _num_rx_rings()
464 struct ch_info *ci = NULL; in os_channel_create_extended()
470 SK_ALIGN64_CASSERT(struct ch_info, cinfo_mem_map_size); in os_channel_create_extended()
884 _ring_id(struct ch_info *cinfo, const ring_id_type_t type) in _ring_id()
918 struct ch_info *ci = CHD_INFO(chd); in os_channel_tx_ring()
933 struct ch_info *ci = CHD_INFO(chd); in os_channel_rx_ring()
1657 struct ch_info *cinfo = CHD_INFO(chd); in os_channel_info2attr()
1740 struct ch_info *ci = CHD_INFO(chd); in os_channel_packet_alloc_common()
[all …]
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c804 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_fsw_dom_disconnect()
854 ASSERT(VPNA(ch->ch_na)->vpna_nx_port == ch->ch_info->cinfo_nx_port); in nx_fsw_dom_defunct_finalize()
865 ch->ch_info->cinfo_nx_port, in nx_fsw_dom_defunct_finalize()
866 (int)ch->ch_info->cinfo_ch_ring_id, err); in nx_fsw_dom_defunct_finalize()
/xnu-10063.141.1/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-10063.141.1/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()
689 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_upipe_dom_defunct_finalize()
/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus.c1077 uuid_copy(*puuid, ch->ch_info->cinfo_ch_id); in nxctl_get_channel_list()
1235 if ((ch->ch_info->cinfo_ch_mode & CHMODE_MONITOR) || in nxprov_advise_connect()
1248 ch->ch_info->cinfo_nx_port, ch, &ch->ch_ctx); in nxprov_advise_connect()
3195 uint32_t ch_mode = ch->ch_info->cinfo_ch_mode; in nexus_channel_entry_populate()
3202 uuid_copy(entry->nce_uuid, ch->ch_info->cinfo_ch_id); in nexus_channel_entry_populate()
3204 entry->nce_port = ch->ch_info->cinfo_nx_port; in nexus_channel_entry_populate()
H A Dnexus_adapter.c2668 ch->ch_na->na_name, ch->ch_info->cinfo_nx_port, in na_disconnect()
2669 (int)ch->ch_info->cinfo_ch_ring_id, SK_KVA(ch->ch_na), in na_disconnect()
2719 na->na_name, ch->ch_info->cinfo_nx_port, in na_defunct()
2720 (int)ch->ch_info->cinfo_ch_ring_id, SK_KVA(na), in na_defunct()
2840 na->na_name, ch->ch_info->cinfo_nx_port, in na_disconnect_spec()
2841 (int)ch->ch_info->cinfo_ch_ring_id, SK_KVA(na), in na_disconnect_spec()
/xnu-10063.141.1/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1472 ASSERT(!(ch0->ch_info->cinfo_ch_mode & CHMODE_MONITOR)); in nx_monitor_na_find()
1473 ASSERT(ch0->ch_info->cinfo_nx_port == chr->cr_port); in nx_monitor_na_find()
/xnu-10063.141.1/tools/lldbmacros/
H A Dskywalk.py72 u=GetUUIDSummary(kc.ch_info.cinfo_ch_id))
/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1225 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_netif_dom_disconnect()
1295 ch->ch_info->cinfo_nx_port, (int)ch->ch_info->cinfo_ch_ring_id); in nx_netif_dom_defunct_finalize()
/xnu-10063.141.1/bsd/net/
H A Dif_ipsec.c605 if (!uuid_compare(channel->ch_info->cinfo_nx_uuid, pcb->ipsec_kpipe_uuid[ring_idx])) { in ipsec_kpipe_ring_init()
612 uuid_unparse(channel->ch_info->cinfo_nx_uuid, uuidstr); in ipsec_kpipe_ring_init()