bge_restart
if (bge_restart(bgep, B_FALSE) != DDI_SUCCESS) {
(void) bge_restart(bgep, cmd == BGE_HARD_RESET);
int bge_restart(bge_t *bgep, boolean_t reset_phy);
if (bge_restart(bgep, B_TRUE) != DDI_SUCCESS) {
if (bge_restart(bgep, B_FALSE) == DDI_FAILURE) {