Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/vmw_vsock/
Dvirtio_transport.c34 struct work_struct rx_work; member
161 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_send_pkt_work()
235 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_cancel_pkt()
446 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_vsock_rx_done()
494 container_of(work, struct virtio_vsock, rx_work); in virtio_transport_rx_work()
595 INIT_WORK(&vsock->rx_work, virtio_transport_rx_work); in virtio_vsock_probe()
685 flush_work(&vsock->rx_work); in virtio_vsock_remove()
/kernel/linux/linux-5.10/drivers/soc/qcom/
Dapr.c27 struct work_struct rx_work; member
98 queue_work(apr->rxwq, &apr->rx_work); in apr_callback()
174 struct apr *apr = container_of(work, struct apr, rx_work); in apr_rxwq()
441 INIT_WORK(&apr->rx_work, apr_rxwq); in apr_probe()
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/
Dfw_dnld.h85 struct work_struct rx_work; member
Dfw_dnld.c407 rx_work); in fw_dnld_rx_work()
458 INIT_WORK(&priv->fw_dnld.rx_work, fw_dnld_rx_work); in nfcmrvl_fw_dnld_init()
485 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); in nfcmrvl_fw_dnld_recv_frame()
/kernel/linux/linux-5.10/drivers/staging/nvec/
Dnvec.h144 struct work_struct rx_work, tx_work; member
Dnvec.c439 struct nvec_chip *nvec = container_of(work, struct nvec_chip, rx_work); in nvec_dispatch()
520 schedule_work(&nvec->rx_work); in nvec_rx_completed()
825 INIT_WORK(&nvec->rx_work, nvec_dispatch); in tegra_nvec_probe()
891 cancel_work_sync(&nvec->rx_work); in tegra_nvec_remove()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
Dusb.c348 urb = usb_get_from_anchor(&ar->rx_work); in carl9170_usb_rx_work()
411 usb_anchor_urb(urb, &ar->rx_work); in carl9170_usb_rx_complete()
551 usb_scuttle_anchored_urbs(&ar->rx_work); in carl9170_usb_init_rx_bulk_urbs()
599 usb_scuttle_anchored_urbs(&ar->rx_work); in carl9170_usb_cancel_urbs()
1077 init_usb_anchor(&ar->rx_work); in carl9170_usb_probe()
Dcarl9170.h249 struct usb_anchor rx_work; member
/kernel/linux/linux-5.10/include/linux/
Dmei_cl_bus.h50 struct work_struct rx_work; member
/kernel/linux/linux-5.10/drivers/misc/mei/
Dbus.c271 cldev = container_of(work, struct mei_cl_device, rx_work); in mei_cl_bus_rx_work()
338 schedule_work(&cldev->rx_work); in mei_cl_bus_rx_event()
364 INIT_WORK(&cldev->rx_work, mei_cl_bus_rx_work); in mei_cldev_register_rx_cb()
622 cancel_work_sync(&cldev->rx_work); in mei_cldev_unregister_callbacks()
/kernel/linux/linux-5.10/drivers/rpmsg/
Dqcom_glink_native.c109 struct work_struct rx_work; member
780 schedule_work(&glink->rx_work); in qcom_glink_rx_defer()
1514 rx_work); in qcom_glink_work()
1572 cancel_work_sync(&glink->rx_work); in qcom_glink_cancel_rx_work()
1656 INIT_WORK(&glink->rx_work, qcom_glink_work); in qcom_glink_native_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/wiznet/
Dw5100.c168 struct work_struct rx_work; member
887 rx_work); in w5100_rx_work()
937 queue_work(priv->xfer_wq, &priv->rx_work); in w5100_interrupt()
1157 INIT_WORK(&priv->rx_work, w5100_rx_work); in w5100_probe()
/kernel/linux/linux-5.10/net/nfc/
Dllcp.h62 struct work_struct rx_work; member
Dllcp_core.c159 cancel_work_sync(&local->rx_work); in local_cleanup()
1473 rx_work); in nfc_llcp_rx_work()
1497 schedule_work(&local->rx_work); in __nfc_llcp_recv()
1586 INIT_WORK(&local->rx_work, nfc_llcp_rx_work); in nfc_llcp_register_device()
/kernel/linux/linux-5.10/net/nfc/nci/
Dcore.c608 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1216 INIT_WORK(&ndev->rx_work, nci_rx_work); in nci_register_device()
1310 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
1483 struct nci_dev *ndev = container_of(work, struct nci_dev, rx_work); in nci_rx_work()
/kernel/linux/linux-5.10/drivers/net/hamradio/
Ddmascc.c194 struct work_struct rx_work; member
569 INIT_WORK(&priv->rx_work, rx_bh); in setup_adapter()
1227 schedule_work(&priv->rx_work); in special_condition()
1250 struct scc_priv *priv = container_of(ugli_api, struct scc_priv, rx_work); in rx_bh()
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/
Dforcedeth.c2900 int rx_work = 0; in nv_rx_process() local
2906 (rx_work < limit)) { in nv_rx_process()
2991 rx_work++; in nv_rx_process()
2994 return rx_work; in nv_rx_process()
3002 int rx_work = 0; in nv_rx_process_optimized() local
3008 (rx_work < limit)) { in nv_rx_process_optimized()
3080 rx_work++; in nv_rx_process_optimized()
3083 return rx_work; in nv_rx_process_optimized()
3789 int rx_count, tx_work = 0, rx_work = 0; in nv_napi_poll() local
3797 rx_count = nv_rx_process(dev, budget - rx_work); in nv_napi_poll()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dmain.c183 queue_work(adapter->rx_workqueue, &adapter->rx_work); in mwifiex_queue_rx_work()
1373 container_of(work, struct mwifiex_adapter, rx_work); in mwifiex_rx_work_queue()
1527 INIT_WORK(&adapter->rx_work, mwifiex_rx_work_queue); in mwifiex_reinit_sw()
1683 INIT_WORK(&adapter->rx_work, mwifiex_rx_work_queue); in mwifiex_add_card()
Dmain.h899 struct work_struct rx_work; member
/kernel/linux/linux-5.10/drivers/rapidio/
Drio_cm.c162 struct work_struct rx_work; member
582 struct cm_dev *cm = container_of(work, struct cm_dev, rx_work); in rio_ibmsg_handler()
622 if (rio_mport_is_running(cm->mport) && !work_pending(&cm->rx_work)) in riocm_inb_msg_event()
623 queue_work(cm->rx_wq, &cm->rx_work); in riocm_inb_msg_event()
2148 INIT_WORK(&cm->rx_work, rio_ibmsg_handler); in riocm_add_mport()
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
Dde2104x.c397 unsigned rx_work = DE_RX_RING_SIZE; in de_rx() local
401 while (--rx_work) { in de_rx()
441 rx_work = 100; in de_rx()
488 if (!rx_work) in de_rx()
/kernel/linux/linux-5.10/include/net/nfc/
Dnci_core.h220 struct work_struct rx_work; member
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c1616 flush_work(&hdev->rx_work); in hci_dev_do_open()
1745 flush_work(&hdev->rx_work); in hci_dev_do_close()
3673 INIT_WORK(&hdev->rx_work, hci_rx_work); in hci_alloc_dev()
3957 queue_work(hdev->workqueue, &hdev->rx_work); in hci_recv_frame()
3973 queue_work(hdev->workqueue, &hdev->rx_work); in hci_recv_diag()
4904 struct hci_dev *hdev = container_of(work, struct hci_dev, rx_work); in hci_rx_work()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h447 struct work_struct rx_work; member