Home
last modified time | relevance | path

Searched refs:bh_rx (Results 1 – 7 of 7) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dbh.c98 INIT_LIST_HEAD(&hw_priv->proc.bh_rx); in bh_proc_init()
154 while (!list_empty(&hw_priv->proc.bh_rx)) { in bh_proc_flush_queue()
155 item = list_first_entry(&hw_priv->proc.bh_rx, in bh_proc_flush_queue()
171 INIT_LIST_HEAD(&hw_priv->proc.bh_rx); in bh_proc_flush_queue()
474 if (likely(!list_empty(&hw_priv->proc.bh_rx))) { in xradio_proc()
478 rx_item = list_first_entry(&hw_priv->proc.bh_rx, in xradio_proc()
696 list_move(&item->head, &hw_priv->proc.bh_rx); in xradio_bh_put()
698 list_move_tail(&item->head, &hw_priv->proc.bh_rx); in xradio_bh_put()
725 atomic_set(&hw_priv->bh_rx, 0); in xradio_register_bh()
777 atomic_add(1, &hw_priv->bh_rx); in xradio_irq_handler()
[all …]
Dbh.h53 struct list_head bh_rx; member
Ditp.c546 if (!atomic_read(&priv->bh_rx)) in xradio_itp_get_tx()
547 atomic_set(&priv->bh_rx, 1); in xradio_itp_get_tx()
Dpm.c388 if (atomic_read(&hw_priv->bh_rx)) { in xradio_suspend_late()
598 if (atomic_read(&hw_priv->bh_rx)) { in xradio_wow_suspend()
Dxradio.h340 atomic_t bh_rx; member
Dmain.c1057 atomic_set(&hw_priv->bh_rx, 0); in xradio_core_reinit()
Ddebug.c335 atomic_read(&hw_priv->bh_rx)); in xradio_status_show_common()