Home
last modified time | relevance | path

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

/xnu-11417.140.69/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);
111 static SKMEM_TYPE_DEFINE(na_netif_compat_zone, struct nexus_netif_compat_adapter);
180 static struct nexus_netif_compat_adapter *
183 struct nexus_netif_compat_adapter *nca; in na_netif_compat_alloc()
185 _CASSERT(offsetof(struct nexus_netif_compat_adapter, nca_up) == 0); in na_netif_compat_alloc()
197 struct nexus_netif_compat_adapter *nca = in na_netif_compat_free()
198 (struct nexus_netif_compat_adapter *)na; in na_netif_compat_free()
395 struct nexus_netif_compat_adapter *nca; in nx_netif_compat_na_activate()
410 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