Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/core/
H A Dskywalk_proc_info.c70 nexus = channel->ch_nexus; in fill_channelinfo()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel.c1762 if (ch->ch_nexus != NULL) { in ch_close_common()
1763 nxdom_name = NX_DOM(ch->ch_nexus)->nxdom_name; in ch_close_common()
1765 const char *nxdom_prov_name = (ch->ch_nexus != NULL) ? in ch_close_common()
1766 NX_DOM_PROV(ch->ch_nexus)->nxdom_prov_name : ""; in ch_close_common()
1774 struct kern_nexus *nx = ch->ch_nexus; in ch_close_common()
1851 ch->ch_nexus = NULL; in ch_close_common()
2142 ch->ch_nexus = nx; in ch_connect()
2197 struct kern_nexus *nx = ch->ch_nexus; in ch_disconnect()
2297 struct kern_nexus *nx = ch->ch_nexus; in ch_configure_interface_advisory_event()
2383 err = ch_ev_thresh_validate(ch->ch_nexus, t, &cet); in ch_set_lowat_thresh()
H A Dchannel_var.h145 struct kern_nexus *ch_nexus; member
H A Dchannel_kern.c664 struct kern_nexus *nx = ch->ch_nexus; in kern_channel_defunct()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c711 na_start_spec(fsw->fsw_dev_ch->ch_nexus, fsw->fsw_dev_ch); in fsw_dp_start()
712 na_start_spec(fsw->fsw_host_ch->ch_nexus, fsw->fsw_host_ch); in fsw_dp_start()
747 na_stop_spec(fsw->fsw_host_ch->ch_nexus, fsw->fsw_host_ch); in fsw_dp_stop()
748 na_stop_spec(fsw->fsw_dev_ch->ch_nexus, fsw->fsw_dev_ch); in fsw_dp_stop()
H A Dfsw_vp.c325 SK_KVA(ch), na->na_name, SK_KVA(na), SK_KVA(ch->ch_nexus), in fsw_vp_na_special()
/xnu-12377.61.12/bsd/skywalk/mem/
H A Dskmem_arena.c1635 struct kern_nexus *nx = ch->ch_nexus; in skmem_arena_munmap_channel()
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif.c3145 na->na_flags, SK_KVA(ch->ch_nexus), spec_cmd, error); in nx_netif_na_special_common()