Home
last modified time | relevance | path

Searched refs:chip_frozen (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dqueue.c36 if (wdev->chip_frozen) in wfx_tx_flush()
48 wdev->chip_frozen = true; in wfx_tx_flush()
129 WARN(!wdev->chip_frozen, "%s should only be used to recover a frozen device", __func__); in wfx_pending_drop()
H A Dwfx.h45 bool chip_frozen; member
H A Dhif_rx.c317 wdev->chip_frozen = true; in wfx_hif_error_indication()
334 wdev->chip_frozen = true; in wfx_hif_exception_indication()
H A Ddata_tx.c518 if (wvif->wdev->chip_frozen) in wfx_flush_vif()
548 if (wdev->chip_frozen) in wfx_flush()
H A Dhif_tx.c58 if (wdev->chip_frozen) in wfx_cmd_send()
93 wdev->chip_frozen = true; in wfx_cmd_send()
H A Dsta.c46 wdev->chip_frozen = true; in wfx_cooling_timeout_work()