Home
last modified time | relevance | path

Searched refs:rx_work (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/staging/nvec/
Dnvec.h148 struct work_struct rx_work, tx_work; member
Dnvec.c443 struct nvec_chip *nvec = container_of(work, struct nvec_chip, rx_work); in nvec_dispatch()
522 schedule_work(&nvec->rx_work); in nvec_rx_completed()
852 INIT_WORK(&nvec->rx_work, nvec_dispatch); in tegra_nvec_probe()
917 cancel_work_sync(&nvec->rx_work); in tegra_nvec_remove()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dusb.c346 urb = usb_get_from_anchor(&ar->rx_work); in carl9170_usb_rx_work()
409 usb_anchor_urb(urb, &ar->rx_work); in carl9170_usb_rx_complete()
549 usb_scuttle_anchored_urbs(&ar->rx_work); in carl9170_usb_init_rx_bulk_urbs()
597 usb_scuttle_anchored_urbs(&ar->rx_work); in carl9170_usb_cancel_urbs()
1081 init_usb_anchor(&ar->rx_work); in carl9170_usb_probe()
Dcarl9170.h246 struct usb_anchor rx_work; member
/linux-4.1.27/net/nfc/nci/
Dcore.c444 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1025 INIT_WORK(&ndev->rx_work, nci_rx_work); in nci_register_device()
1112 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
1209 struct nci_dev *ndev = container_of(work, struct nci_dev, rx_work); in nci_rx_work()
/linux-4.1.27/net/nfc/
Dllcp.h74 struct work_struct rx_work; member
Dllcp_core.c171 cancel_work_sync(&local->rx_work); in local_cleanup()
1470 rx_work); in nfc_llcp_rx_work()
1494 schedule_work(&local->rx_work); in __nfc_llcp_recv()
1585 INIT_WORK(&local->rx_work, nfc_llcp_rx_work); in nfc_llcp_register_device()
/linux-4.1.27/drivers/net/hamradio/
Ddmascc.c207 struct work_struct rx_work; member
577 INIT_WORK(&priv->rx_work, rx_bh); in setup_adapter()
1233 schedule_work(&priv->rx_work); in special_condition()
1256 struct scc_priv *priv = container_of(ugli_api, struct scc_priv, rx_work); in rx_bh()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dmain.c158 queue_work(adapter->rx_workqueue, &adapter->rx_work); in mwifiex_queue_rx_work()
1065 container_of(work, struct mwifiex_adapter, rx_work); in mwifiex_rx_work_queue()
1149 INIT_WORK(&adapter->rx_work, mwifiex_rx_work_queue); in mwifiex_add_card()
Dmain.h775 struct work_struct rx_work; member
/linux-4.1.27/drivers/net/ethernet/nvidia/
Dforcedeth.c2802 int rx_work = 0; in nv_rx_process() local
2808 (rx_work < limit)) { in nv_rx_process()
2897 rx_work++; in nv_rx_process()
2900 return rx_work; in nv_rx_process()
2908 int rx_work = 0; in nv_rx_process_optimized() local
2914 (rx_work < limit)) { in nv_rx_process_optimized()
2986 rx_work++; in nv_rx_process_optimized()
2989 return rx_work; in nv_rx_process_optimized()
3702 int rx_count, tx_work = 0, rx_work = 0; in nv_napi_poll() local
3710 rx_count = nv_rx_process(dev, budget - rx_work); in nv_napi_poll()
[all …]
/linux-4.1.27/include/net/nfc/
Dnci_core.h207 struct work_struct rx_work; member
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dde2104x.c405 unsigned rx_work = DE_RX_RING_SIZE; in de_rx() local
409 while (--rx_work) { in de_rx()
446 rx_work = 100; in de_rx()
491 if (!rx_work) in de_rx()
/linux-4.1.27/net/bluetooth/
Dhci_core.c1460 flush_work(&hdev->rx_work); in hci_dev_do_open()
1580 flush_work(&hdev->rx_work); in hci_dev_do_close()
3064 INIT_WORK(&hdev->rx_work, hci_rx_work); in hci_alloc_dev()
3317 queue_work(hdev->workqueue, &hdev->rx_work); in hci_recv_frame()
4158 struct hci_dev *hdev = container_of(work, struct hci_dev, rx_work); in hci_rx_work()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h320 struct work_struct rx_work; member