Home
last modified time | relevance | path

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

/drivers/net/wireless/silabs/wfx/
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()
Dhif_rx.c317 wdev->chip_frozen = true; in wfx_hif_error_indication()
334 wdev->chip_frozen = true; in wfx_hif_exception_indication()
Dwfx.h45 bool chip_frozen; member
Ddata_tx.c518 if (wvif->wdev->chip_frozen) in wfx_flush_vif()
548 if (wdev->chip_frozen) in wfx_flush()
Dhif_tx.c58 if (wdev->chip_frozen) in wfx_cmd_send()
93 wdev->chip_frozen = true; in wfx_cmd_send()
Dsta.c46 wdev->chip_frozen = true; in wfx_cooling_timeout_work()