Home
last modified time | relevance | path

Searched refs:WL1251_STATE_ON (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ti/wl1251/
Drx.c208 if (wl->state != WL1251_STATE_ON) in wl1251_rx()
Dwl1251.h107 WL1251_STATE_ON, enumerator
Dtx.c449 if (unlikely(wl->state != WL1251_STATE_ON)) in wl1251_tx_complete()
Ddebugfs.c88 if (wl->state == WL1251_STATE_ON && in wl1251_debugfs_update_stats()
Dmain.c401 wl->state = WL1251_STATE_ON; in wl1251_op_start()
428 WARN_ON(wl->state != WL1251_STATE_ON); in wl1251_op_stop()