Home
last modified time | relevance | path

Searched refs:BGE_CHIP_FAULT (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bge/
H A Dbge_kstats.c412 if (bgep->bge_chip_state == BGE_CHIP_FAULT) in bge_driverinfo_update()
534 if (bgep->bge_chip_state == BGE_CHIP_FAULT) in bge_phydata_update()
H A Dbge_chip2.c3776 if (bgep->bge_chip_state != BGE_CHIP_FAULT) { in bge_chip_stop()
3777 bgep->bge_chip_state = BGE_CHIP_FAULT; in bge_chip_stop()
3944 case BGE_CHIP_FAULT: in bge_chip_reset()
5390 case BGE_CHIP_FAULT: in bge_chip_factotum()
5517 case BGE_CHIP_FAULT: in bge_chip_cyclic()
6179 bgep->bge_chip_state = BGE_CHIP_FAULT; in bge_diag_ioctl()
H A Dbge_impl.h684 BGE_CHIP_FAULT = -2, /* fault, need reset */ enumerator