Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c871 rc = bce_reset(sc, BCE_DRV_MSG_CODE_RESET); in bce_attach()
3798 bce_fw_sync(sc, BCE_DRV_MSG_DATA_WAIT2 | BCE_DRV_MSG_CODE_RESET); in bce_blockinit()
4694 error = bce_reset(sc, BCE_DRV_MSG_CODE_RESET); in bce_init()
5080 bce_reset(sc, BCE_DRV_MSG_CODE_RESET); in bce_ioctl()
H A Dif_bcereg.h199 #define BCE_DRV_MSG_CODE_RESET 0x01000000 macro