Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c331 if (nif->nif_hw_ch != NULL) { in netif_hwna_setup()
356 nif->nif_hw_ch = ch; in netif_hwna_setup()
368 struct kern_channel *ch = nif->nif_hw_ch; in netif_hwna_teardown()
388 nif->nif_hw_ch = NULL; in netif_hwna_teardown()
H A Dnx_netif.h318 struct kern_channel *nif_hw_ch; member