Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dvirtio_transport.c35 struct work_struct rx_work; member
162 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_send_pkt_work()
236 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_cancel_pkt()
448 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_vsock_rx_done()
496 container_of(work, struct virtio_vsock, rx_work); in virtio_transport_rx_work()
597 INIT_WORK(&vsock->rx_work, virtio_transport_rx_work); in virtio_vsock_probe()
688 flush_work(&vsock->rx_work); in virtio_vsock_remove()
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dvirtio_transport.c35 struct work_struct rx_work; member
152 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_send_pkt_work()
211 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_cancel_pkt()
413 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_vsock_rx_done()
486 container_of(work, struct virtio_vsock, rx_work); in virtio_transport_rx_work()
667 INIT_WORK(&vsock->rx_work, virtio_transport_rx_work); in virtio_vsock_probe()
709 flush_work(&vsock->rx_work); in virtio_vsock_remove()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dapr.c32 struct work_struct rx_work; member
103 queue_work(apr->rxwq, &apr->rx_work); in apr_callback()
182 struct packet_router *apr = container_of(work, struct packet_router, rx_work); in apr_rxwq()
480 INIT_WORK(&apr->rx_work, apr_rxwq); in apr_probe()
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/
H A Dfw_dnld.h85 struct work_struct rx_work; member
H A 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-6.6/drivers/nfc/nfcmrvl/
H A Dfw_dnld.h74 struct work_struct rx_work; member
H A Dfw_dnld.c396 rx_work); in fw_dnld_rx_work()
447 INIT_WORK(&priv->fw_dnld.rx_work, fw_dnld_rx_work); in nfcmrvl_fw_dnld_init()
474 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); in nfcmrvl_fw_dnld_recv_frame()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dapr.c37 struct work_struct rx_work; member
185 queue_work(apr->rxwq, &apr->rx_work); in apr_callback()
317 struct packet_router *apr = container_of(work, struct packet_router, rx_work); in apr_rxwq()
628 INIT_WORK(&apr->rx_work, apr_rxwq); in apr_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H A 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()
/kernel/linux/linux-5.10/drivers/staging/nvec/
H A Dnvec.h116 * @rx_work: A work structure for the RX worker nvec_dispatch()
118 * @wq: The work queue in which @rx_work and @tx_work are executed
144 struct work_struct rx_work, tx_work; member
H A 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/include/linux/
H A Dmei_cl_bus.h30 * @rx_work: async work to execute Rx event callback
50 struct work_struct rx_work; member
/kernel/linux/linux-6.6/drivers/staging/nvec/
H A Dnvec.h116 * @rx_work: A work structure for the RX worker nvec_dispatch()
118 * @wq: The work queue in which @rx_work and @tx_work are executed
144 struct work_struct rx_work, tx_work; member
H A Dnvec.c440 struct nvec_chip *nvec = container_of(work, struct nvec_chip, rx_work); in nvec_dispatch()
521 schedule_work(&nvec->rx_work); in nvec_rx_completed()
826 INIT_WORK(&nvec->rx_work, nvec_dispatch); in tegra_nvec_probe()
892 cancel_work_sync(&nvec->rx_work); in tegra_nvec_remove()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dusb.h84 struct work_struct rx_work; member
H A Dusb.c539 struct rtw_usb *rtwusb = container_of(work, struct rtw_usb, rx_work); in rtw_usb_rx_handler()
621 queue_work(rtwusb->rxwq, &rtwusb->rx_work); in rtw_usb_read_port_complete()
753 INIT_WORK(&rtwusb->rx_work, rtw_usb_rx_handler); in rtw_usb_init_rx()
/kernel/linux/linux-6.6/include/linux/
H A Dmei_cl_bus.h31 * @rx_work: async work to execute Rx event callback
51 struct work_struct rx_work; member
/kernel/linux/linux-5.10/drivers/misc/mei/
H A 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-6.6/drivers/misc/mei/
H A Dbus.c384 cldev = container_of(work, struct mei_cl_device, rx_work); in mei_cl_bus_rx_work()
452 schedule_work(&cldev->rx_work); in mei_cl_bus_rx_event()
478 INIT_WORK(&cldev->rx_work, mei_cl_bus_rx_work); in mei_cldev_register_rx_cb()
487 cancel_work_sync(&cldev->rx_work); in mei_cldev_register_rx_cb()
808 cancel_work_sync(&cldev->rx_work); in mei_cldev_unregister_callbacks()
/kernel/linux/linux-5.10/net/nfc/
H A Dllcp.h62 struct work_struct rx_work; member
/kernel/linux/linux-6.6/net/nfc/
H A Dllcp.h61 struct work_struct rx_work; member
/kernel/linux/linux-5.10/drivers/net/ethernet/wiznet/
H A 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/nci/
H A Dcore.c612 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1229 INIT_WORK(&ndev->rx_work, nci_rx_work); in nci_register_device()
1323 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
1496 struct nci_dev *ndev = container_of(work, struct nci_dev, rx_work); in nci_rx_work()
/kernel/linux/linux-6.6/drivers/net/ethernet/wiznet/
H A Dw5100.c168 struct work_struct rx_work; member
882 rx_work); in w5100_rx_work()
932 queue_work(priv->xfer_wq, &priv->rx_work); in w5100_interrupt()
1154 INIT_WORK(&priv->rx_work, w5100_rx_work); in w5100_probe()

Completed in 23 milliseconds

123