bnx_reset
bnx_reset(sc, BNX_DRV_MSG_CODE_RESET);
bnx_reset(sc, BNX_DRV_MSG_CODE_SUSPEND_NO_WOL);
int bnx_reset(struct bnx_softc *, uint32_t);
if ((error = bnx_reset(sc, BNX_DRV_MSG_CODE_RESET)) != 0) {
if (bnx_reset(sc, BNX_DRV_MSG_CODE_RESET))