Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif.h712 extern void netif_hwna_set_mode(struct nexus_adapter *, netif_mode_t,
H A Dnx_netif_vp.c347 netif_hwna_set_mode(ch->ch_na, NETIF_MODE_LLW, NULL); in netif_hwna_setup()
H A Dnx_netif.c3550 netif_hwna_set_mode(struct nexus_adapter *hwna, netif_mode_t mode, function
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c547 netif_hwna_set_mode(hwna, NETIF_MODE_FSW, fsw_devna_rx); in fsw_netif_set_callbacks_common()