Home
last modified time | relevance | path

Searched refs:NA_KERNEL_ONLY (Results 1 – 7 of 7) sorted by relevance

/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c74 if (NA_KERNEL_ONLY(na)) { in nx_netif_host_adjust_if_capabilities()
136 if (!NA_KERNEL_ONLY(na)) { in nx_netif_host_is_gso_needed()
226 if (NA_KERNEL_ONLY(na)) { in nx_netif_host_krings_create()
262 if (NA_KERNEL_ONLY(na)) { in nx_netif_host_krings_delete()
341 if (__improbable(!NA_KERNEL_ONLY(na))) { in nx_netif_host_catch_tx()
356 if (__improbable(!NA_KERNEL_ONLY(na))) { in nx_netif_host_catch_tx()
H A Dnx_netif.c2975 if (NA_KERNEL_ONLY(na)) { in nx_netif_na_special_common()
2991 ASSERT(NA_KERNEL_ONLY(na)); in nx_netif_na_special_common()
3196 if (ret == 0 && NA_KERNEL_ONLY(na)) {
3212 if (NA_KERNEL_ONLY(na)) {
3615 ASSERT(!NA_KERNEL_ONLY(KRNA(ring)) || KR_KERNEL_ONLY(ring));
H A Dnx_netif_compat.c1332 if (NA_KERNEL_ONLY(na)) { in nx_netif_compat_na_rxsync()
/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dnexus_adapter.h513 #define NA_KERNEL_ONLY(_na) (((_na)->na_flags & NAF_KERNEL_ONLY) != 0) macro
515 (NA_KERNEL_ONLY(_na) || ((_na)->na_channels > 0))
H A Dnexus_adapter.c1446 if (NA_KERNEL_ONLY(na)) { in na_kr_create()
2339 ASSERT(!kronly || NA_KERNEL_ONLY(na)); in na_rings_mem_setup()
2524 if (NA_KERNEL_ONLY(na)) { in na_connect()
2814 ASSERT(NA_KERNEL_ONLY(na)); in na_start_spec()
2829 ASSERT(NA_KERNEL_ONLY(na)); in na_stop_spec()
/xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c303 ASSERT(NA_KERNEL_ONLY(na)); in fsw_vp_na_special()
/xnu-8796.101.5/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1505 } else if (zcopy && NA_KERNEL_ONLY(pna)) { in nx_monitor_na_find()