Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif.h743 extern void netif_hwna_set_mode(struct nexus_adapter *, netif_mode_t,
H A Dnx_netif_vp.c353 netif_hwna_set_mode(ch->ch_na, NETIF_MODE_LLW, NULL); in netif_hwna_setup()
H A Dnx_netif.c3876 netif_hwna_set_mode(struct nexus_adapter *hwna, netif_mode_t mode, function
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c683 netif_hwna_set_mode(hwna, NETIF_MODE_FSW, fsw_devna_rx); in fsw_netif_set_callbacks_common()