Home
last modified time | relevance | path

Searched defs:nxdom (Results 1 – 9 of 9) sorted by relevance

/xnu-10002.41.9/bsd/skywalk/nexus/
H A Dnexus_var.h352 struct nxdom { struct
355 nexus_type_t nxdom_type; argument
356 nexus_meta_type_t nxdom_md_type; argument
357 nexus_meta_subtype_t nxdom_md_subtype; argument
358 uint32_t nxdom_flags; argument
359 struct nxp_bounds nxdom_ports; argument
360 struct nxp_bounds nxdom_tx_rings; argument
361 struct nxp_bounds nxdom_rx_rings; argument
362 struct nxp_bounds nxdom_tx_slots; argument
363 struct nxp_bounds nxdom_rx_slots; argument
[all …]
H A Dnexus_kern.c91 struct nxdom *nxdom; in nxdom_attach_all() local
131 struct nxdom *nxdom, *tnxdom; in nxdom_detach_all() local
158 nxdom_attach(struct nxdom *nxdom) in nxdom_attach()
293 nxdom_detach(struct nxdom *nxdom) in nxdom_detach()
303 nxdom_init(struct nxdom *nxdom) in nxdom_init()
318 nxdom_terminate(struct nxdom *nxdom) in nxdom_terminate()
334 nxdom_fini(struct nxdom *nxdom) in nxdom_fini()
347 nxdom_prov_add(struct nxdom *nxdom, in nxdom_prov_add()
411 struct nxdom *nxdom = nxdom_prov->nxdom_prov_dom; in nxdom_prov_del() local
452 struct nxdom *nxdom = nxdom_prov->nxdom_prov_dom; in nxdom_del_provider_final() local
[all …]
/xnu-10002.41.9/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c227 nx_kpipe_dom_init(struct nxdom *nxdom) in nx_kpipe_dom_init()
236 nx_kpipe_dom_terminate(struct nxdom *nxdom) in nx_kpipe_dom_terminate()
249 nx_kpipe_dom_fini(struct nxdom *nxdom) in nx_kpipe_dom_fini()
497 struct nxdom *nxdom = nxdom_prov->nxdom_prov_dom; in nx_kpipe_prov_params() local
/xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c243 nx_fsw_dom_init(struct nxdom *nxdom) in nx_fsw_dom_init()
256 nx_fsw_dom_terminate(struct nxdom *nxdom) in nx_fsw_dom_terminate()
274 nx_fsw_dom_fini(struct nxdom *nxdom) in nx_fsw_dom_fini()
354 struct nxdom *nxdom = nxdom_prov->nxdom_prov_dom; in nx_fsw_prov_params() local
/xnu-10002.41.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c256 nx_upipe_dom_init(struct nxdom *nxdom) in nx_upipe_dom_init()
265 nx_upipe_dom_terminate(struct nxdom *nxdom) in nx_upipe_dom_terminate()
276 nx_upipe_dom_fini(struct nxdom *nxdom) in nx_upipe_dom_fini()
314 struct nxdom *nxdom = nxdom_prov->nxdom_prov_dom; in nx_upipe_prov_params() local
/xnu-10002.41.9/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c305 nx_mon_dom_init(struct nxdom *nxdom) in nx_mon_dom_init()
314 nx_mon_dom_terminate(struct nxdom *nxdom) in nx_mon_dom_terminate()
325 nx_mon_dom_fini(struct nxdom *nxdom) in nx_mon_dom_fini()
411 struct nxdom *nxdom = nxdom_prov->nxdom_prov_dom; in nx_mon_prov_params() local
/xnu-10002.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.c352 nx_netif_dom_init(struct nxdom *nxdom) in nx_netif_dom_init()
377 nx_netif_dom_terminate(struct nxdom *nxdom) in nx_netif_dom_terminate()
393 nx_netif_dom_fini(struct nxdom *nxdom) in nx_netif_dom_fini()
578 struct nxdom *nxdom = nxdom_prov->nxdom_prov_dom; in nx_netif_prov_params() local
H A Dnx_netif_compat.c162 nx_netif_compat_init(struct nxdom *nxdom) in nx_netif_compat_init()
/xnu-10002.41.9/bsd/skywalk/channel/
H A Dchannel.c2015 struct nxdom *nxdom; in ch_connect() local