Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/netif/ !
H A Dnx_netif_vp.c334 if (nif->nif_hw_ch != NULL) { in netif_hwna_setup()
357 nif->nif_hw_ch = ch; in netif_hwna_setup()
368 struct kern_channel *ch = nif->nif_hw_ch; in netif_hwna_teardown()
386 nif->nif_hw_ch = NULL; in netif_hwna_teardown()
H A Dnx_netif.h312 struct kern_channel *nif_hw_ch; member