Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dmain.c228 if (wl->state == WL1251_STATE_OFF) in wl1251_irq_work()
398 if (wl->state != WL1251_STATE_OFF) { in wl1251_op_start()
455 wl->state = WL1251_STATE_OFF; in wl1251_op_stop()
741 if (unlikely(wl->state == WL1251_STATE_OFF)) in wl1251_op_prepare_multicast()
821 if (wl->state == WL1251_STATE_OFF) in wl1251_op_configure_filter()
1572 wl->state = WL1251_STATE_OFF; in wl1251_alloc_hw()
Dwl1251.h120 WL1251_STATE_OFF, enumerator
Dtx.c356 if (unlikely(wl->state == WL1251_STATE_OFF)) in wl1251_tx_work()