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

/freebsd-12-stable/sys/dev/sn/
H A Dif_sn.c135 static void snstart(struct ifnet *);
209 ifp->if_start = snstart;
363 snstart(struct ifnet *ifp) function
392 if_printf(ifp, "snstart() while memory allocation pending\n");
470 * snstart() until after the memory is available.
586 * This is basically a hacked up copy of snstart() which handles
587 * a completed memory allocation the same way snstart() does.
588 * It then passes control to snstart to handle any other queued
765 * Now pass control to snstart() to queue any additional packets
1102 * snstart() i
[all...]

Completed in 97 milliseconds