Home
last modified time | relevance | path

Searched refs:nexus_netif_compat_adapter (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c66 static int nx_netif_compat_catch_rx(struct nexus_netif_compat_adapter *na,
94 static struct nexus_netif_compat_adapter *na_netif_compat_alloc(zalloc_flags_t);
112 sizeof(struct nexus_netif_compat_adapter), ZC_ZFREE_CLEARMEM);
200 static struct nexus_netif_compat_adapter *
203 struct nexus_netif_compat_adapter *nca; in na_netif_compat_alloc()
205 _CASSERT(offsetof(struct nexus_netif_compat_adapter, nca_up) == 0); in na_netif_compat_alloc()
217 struct nexus_netif_compat_adapter *nca = in na_netif_compat_free()
218 (struct nexus_netif_compat_adapter *)na; in na_netif_compat_free()
415 struct nexus_netif_compat_adapter *nca; in nx_netif_compat_na_activate()
426 nca = (struct nexus_netif_compat_adapter *)nifna; in nx_netif_compat_na_activate()
[all …]
H A Dnx_netif_compat.h68 struct nexus_netif_compat_adapter { /* emulated device */ struct