Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c327 if (nif->nif_hw_ch != NULL) { in netif_hwna_setup()
350 nif->nif_hw_ch = ch; in netif_hwna_setup()
361 struct kern_channel *ch = nif->nif_hw_ch; in netif_hwna_teardown()
379 nif->nif_hw_ch = NULL; in netif_hwna_teardown()
H A Dnx_netif.h316 struct kern_channel *nif_hw_ch; member