Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c329 if (nif->nif_hw_ch != NULL) { in netif_hwna_setup()
352 nif->nif_hw_ch = ch; in netif_hwna_setup()
363 struct kern_channel *ch = nif->nif_hw_ch; in netif_hwna_teardown()
381 nif->nif_hw_ch = NULL; in netif_hwna_teardown()
H A Dnx_netif.h331 struct kern_channel *nif_hw_ch; member