Searched refs:rx_work (Results 1 - 18 of 18) sorted by relevance

/linux-4.4.14/drivers/nfc/nfcmrvl/
H A Dfw_dnld.h85 struct work_struct rx_work; member in struct:nfcmrvl_fw_dnld
H A Dfw_dnld.c409 rx_work); fw_dnld_rx_work()
460 INIT_WORK(&priv->fw_dnld.rx_work, fw_dnld_rx_work); nfcmrvl_fw_dnld_init()
487 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); nfcmrvl_fw_dnld_recv_frame()
/linux-4.4.14/drivers/staging/nvec/
H A Dnvec.h120 * @rx_work: A work structure for the RX worker nvec_dispatch()
122 * @wq: The work queue in which @rx_work and @tx_work are executed
148 struct work_struct rx_work, tx_work; member in struct:nvec_chip
H A Dnvec.c443 struct nvec_chip *nvec = container_of(work, struct nvec_chip, rx_work); nvec_dispatch()
522 schedule_work(&nvec->rx_work); nvec_rx_completed()
851 INIT_WORK(&nvec->rx_work, nvec_dispatch); tegra_nvec_probe()
916 cancel_work_sync(&nvec->rx_work); tegra_nvec_remove()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dusb.c346 urb = usb_get_from_anchor(&ar->rx_work); carl9170_usb_rx_work()
409 usb_anchor_urb(urb, &ar->rx_work); carl9170_usb_rx_complete()
549 usb_scuttle_anchored_urbs(&ar->rx_work); carl9170_usb_init_rx_bulk_urbs()
597 usb_scuttle_anchored_urbs(&ar->rx_work); carl9170_usb_cancel_urbs()
1082 init_usb_anchor(&ar->rx_work); carl9170_usb_probe()
H A Dcarl9170.h246 struct usb_anchor rx_work; member in struct:ar9170
/linux-4.4.14/net/nfc/
H A Dllcp.h74 struct work_struct rx_work; member in struct:nfc_llcp_local
H A Dllcp_core.c171 cancel_work_sync(&local->rx_work); local_cleanup()
1470 rx_work); nfc_llcp_rx_work()
1494 schedule_work(&local->rx_work); __nfc_llcp_recv()
1585 INIT_WORK(&local->rx_work, nfc_llcp_rx_work); nfc_llcp_register_device()
/linux-4.4.14/net/nfc/nci/
H A Dcore.c524 queue_work(ndev->rx_wq, &ndev->rx_work); nci_data_timer()
1128 INIT_WORK(&ndev->rx_work, nci_rx_work); nci_register_device()
1215 queue_work(ndev->rx_wq, &ndev->rx_work); nci_recv_frame()
1388 struct nci_dev *ndev = container_of(work, struct nci_dev, rx_work); nci_rx_work()
/linux-4.4.14/drivers/net/hamradio/
H A Ddmascc.c207 struct work_struct rx_work; member in struct:scc_priv
577 INIT_WORK(&priv->rx_work, rx_bh); setup_adapter()
1233 schedule_work(&priv->rx_work); special_condition()
1256 struct scc_priv *priv = container_of(ugli_api, struct scc_priv, rx_work); rx_bh()
/linux-4.4.14/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2802 int rx_work = 0; nv_rx_process() local
2808 (rx_work < limit)) { nv_rx_process()
2897 rx_work++; nv_rx_process()
2900 return rx_work; nv_rx_process()
2908 int rx_work = 0; nv_rx_process_optimized() local
2914 (rx_work < limit)) { nv_rx_process_optimized()
2986 rx_work++; nv_rx_process_optimized()
2989 return rx_work; nv_rx_process_optimized()
3702 int rx_count, tx_work = 0, rx_work = 0; nv_napi_poll() local
3710 rx_count = nv_rx_process(dev, budget - rx_work); nv_napi_poll()
3718 budget - rx_work); nv_napi_poll()
3722 rx_count > 0 && (rx_work += rx_count) < budget); nv_napi_poll()
3731 nv_change_interrupt_mode(dev, tx_work + rx_work); nv_napi_poll()
3753 return rx_work; nv_napi_poll()
3756 if (rx_work < budget) { nv_napi_poll()
3763 return rx_work; nv_napi_poll()
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dmain.c164 queue_work(adapter->rx_workqueue, &adapter->rx_work); mwifiex_queue_rx_work()
1278 container_of(work, struct mwifiex_adapter, rx_work); mwifiex_rx_work_queue()
1362 INIT_WORK(&adapter->rx_work, mwifiex_rx_work_queue); mwifiex_add_card()
H A Dmain.h849 struct work_struct rx_work; member in struct:mwifiex_adapter
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c405 unsigned rx_work = DE_RX_RING_SIZE; de_rx() local
409 while (--rx_work) { de_rx()
446 rx_work = 100; de_rx()
491 if (!rx_work) de_rx()
/linux-4.4.14/include/net/nfc/
H A Dnci_core.h225 struct work_struct rx_work; member in struct:nci_dev
/linux-4.4.14/net/bluetooth/
H A Dhci_core.c1539 flush_work(&hdev->rx_work); hci_dev_do_open()
1665 flush_work(&hdev->rx_work); hci_dev_do_close()
3293 INIT_WORK(&hdev->rx_work, hci_rx_work); hci_alloc_dev()
3554 queue_work(hdev->workqueue, &hdev->rx_work); hci_recv_frame()
3570 queue_work(hdev->workqueue, &hdev->rx_work); hci_recv_diag()
4435 struct hci_dev *hdev = container_of(work, struct hci_dev, rx_work); hci_rx_work()
/linux-4.4.14/include/net/bluetooth/
H A Dhci_core.h326 struct work_struct rx_work; member in struct:hci_dev
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1427 int rx_work, budget = 4; bnxt_busy_poll() local
1435 rx_work = bnxt_poll_work(bp, bnapi, budget); bnxt_busy_poll()
1440 return rx_work; bnxt_busy_poll()

Completed in 819 milliseconds