Searched defs:bge_m_stop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c120 static void bge_m_stop(void *);
159 bge_m_stop,
511 * bge_m_stop() -- stop transmitting/receiving
514 bge_m_stop(void *arg) function
520 BGE_TRACE(("bge_m_stop($%p)", arg));
553 BGE_DEBUG(("bge_m_stop($%p) done", arg));
2534 * Called from the bge_m_stop() to free the tx buffers which are

Completed in 316 milliseconds