Searched refs:ch_nexus (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/bsd/skywalk/core/ |
| H A D | skywalk_proc_info.c | 79 nexus = channel->ch_nexus; in fill_channelinfo()
|
| /xnu-11215.1.10/bsd/skywalk/channel/ |
| H A D | channel.c | 1783 if (ch->ch_nexus != NULL) { in ch_close_common() 1784 nxdom_name = NX_DOM(ch->ch_nexus)->nxdom_name; in ch_close_common() 1786 const char *nxdom_prov_name = (ch->ch_nexus != NULL) ? in ch_close_common() 1787 NX_DOM_PROV(ch->ch_nexus)->nxdom_prov_name : ""; in ch_close_common() 1796 struct kern_nexus *nx = ch->ch_nexus; in ch_close_common() 1873 ch->ch_nexus = NULL; in ch_close_common() 2164 ch->ch_nexus = nx; in ch_connect() 2219 struct kern_nexus *nx = ch->ch_nexus; in ch_disconnect() 2319 struct kern_nexus *nx = ch->ch_nexus; in ch_configure_interface_advisory_event() 2405 err = ch_ev_thresh_validate(ch->ch_nexus, t, &cet); in ch_set_lowat_thresh()
|
| H A D | channel_kern.c | 632 struct kern_nexus *nx = ch->ch_nexus; in kern_channel_defunct()
|
| H A D | channel_var.h | 144 struct kern_nexus *ch_nexus; member
|
| /xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 708 na_start_spec(fsw->fsw_dev_ch->ch_nexus, fsw->fsw_dev_ch); in fsw_dp_start() 709 na_start_spec(fsw->fsw_host_ch->ch_nexus, fsw->fsw_host_ch); in fsw_dp_start() 744 na_stop_spec(fsw->fsw_host_ch->ch_nexus, fsw->fsw_host_ch); in fsw_dp_stop() 745 na_stop_spec(fsw->fsw_dev_ch->ch_nexus, fsw->fsw_dev_ch); in fsw_dp_stop()
|
| H A D | fsw_vp.c | 327 SK_KVA(ch), na->na_name, SK_KVA(na), SK_KVA(ch->ch_nexus), in fsw_vp_na_special()
|
| /xnu-11215.1.10/bsd/skywalk/mem/ |
| H A D | skmem_arena.c | 1637 struct kern_nexus *nx = ch->ch_nexus; in skmem_arena_munmap_channel()
|
| /xnu-11215.1.10/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 3078 na->na_flags, NAF_BITS, SK_KVA(ch->ch_nexus), spec_cmd, error); in nx_netif_na_special_common()
|