Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/accel/amdxdna/
H A Damdxdna_mailbox.c66 struct work_struct rx_work; member
351 queue_work(mb_chann->work_q, &mb_chann->rx_work); in mailbox_irq_handler()
356 static void mailbox_rx_worker(struct work_struct *rx_work) in mailbox_rx_worker() argument
361 mb_chann = container_of(rx_work, struct mailbox_channel, rx_work); in mailbox_rx_worker()
501 INIT_WORK(&mb_chann->rx_work, mailbox_rx_worker); in xdna_mailbox_create_channel()
553 cancel_work_sync(&mb_chann->rx_work); in xdna_mailbox_stop_channel()
/linux-6.15/net/vmw_vsock/
H A Dvirtio_transport.c35 struct work_struct rx_work; member
208 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_send_pkt_work()
298 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_cancel_pkt()
500 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_vsock_rx_done()
614 container_of(work, struct virtio_vsock, rx_work); in virtio_transport_rx_work()
794 INIT_WORK(&vsock->rx_work, virtio_transport_rx_work); in virtio_vsock_probe()
839 flush_work(&vsock->rx_work); in virtio_vsock_remove()
/linux-6.15/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()
/linux-6.15/drivers/staging/nvec/
H A Dnvec.h144 struct work_struct rx_work, tx_work; member
H A Dnvec.c445 struct nvec_chip *nvec = container_of(work, struct nvec_chip, rx_work); in nvec_dispatch()
526 schedule_work(&nvec->rx_work); in nvec_rx_completed()
839 INIT_WORK(&nvec->rx_work, nvec_dispatch); in tegra_nvec_probe()
904 cancel_work_sync(&nvec->rx_work); in tegra_nvec_remove()
/linux-6.15/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()
1109 init_usb_anchor(&ar->rx_work); in carl9170_usb_probe()
/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dusb.h86 struct work_struct rx_work; member
H A Dusb.c549 struct rtw_usb *rtwusb = container_of(work, struct rtw_usb, rx_work); in rtw_usb_rx_handler()
699 queue_work(rtwusb->rxwq, &rtwusb->rx_work); in rtw_usb_read_port_complete()
921 INIT_WORK(&rtwusb->rx_work, rtw_usb_rx_handler); in rtw_usb_init_rx()
/linux-6.15/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()
625 INIT_WORK(&apr->rx_work, apr_rxwq); in apr_probe()
/linux-6.15/drivers/mailbox/
H A Dbcm-pdc-mailbox.c294 struct work_struct rx_work; member
952 queue_work(system_bh_wq, &pdcs->rx_work); in pdc_irq_handler()
963 struct pdc_state *pdcs = from_work(pdcs, t, rx_work); in pdc_work_cb()
1578 INIT_WORK(&pdcs->rx_work, pdc_work_cb); in pdc_probe()
1595 cancel_work_sync(&pdcs->rx_work); in pdc_probe()
1611 cancel_work_sync(&pdcs->rx_work); in pdc_remove()
/linux-6.15/include/linux/
H A Dmei_cl_bus.h51 struct work_struct rx_work; member
/linux-6.15/drivers/misc/mei/
H A Dbus.c429 cldev = container_of(work, struct mei_cl_device, rx_work); in mei_cl_bus_rx_work()
497 schedule_work(&cldev->rx_work); in mei_cl_bus_rx_event()
523 INIT_WORK(&cldev->rx_work, mei_cl_bus_rx_work); in mei_cldev_register_rx_cb()
532 cancel_work_sync(&cldev->rx_work); in mei_cldev_register_rx_cb()
840 cancel_work_sync(&cldev->rx_work); in mei_cldev_unregister_callbacks()
/linux-6.15/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()
1152 INIT_WORK(&priv->rx_work, w5100_rx_work); in w5100_probe()
/linux-6.15/drivers/bluetooth/
H A Dbtintel_pcie.c1194 queue_work(data->workqueue, &data->rx_work); in btintel_pcie_msix_hw_exp_handler()
1200 struct btintel_pcie_data, rx_work); in btintel_pcie_rx_work()
1251 queue_work(data->workqueue, &data->rx_work); in btintel_pcie_submit_rx_work()
2117 INIT_WORK(&data->rx_work, btintel_pcie_rx_work); in btintel_pcie_probe()
2182 flush_work(&data->rx_work); in btintel_pcie_remove()
2203 queue_work(data->workqueue, &data->rx_work); in btintel_pcie_coredump()
H A Dbtintel_pcie.h479 struct work_struct rx_work; member
/linux-6.15/net/nfc/
H A Dllcp.h61 struct work_struct rx_work; member
H A Dllcp_core.c166 cancel_work_sync(&local->rx_work); in local_cleanup()
1516 rx_work); in nfc_llcp_rx_work()
1540 schedule_work(&local->rx_work); in __nfc_llcp_recv()
1643 INIT_WORK(&local->rx_work, nfc_llcp_rx_work); in nfc_llcp_register_device()
/linux-6.15/net/nfc/nci/
H A Dcore.c625 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1251 INIT_WORK(&ndev->rx_work, nci_rx_work); in nci_register_device()
1345 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
1533 struct nci_dev *ndev = container_of(work, struct nci_dev, rx_work); in nci_rx_work()
/linux-6.15/drivers/rpmsg/
H A Dqcom_glink_native.c113 struct work_struct rx_work; member
892 schedule_work(&glink->rx_work); in qcom_glink_rx_defer()
1774 rx_work); in qcom_glink_work()
1832 cancel_work_sync(&glink->rx_work); in qcom_glink_cancel_rx_work()
1916 INIT_WORK(&glink->rx_work, qcom_glink_work); in qcom_glink_native_probe()
/linux-6.15/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2881 int rx_work = 0; in nv_rx_process() local
2887 (rx_work < limit)) { in nv_rx_process()
2972 rx_work++; in nv_rx_process()
2975 return rx_work; in nv_rx_process()
2983 int rx_work = 0; in nv_rx_process_optimized() local
3061 rx_work++; in nv_rx_process_optimized()
3064 return rx_work; in nv_rx_process_optimized()
3786 budget - rx_work); in nv_napi_poll()
3821 return rx_work; in nv_napi_poll()
3824 if (rx_work < budget) { in nv_napi_poll()
[all …]
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c169 queue_work(adapter->rx_workqueue, &adapter->rx_work); in mwifiex_queue_rx_work()
1427 container_of(work, struct mwifiex_adapter, rx_work); in mwifiex_rx_work_queue()
1588 INIT_WORK(&adapter->rx_work, mwifiex_rx_work_queue); in mwifiex_reinit_sw()
1756 INIT_WORK(&adapter->rx_work, mwifiex_rx_work_queue); in mwifiex_add_card()
/linux-6.15/drivers/rapidio/
H A Drio_cm.c162 struct work_struct rx_work; member
584 struct cm_dev *cm = container_of(work, struct cm_dev, rx_work); in rio_ibmsg_handler()
624 if (rio_mport_is_running(cm->mport) && !work_pending(&cm->rx_work)) in riocm_inb_msg_event()
625 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()
/linux-6.15/include/net/nfc/
H A Dnci_core.h220 struct work_struct rx_work; member
/linux-6.15/drivers/net/ethernet/dec/tulip/
H A 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()

12