Searched refs:cr_port (Results 1 – 12 of 12) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel.c | 1680 chr.cr_port = port; in ch_open() 1755 ch->ch_na->na_name : ""), (int)chr->cr_port, (int)chr->cr_ring_id, in ch_open_special() 2030 ASSERT(chr->cr_port != NEXUS_PORT_ANY || (ch_mode & CHMODE_KERNEL)); in ch_connect() 2075 if (chr->cr_port == NEXUS_PORT_ANY) { in ch_connect() 2087 config, &chr->cr_port)) != 0) { in ch_connect() 2097 ASSERT(chr->cr_port != NEXUS_PORT_ANY); in ch_connect() 2100 (*nxdom->nxdom_port_is_reserved)(nx, chr->cr_port)); in ch_connect() 2107 sk_proc_pid(p), reserved_port ? "[reserved] " : "", chr->cr_port); in ch_connect() 2121 cinfo->cinfo_nx_port = chr->cr_port; in ch_connect()
|
| H A D | channel_var.h | 224 nexus_port_t cr_port; /* in/out */ member
|
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_vp.c | 564 if_name(nif->nif_ifp), chr->cr_port); in netif_filter_na_create() 592 na->na_nx_port = chr->cr_port; in netif_filter_na_create()
|
| H A D | nx_netif_vp.c | 337 chr.cr_port = NEXUS_PORT_NET_IF_DEV; in netif_hwna_setup() 978 "netif_vp:%d", chr->cr_port); in netif_vp_na_create() 1013 na->na_nx_port = chr->cr_port; in netif_vp_na_create()
|
| H A D | nx_netif.c | 1133 switch (chr->cr_port) { in nx_netif_dom_connect() 2762 nexus_port_t nx_port = chr->cr_port; 2775 (int)chr->cr_port, chr->cr_mode, CHMODE_BITS,
|
| /xnu-8019.80.24/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 316 nexus_port_t port = chr->cr_port; in nx_kpipe_dom_connect() 715 (int)chr->cr_port, chr->cr_mode, CHMODE_BITS, in nx_kpipe_na_find()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 532 nexus_port_t port = chr->cr_port; in nx_upipe_dom_connect() 1485 (int)chr->cr_port, chr->cr_mode, CHMODE_BITS, in nx_upipe_na_find() 1500 if (chr->cr_port == NEXUS_PORT_USER_PIPE_SERVER) { in nx_upipe_na_find() 1506 ASSERT(chr->cr_port == NEXUS_PORT_USER_PIPE_CLIENT); in nx_upipe_na_find()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.c | 719 nexus_port_t port = chr->cr_port; in nx_fsw_dom_connect() 862 (int)chr->cr_port, chr->cr_mode, CHMODE_BITS, chr->cr_pipe_id, in nx_fsw_na_find_log()
|
| H A D | fsw_vp.c | 402 vpna->vpna_nx_port = chr->cr_port; in fsw_vp_na_create()
|
| H A D | fsw.c | 118 err = fsw_port_alloc(fsw, nxb, vpna, chr->cr_port, p, FALSE, FALSE); in fsw_attach_vp() 607 chr.cr_port = host ? NEXUS_PORT_NET_IF_HOST : NEXUS_PORT_NET_IF_DEV; in fsw_netif_port_setup()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 1446 (int)chr->cr_port, chr->cr_mode, CHMODE_BITS, in nx_monitor_na_find() 1478 ASSERT(ch0->ch_info->cinfo_nx_port == chr->cr_port); in nx_monitor_na_find()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2626 na->na_name, (int)chr->cr_port, (int)chr->cr_ring_id, SK_KVA(na), in na_connect() 2794 na->na_name, (int)chr->cr_port, (int)chr->cr_ring_id, SK_KVA(na), in na_connect_spec()
|