Home
last modified time | relevance | path

Searched refs:BNX_DRV_MSG_CODE_RESET (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_bnx.c775 if (bnx_reset(sc, BNX_DRV_MSG_CODE_RESET)) in bnx_attach()
3508 bnx_reset(sc, BNX_DRV_MSG_CODE_RESET); in bnx_stop()
3836 rc = bnx_fw_sync(sc, BNX_DRV_MSG_DATA_WAIT2 | BNX_DRV_MSG_CODE_RESET); in bnx_blockinit()
4997 if ((error = bnx_reset(sc, BNX_DRV_MSG_CODE_RESET)) != 0) { in bnx_init()
Dif_bnxreg.h347 #define BNX_DRV_MSG_CODE_RESET 0x01000000 macro