Home
last modified time | relevance | path

Searched refs:bge_restart (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1263 int bge_restart(bge_t *bgep, boolean_t reset_phy);
H A Dbge_main2.c445 bge_restart(bge_t *bgep, boolean_t reset_phys) in bge_restart() function
664 if (bge_restart(bgep, B_FALSE) == DDI_FAILURE) {
3383 if (bge_restart(bgep, B_TRUE) != DDI_SUCCESS) {
H A Dbge_chip2.c5522 if (bge_restart(bgep, B_FALSE) != DDI_SUCCESS) { in bge_chip_factotum()
6284 (void) bge_restart(bgep, cmd == BGE_HARD_RESET); in bge_diag_ioctl()