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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c451 * bge_start() -- start transmitting/receiving
454 bge_start(bge_t *bgep, boolean_t reset_phys) function
458 BGE_TRACE(("bge_start($%p, %d)", (void *)bgep, reset_phys));
467 BGE_DEBUG(("bge_start($%p, %d) done", (void *)bgep, reset_phys));
492 if (bge_start(bgep, reset_phys) != DDI_SUCCESS)
603 if (bge_start(bgep, B_TRUE) != DDI_SUCCESS) {

Completed in 73 milliseconds