Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ti/wl1251/
Dmain.c208 if (wl->state == WL1251_STATE_OFF) in wl1251_irq_work()
378 if (wl->state != WL1251_STATE_OFF) { in wl1251_op_start()
439 wl->state = WL1251_STATE_OFF; in wl1251_op_stop()
725 if (unlikely(wl->state == WL1251_STATE_OFF)) in wl1251_op_prepare_multicast()
800 if (wl->state == WL1251_STATE_OFF) in wl1251_op_configure_filter()
1631 wl->state = WL1251_STATE_OFF; in wl1251_alloc_hw()
Dwl1251.h106 WL1251_STATE_OFF, enumerator
Dtx.c339 if (unlikely(wl->state == WL1251_STATE_OFF)) in wl1251_tx_work()