Home
last modified time | relevance | path

Searched refs:cr_port (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c1655 chr.cr_port = port; in ch_open()
1745 (int)chr->cr_port, (int)chr->cr_ring_id, in ch_open_special()
2021 ASSERT(chr->cr_port != NEXUS_PORT_ANY || (ch_mode & CHMODE_KERNEL)); in ch_connect()
2066 if (chr->cr_port == NEXUS_PORT_ANY) { in ch_connect()
2078 config, &chr->cr_port)) != 0) { in ch_connect()
2088 ASSERT(chr->cr_port != NEXUS_PORT_ANY); in ch_connect()
2091 (*nxdom->nxdom_port_is_reserved)(nx, chr->cr_port)); in ch_connect()
2098 reserved_port ? "[reserved] " : "", chr->cr_port); in ch_connect()
2112 cinfo->cinfo_nx_port = chr->cr_port; in ch_connect()
H A Dchannel_var.h227 nexus_port_t cr_port; /* in/out */ member
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c362 fsw->fsw_ifp ? if_name(fsw->fsw_ifp) : "??", chr->cr_port, in fsw_vp_na_create()
406 vpna->vpna_nx_port = chr->cr_port; in fsw_vp_na_create()
H A Dnx_flowswitch.c770 nexus_port_t port = chr->cr_port; in nx_fsw_dom_connect()
891 (int)chr->cr_port, chr->cr_mode, chr->cr_pipe_id, in nx_fsw_na_find_log()
H A Dfsw.c132 err = fsw_port_alloc(fsw, nxb, vpna, chr->cr_port, p, FALSE, FALSE); in fsw_attach_vp()
765 chr.cr_port = host ? NEXUS_PORT_NET_IF_HOST : NEXUS_PORT_NET_IF_DEV; in fsw_netif_port_setup()
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_vp.c563 if_name(nif->nif_ifp), chr->cr_port); in netif_filter_na_create()
591 na->na_nx_port = chr->cr_port; in netif_filter_na_create()
H A Dnx_netif_vp.c342 chr.cr_port = NEXUS_PORT_NET_IF_DEV; in netif_hwna_setup()
993 "netif_vp:%d", chr->cr_port); in netif_vp_na_create()
1028 na->na_nx_port = chr->cr_port; in netif_vp_na_create()
H A Dnx_netif.c1157 switch (chr->cr_port) { in nx_netif_dom_connect()
3162 nexus_port_t nx_port = chr->cr_port;
3175 (int)chr->cr_port, chr->cr_mode, chr->cr_pipe_id,
/xnu-12377.41.6/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c519 nexus_port_t port = chr->cr_port; in nx_upipe_dom_connect()
1470 (int)chr->cr_port, chr->cr_mode, chr->cr_pipe_id, in nx_upipe_na_find()
1484 if (chr->cr_port == NEXUS_PORT_USER_PIPE_SERVER) { in nx_upipe_na_find()
1490 ASSERT(chr->cr_port == NEXUS_PORT_USER_PIPE_CLIENT); in nx_upipe_na_find()
/xnu-12377.41.6/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c320 nexus_port_t port = chr->cr_port; in nx_kpipe_dom_connect()
712 (int)chr->cr_port, chr->cr_mode, chr->cr_pipe_id, in nx_kpipe_na_find()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c2674 NX_DOM_PROV(nx)->nxdom_prov_name, na->na_name, (int)chr->cr_port, in na_connect()
2840 NX_DOM_PROV(nx)->nxdom_prov_name, na->na_name, (int)chr->cr_port, in na_connect_spec()