Searched refs:NEXUS_PORT_NET_IF_DEV (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_netifcompat.c | 63 channel = sktu_channel_create_extended(sktc_instance_uuid, NEXUS_PORT_NET_IF_DEV, in skt_netifcompat_common() 85 channel = sktu_channel_create_extended(sktc_instance_uuid, NEXUS_PORT_NET_IF_DEV, in skt_netifcompat_common()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 355 _CASSERT(NEXUS_PORT_NET_IF_DEV == 0); in nx_netif_dom_init() 416 struct nexus_adapter *na = nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV); in nx_netif_prov_nx_stop() 872 if (nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV) != NULL) { in nx_netif_prov_nx_dtor() 1159 case NEXUS_PORT_NET_IF_DEV: in nx_netif_dom_connect() 1460 na_release_locked(nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV)); in nx_netif_clean() 1462 nx_port_free(nx, NEXUS_PORT_NET_IF_DEV); in nx_netif_clean() 1499 } else if (nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV) == NULL) { in nx_netif_ctl_detach() 2453 retval = nx_port_alloc(nx, NEXUS_PORT_NET_IF_DEV, NULL, &devna, in nx_netif_attach() 2559 struct nexus_adapter *devna = nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV); in nx_netif_flags_init() 2781 struct nexus_adapter *devna = nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV); in na_netif_finalize() [all …]
|
| H A D | nx_netif_vp.c | 344 chr.cr_port = NEXUS_PORT_NET_IF_DEV; in netif_hwna_setup() 748 NEXUS_PORT_NET_IF_DEV)); in netif_vp_na_txsync() 881 devna = nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV); in netif_vp_region_params_setup()
|
| H A D | nx_netif_host.c | 440 struct nexus_adapter *hwna = nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV); in nx_netif_host_output()
|
| H A D | nx_netif_filter_vp.c | 388 NEXUS_PORT_NET_IF_DEV)); in netif_filter_na_txsync()
|
| H A D | nx_netif_gso.c | 154 struct nexus_adapter *hwna = nx_port_get_na(nx, NEXUS_PORT_NET_IF_DEV); in netif_gso_check_netif_active()
|
| H A D | nx_netif_llink.c | 527 nx_port_get_na(nif->nif_nx, NEXUS_PORT_NET_IF_DEV); in nx_netif_default_llink_add()
|
| H A D | nx_netif_compat.c | 1744 retval = nx_port_alloc(nx, NEXUS_PORT_NET_IF_DEV, NULL, &devna, kernproc); in nx_netif_compat_attach()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/ |
| H A D | os_nexus.h | 122 #define NEXUS_PORT_NET_IF_DEV 0 macro
|
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 762 chr.cr_port = host ? NEXUS_PORT_NET_IF_HOST : NEXUS_PORT_NET_IF_DEV; in fsw_netif_port_setup()
|