Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dmain.c371 if (wl->state == WL1271_STATE_OFF) in wl1271_dev_notify()
681 if (unlikely(wl->state == WL1271_STATE_OFF)) in wl1271_irq()
990 if (wl->state != WL1271_STATE_OFF) { in wl1271_plt_start()
1058 wl->state = WL1271_STATE_OFF; in __wl1271_plt_stop()
1196 if (wl->state != WL1271_STATE_OFF) { in wl1271_op_add_interface()
1295 wl->state = WL1271_STATE_OFF; in __wl1271_op_remove_interface()
1571 if (unlikely(wl->state == WL1271_STATE_OFF)) { in wl1271_op_config()
1683 if (unlikely(wl->state == WL1271_STATE_OFF)) in wl1271_op_prepare_multicast()
1731 if (unlikely(wl->state == WL1271_STATE_OFF)) in wl1271_op_configure_filter()
1958 if (unlikely(wl->state == WL1271_STATE_OFF)) { in wl1271_op_set_key()
[all …]
Devent.c44 if (unlikely(wl->state == WL1271_STATE_OFF)) in wl1271_pspoll_work()
Dps.c43 if (unlikely(wl->state == WL1271_STATE_OFF)) in wl1271_elp_work()
Dscan.c44 if (wl->state == WL1271_STATE_OFF) in wl1271_scan_complete_work()
Dwl12xx.h176 WL1271_STATE_OFF, enumerator
Dtx.c462 if (unlikely(wl->state == WL1271_STATE_OFF)) in wl1271_tx_work_locked()