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

/freebsd-12-stable/sys/dev/tl/
H A Dif_tl.c162 * mbufs passed to the tl_start() routine via the interface send queue.
282 static void tl_start(struct ifnet *);
1180 ifp->if_start = tl_start;
1545 * tl_start() may try to send frames between TXEOF and TXEOC interrupts.
1555 * To guard against this, tl_start() will only issue transmit commands
1557 * can set this flag once tl_start() has cleared it.
1869 tl_start(ifp) function

Completed in 54 milliseconds