Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c40 static void nx_netif_host_catch_tx(struct nexus_adapter *, bool);
199 nx_netif_host_catch_tx(na, true); in nx_netif_host_na_activate()
210 nx_netif_host_catch_tx(na, false); in nx_netif_host_na_activate()
341 nx_netif_host_catch_tx(struct nexus_adapter *na, bool activate) in nx_netif_host_catch_tx() function