HomeSort by: relevance | last modified time | path
    Searched defs:bah_start (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
smc90cx6.c 107 * bah_start checks tx_fillcount
117 * case 1: start tx on tx_act ^ 1, softcall bah_start
118 * case 0: softcall bah_start
126 void bah_start(struct ifnet *);
188 ifp->if_start = bah_start;
206 (void (*)(void *))bah_start, ifp);
229 bah_start(ifp);
312 bah_start(ifp);
344 bah_start(struct ifnet *ifp) function in typeref:typename:void
smc90cx6.c 107 * bah_start checks tx_fillcount
117 * case 1: start tx on tx_act ^ 1, softcall bah_start
118 * case 0: softcall bah_start
126 void bah_start(struct ifnet *);
188 ifp->if_start = bah_start;
206 (void (*)(void *))bah_start, ifp);
229 bah_start(ifp);
312 bah_start(ifp);
344 bah_start(struct ifnet *ifp) function in typeref:typename:void

Completed in 22 milliseconds