Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c491 if (bfe->bfe_chip_state == BFE_CHIP_ACTIVE) { in bfe_timeout()
866 bfe->bfe_chip_state = BFE_CHIP_HALT; in bfe_chip_halt()
880 bfe->bfe_chip_state = BFE_CHIP_STOPPED; in bfe_chip_restart()
898 bfe->bfe_chip_state = BFE_CHIP_ACTIVE; in bfe_chip_restart()
1056 bfe->bfe_chip_state = BFE_CHIP_INITIALIZED; in bfe_chip_reset()
1149 bfe->bfe_chip_state = BFE_CHIP_UNINITIALIZED; in bfe_init_vars()
1245 bfe->bfe_chip_state = BFE_CHIP_ACTIVE; in bfe_chip_start()
1892 bfe->bfe_chip_state = BFE_CHIP_STOPPED; in bfe_mac_stop()
2822 bfe->bfe_chip_state = BFE_CHIP_RESUME; in bfe_resume()
3041 bfe->bfe_chip_state = BFE_CHIP_SUSPENDED; in bfe_detach()
[all …]
H A Dbfe.h323 bfe_chip_state_t bfe_chip_state; member