Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A 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()
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A 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()
/OK3568_Linux_fs/kernel/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()
H A Dcarl9170.h249 struct usb_anchor rx_work; member
/OK3568_Linux_fs/kernel/drivers/staging/nvec/
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()
H A Dnvec.h144 struct work_struct rx_work, tx_work; member
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
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()
H A Dfw_dnld.h85 struct work_struct rx_work; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dmei_cl_bus.h50 struct work_struct rx_work; member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_init.c186 static int rx_work; variable
943 params->rx_work = out_data; in parse_cfg_read_block()
944 PRINTM(MMSG, "rx_work=0x%x\n", params->rx_work); in parse_cfg_read_block()
1550 handle->params.rx_work = rx_work; in woal_setup_module_param()
1554 handle->params.rx_work = params->rx_work; in woal_setup_module_param()
2512 module_param(rx_work, int, 0);
2514 rx_work,
H A Dmoal_main.c2142 if (handle->params.rx_work == MLAN_INIT_PARA_ENABLED)
2143 device.rx_work = MTRUE;
2144 else if (handle->params.rx_work == MLAN_INIT_PARA_DISABLED)
2145 device.rx_work = MFALSE;
2148 device.rx_work = MTRUE;
2150 device.rx_work = MFALSE;
2152 PRINTM(MMSG, "rx_work=%d cpu_num=%d\n", device.rx_work,
2155 device.rx_work = MTRUE;
10202 moal_handle *handle = container_of(work, moal_handle, rx_work);
10733 MLAN_INIT_WORK(&handle->rx_work, woal_rx_work_queue);
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c612 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1220 INIT_WORK(&ndev->rx_work, nci_rx_work); in nci_register_device()
1314 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
1487 struct nci_dev *ndev = container_of(work, struct nci_dev, rx_work); in nci_rx_work()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A 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()
/OK3568_Linux_fs/kernel/net/nfc/
H A 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()
H A Dllcp.h62 struct work_struct rx_work; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/nvidia/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A 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()
/OK3568_Linux_fs/kernel/drivers/rapidio/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.c196 int rx_work; variable
1537 if (rx_work == MLAN_INIT_PARA_ENABLED) in woal_init_sw()
1538 device.rx_work = MTRUE; in woal_init_sw()
1539 else if (rx_work == MLAN_INIT_PARA_DISABLED) in woal_init_sw()
1540 device.rx_work = MFALSE; in woal_init_sw()
1543 device.rx_work = MTRUE; in woal_init_sw()
1545 device.rx_work = MFALSE; in woal_init_sw()
1547 PRINTM(MMSG, "rx_work=%d cpu_num=%d\n", device.rx_work, in woal_init_sw()
1550 device.rx_work = MTRUE; in woal_init_sw()
7819 moal_handle *handle = container_of(work, moal_handle, rx_work);
[all …]
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci_core.h220 struct work_struct rx_work; member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A 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()
3958 queue_work(hdev->workqueue, &hdev->rx_work); in hci_recv_frame()
3974 queue_work(hdev->workqueue, &hdev->rx_work); in hci_recv_diag()
4917 struct hci_dev *hdev = container_of(work, struct hci_dev, rx_work); in hci_rx_work()

12