<dec f='src/src/sys/dev/ic/dp8390var.h' l='159' type='void dp8390_start(struct ifnet * )'/>
<use f='src/src/sys/dev/ic/dp8390.c' l='132' u='r' c='dp8390_config'/>
<use f='src/src/sys/dev/ic/dp8390.c' l='388' u='c' c='dp8390_init'/>
<def f='src/src/sys/dev/ic/dp8390.c' l='449' ll='497' type='void dp8390_start(struct ifnet * ifp)'/>
<use f='src/src/sys/dev/ic/dp8390.c' l='789' u='c' c='dp8390_intr'/>
<doc f='src/src/sys/dev/ic/dp8390.c' l='440'>/*
 * Start output on interface.
 * We make two assumptions here:
 *  1) that the current priority is set to splnet _before_ this code
 *     is called *and* is returned to the appropriate priority after
 *     return
 *  2) that the IFF_OACTIVE flag is checked before this code is called
 *     (i.e. that the output part of the interface is idle)
 */</doc>
