HomeSort by: relevance | last modified time | path
    Searched defs:bnx_reset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 367 int bnx_reset(struct bnx_softc *, uint32_t);
775 if (bnx_reset(sc, BNX_DRV_MSG_CODE_RESET))
3508 bnx_reset(sc, BNX_DRV_MSG_CODE_RESET);
3510 bnx_reset(sc, BNX_DRV_MSG_CODE_SUSPEND_NO_WOL);
3528 bnx_reset(struct bnx_softc *sc, uint32_t reset_code) function in typeref:typename:int
4997 if ((error = bnx_reset(sc, BNX_DRV_MSG_CODE_RESET)) != 0) {
if_bnx.c 367 int bnx_reset(struct bnx_softc *, uint32_t);
775 if (bnx_reset(sc, BNX_DRV_MSG_CODE_RESET))
3508 bnx_reset(sc, BNX_DRV_MSG_CODE_RESET);
3510 bnx_reset(sc, BNX_DRV_MSG_CODE_SUSPEND_NO_WOL);
3528 bnx_reset(struct bnx_softc *sc, uint32_t reset_code) function in typeref:typename:int
4997 if ((error = bnx_reset(sc, BNX_DRV_MSG_CODE_RESET)) != 0) {

Completed in 30 milliseconds