Searched refs:if_start (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkInterface.h423 static void if_start(ifnet_t ifp);
H A DIONetworkInterface.cpp2109 eparams.start = if_start;
2356 // The initial if_start call
2386 void IONetworkInterface::if_start( ifnet_t ifp ) function in class:IONetworkInterface
2699 // Only wake if_start thread if drain loop left wakeup enabled
2735 // No need to kick if_start thread if it hasn't called us yet.
2777 // Before the initial if_start call. Can update state directly
2778 // since this thread holds the lock that blocks if_start.
2783 // if_start thread cannot call us without ifnet attach
2788 // Driver called stop from if_start context
2800 // Wait for halt confirmation from if_start threa
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c215 ifp->if_start = einit.start;
306 if (ifp->if_start != NULL) {
321 (ifp->if_pre_enqueue == NULL && ifp->if_start == NULL &&
H A Dif_var.h570 ifnet_start_func if_start; member in struct:ifnet
H A Ddlil.c2561 ((*ifp->if_start)(ifp));
5057 * and create a workloop starter thread to invoke the if_start callback
5064 VERIFY(ifp->if_start != NULL);
5720 ifp->if_start = ifp_if_start;

Completed in 77 milliseconds