Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c41 static void nx_netif_host_catch_tx(struct nexus_adapter *, bool);
200 nx_netif_host_catch_tx(na, true); in nx_netif_host_na_activate()
211 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