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

/freebsd-10.2-release/sys/dev/sn/
H A Dif_sn.c131 static void snstart(struct ifnet *);
205 ifp->if_start = snstart;
356 snstart(struct ifnet *ifp) function
385 if_printf(ifp, "snstart() while memory allocation pending\n");
463 * snstart() until after the memory is available.
579 * This is basically a hacked up copy of snstart() which handles
580 * a completed memory allocation the same way snstart() does.
581 * It then passes control to snstart to handle any other queued
758 * Now pass control to snstart() to queue any additional packets
1100 * snstart() i
[all...]

Completed in 164 milliseconds