Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvirtio_transport.c36 struct work_struct rx_work; member
211 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_send_pkt_work()
301 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_cancel_pkt()
504 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_vsock_rx_done()
635 container_of(work, struct virtio_vsock, rx_work); in virtio_transport_rx_work()
830 INIT_WORK(&vsock->rx_work, virtio_transport_rx_work); in virtio_vsock_probe()
875 flush_work(&vsock->rx_work); in virtio_vsock_remove()
/linux/drivers/nfc/nfcmrvl/
H A Dfw_dnld.h74 struct work_struct rx_work; member
/linux/drivers/staging/nvec/
H A Dnvec.h144 struct work_struct rx_work, tx_work; member
/linux/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()
558 usb_scuttle_anchored_urbs(&ar->rx_work); in carl9170_usb_init_rx_bulk_urbs()
606 usb_scuttle_anchored_urbs(&ar->rx_work); in carl9170_usb_cancel_urbs()
1116 init_usb_anchor(&ar->rx_work); in carl9170_usb_probe()
H A Dcarl9170.h249 struct usb_anchor rx_work; member
/linux/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()
1575 INIT_WORK(&pdcs->rx_work, pdc_work_cb); in pdc_probe()
1592 cancel_work_sync(&pdcs->rx_work); in pdc_probe()
1608 cancel_work_sync(&pdcs->rx_work); in pdc_remove()
/linux/include/linux/
H A Dmei_cl_bus.h51 struct work_struct rx_work; member
/linux/drivers/misc/mei/
H A Dbus.c430 cldev = container_of(work, struct mei_cl_device, rx_work); in mei_cl_bus_rx_work()
498 schedule_work(&cldev->rx_work); in mei_cl_bus_rx_event()
524 INIT_WORK(&cldev->rx_work, mei_cl_bus_rx_work); in mei_cldev_register_rx_cb()
533 cancel_work_sync(&cldev->rx_work); in mei_cldev_register_rx_cb()
867 cancel_work_sync(&cldev->rx_work); in mei_cldev_unregister_callbacks()
/linux/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()
1548 rx_work); in nfc_llcp_rx_work()
1577 schedule_work(&local->rx_work); in __nfc_llcp_recv()
1680 INIT_WORK(&local->rx_work, nfc_llcp_rx_work); in nfc_llcp_register_device()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dmain.c118 queue_work(adapter->rx_workqueue, &adapter->rx_work); in nxpwifi_queue_rx_work()
1305 container_of(work, struct nxpwifi_adapter, rx_work); in nxpwifi_rx_work()
1455 INIT_WORK(&adapter->rx_work, nxpwifi_rx_work); in nxpwifi_reinit_sw()
1557 INIT_WORK(&adapter->rx_work, nxpwifi_rx_work); in nxpwifi_add_card()
H A Dmain.h810 struct work_struct rx_work; member
/linux/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
2989 (rx_work < limit)) { in nv_rx_process_optimized()
3061 rx_work++; in nv_rx_process_optimized()
3064 return rx_work; in nv_rx_process_optimized()
3770 int rx_count, tx_work = 0, rx_work = 0; in nv_napi_poll() local
3778 rx_count = nv_rx_process(dev, budget - rx_work); in nv_napi_poll()
[all …]
/linux/net/nfc/nci/
H A Dcore.c636 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1267 INIT_WORK(&ndev->rx_work, nci_rx_work); in nci_register_device()
1363 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
1561 struct nci_dev *ndev = container_of(work, struct nci_dev, rx_work); in nci_rx_work()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c170 queue_work(adapter->rx_workqueue, &adapter->rx_work); in mwifiex_queue_rx_work()
1406 container_of(work, struct mwifiex_adapter, rx_work); in mwifiex_rx_work_queue()
1566 INIT_WORK(&adapter->rx_work, mwifiex_rx_work_queue); in mwifiex_reinit_sw()
1733 INIT_WORK(&adapter->rx_work, mwifiex_rx_work_queue); in mwifiex_add_card()
/linux/drivers/rapidio/
H A Drio_cm.c162 struct work_struct rx_work; member
578 struct cm_dev *cm = container_of(work, struct cm_dev, rx_work); in rio_ibmsg_handler()
618 if (rio_mport_is_running(cm->mport) && !work_pending(&cm->rx_work)) in riocm_inb_msg_event()
619 queue_work(cm->rx_wq, &cm->rx_work); in riocm_inb_msg_event()
2145 INIT_WORK(&cm->rx_work, rio_ibmsg_handler); in riocm_add_mport()
/linux/drivers/bluetooth/
H A Dbtintel_pcie.h518 struct work_struct rx_work; member
H A Dbtintel_pcie.c1582 struct btintel_pcie_data, rx_work); in btintel_pcie_rx_work()
1616 queue_work(data->workqueue, &data->rx_work); in btintel_pcie_submit_rx_work()
2711 flush_work(&data->rx_work); in btintel_pcie_reset_work()
3010 INIT_WORK(&data->rx_work, btintel_pcie_rx_work); in btintel_pcie_probe()
3097 flush_work(&data->rx_work); in btintel_pcie_remove()
H A Dbtusb.c993 struct delayed_work rx_work; member
1261 schedule_delayed_work(&data->rx_work, 0); in btusb_recv_event()
1346 schedule_delayed_work(&data->rx_work, data->intr_interval); in btusb_recv_acl()
2090 cancel_delayed_work(&data->rx_work); in btusb_close()
2127 cancel_delayed_work(&data->rx_work); in btusb_flush()
2509 rx_work.work); in btusb_rx_work()
4160 INIT_DELAYED_WORK(&data->rx_work, btusb_rx_work); in btusb_probe()
/linux/net/bluetooth/
H A Dhci_core.c2511 INIT_WORK(&hdev->rx_work, hci_rx_work); in hci_alloc_dev_priv()
2669 disable_work_sync(&hdev->rx_work); in hci_unregister_dev()
2933 queue_work(hdev->workqueue, &hdev->rx_work); in hci_recv_frame()
2949 queue_work(hdev->workqueue, &hdev->rx_work); in hci_recv_diag()
3993 struct hci_dev *hdev = container_of(work, struct hci_dev, rx_work); in hci_rx_work()
H A Dhci_sync.c5433 flush_work(&hdev->rx_work); in hci_dev_open_sync()
5550 flush_work(&hdev->rx_work); in hci_dev_close_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h516 struct work_struct rx_work; member