Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c437 struct __kern_channel_ring *currentkring = NULL; in nx_netif_host_output() local
476 if (currentkring != kring) { in nx_netif_host_output()
477 if (currentkring != NULL) { in nx_netif_host_output()
478 KDBG((SK_KTRACE_NETIF_HOST_ENQUEUE | DBG_FUNC_END), SK_KVA(currentkring), in nx_netif_host_output()
481 currentkring = kring; in nx_netif_host_output()
482 KDBG((SK_KTRACE_NETIF_HOST_ENQUEUE | DBG_FUNC_START), SK_KVA(currentkring)); in nx_netif_host_output()
583 if (currentkring != NULL) { in nx_netif_host_output()
584 KDBG((SK_KTRACE_NETIF_HOST_ENQUEUE | DBG_FUNC_END), SK_KVA(currentkring), in nx_netif_host_output()