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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1200 int bge_chip_start(bge_t *bgep, boolean_t reset_phy);
H A Dbge_chip2.c4261 * bge_chip_start() -- start the chip transmitting and/or receiving,
4264 int bge_chip_start(bge_t *bgep, boolean_t reset_phys);
4265 #pragma no_inline(bge_chip_start)
4281 bge_chip_start(bge_t *bgep, boolean_t reset_phys) function
4296 BGE_TRACE(("bge_chip_start($%p)",
H A Dbge_main2.c465 retval = bge_chip_start(bgep, reset_phys);
4122 retval = bge_chip_start(bgep, B_TRUE);

Completed in 65 milliseconds