Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c67 static int nx_netif_compat_catch_rx(struct nexus_netif_compat_adapter *na,
95 static struct nexus_netif_compat_adapter *na_netif_compat_alloc(zalloc_flags_t);
112 static SKMEM_TYPE_DEFINE(na_netif_compat_zone, struct nexus_netif_compat_adapter);
181 static struct nexus_netif_compat_adapter *
184 struct nexus_netif_compat_adapter *nca; in na_netif_compat_alloc()
186 static_assert(offsetof(struct nexus_netif_compat_adapter, nca_up) == 0); in na_netif_compat_alloc()
198 struct nexus_netif_compat_adapter *nca = in na_netif_compat_free()
199 (struct nexus_netif_compat_adapter *)na; in na_netif_compat_free()
396 struct nexus_netif_compat_adapter *nca; in nx_netif_compat_na_activate()
411 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