Home
last modified time | relevance | path

Searched refs:tx_work (Results 1 – 25 of 37) sorted by relevance

12

/linux-3.4.99/net/nfc/
Dnfc.h42 struct work_struct tx_work; member
47 ((struct sock *) container_of(_tx_work, struct nfc_rawsock, tx_work))
Drawsock.c147 schedule_work(&nfc_rawsock(sk)->tx_work); in rawsock_data_exchange_complete()
215 schedule_work(&nfc_rawsock(sk)->tx_work); in rawsock_sendmsg()
311 INIT_WORK(&nfc_rawsock(sk)->tx_work, rawsock_tx_work); in rawsock_create()
/linux-3.4.99/drivers/net/wireless/libertas_tf/
Dmain.c235 queue_work(lbtf_wq, &priv->tx_work); in lbtf_op_tx()
246 tx_work); in lbtf_tx_work()
357 cancel_work_sync(&priv->tx_work); in lbtf_op_stop()
655 INIT_WORK(&priv->tx_work, lbtf_tx_work); in lbtf_add_card()
710 queue_work(lbtf_wq, &priv->tx_work); in lbtf_send_tx_feedback()
730 queue_work(lbtf_wq, &priv->tx_work); in lbtf_bcn_sent()
Dlibertas_tf.h190 struct work_struct tx_work; member
/linux-3.4.99/drivers/staging/nvec/
Dnvec.h167 struct work_struct rx_work, tx_work; member
Dnvec.c265 queue_work(nvec->wq, &nvec->tx_work); in nvec_write_async()
327 struct nvec_chip *nvec = container_of(work, struct nvec_chip, tx_work); in nvec_request_master()
797 INIT_WORK(&nvec->tx_work, nvec_request_master); in tegra_nvec_probe()
/linux-3.4.99/net/core/
Dnetpoll.c72 container_of(work, struct netpoll_info, tx_work.work); in queue_process()
96 schedule_delayed_work(&npinfo->tx_work, HZ/10); in queue_process()
358 schedule_delayed_work(&npinfo->tx_work,0); in netpoll_send_skb_on_dev()
747 INIT_DELAYED_WORK(&npinfo->tx_work, queue_process); in __netpoll_setup()
912 cancel_delayed_work_sync(&npinfo->tx_work); in __netpoll_cleanup()
/linux-3.4.99/include/linux/
Dnetpoll.h38 struct delayed_work tx_work; member
/linux-3.4.99/include/net/nfc/
Dnci_core.h98 struct work_struct tx_work; member
/linux-3.4.99/drivers/net/ethernet/micrel/
Dks8851.c123 struct work_struct tx_work; member
776 struct ks8851_net *ks = container_of(work, struct ks8851_net, tx_work); in ks8851_tx_work()
900 flush_work(&ks->tx_work); in ks8851_net_stop()
961 schedule_work(&ks->tx_work); in ks8851_start_xmit()
1440 INIT_WORK(&ks->tx_work, ks8851_tx_work); in ks8851_probe()
/linux-3.4.99/net/nfc/llcp/
Dllcp.c385 tx_work); in nfc_llcp_tx_work()
846 queue_work(local->tx_wq, &local->tx_work); in nfc_llcp_rx_work()
902 queue_work(local->tx_wq, &local->tx_work); in nfc_llcp_mac_is_up()
929 INIT_WORK(&local->tx_work, nfc_llcp_tx_work); in nfc_llcp_register_device()
Dllcp.h53 struct work_struct tx_work; member
/linux-3.4.99/drivers/net/wireless/wl1251/
Dtx.c317 struct wl1251 *wl = container_of(work, struct wl1251, tx_work); in wl1251_tx_work()
465 ieee80211_queue_work(wl->hw, &wl->tx_work); in wl1251_tx_complete()
Dwl1251.h317 struct work_struct tx_work; member
Dmain.c390 ieee80211_queue_work(wl->hw, &wl->tx_work); in wl1251_op_tx()
480 cancel_work_sync(&wl->tx_work); in wl1251_op_stop()
1421 INIT_WORK(&wl->tx_work, wl1251_tx_work); in wl1251_alloc_hw()
/linux-3.4.99/drivers/net/can/
Dmcp251x.c256 struct work_struct tx_work; member
521 queue_work(priv->wq, &priv->tx_work); in mcp251x_hard_start_xmit()
731 tx_work); in mcp251x_tx_work_handler()
953 INIT_WORK(&priv->tx_work, mcp251x_tx_work_handler); in mcp251x_open()
/linux-3.4.99/net/nfc/nci/
Ddata.c175 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_send_data()
Dcore.c653 INIT_WORK(&ndev->tx_work, nci_tx_work); in nci_register_device()
784 struct nci_dev *ndev = container_of(work, struct nci_dev, tx_work); in nci_tx_work()
/linux-3.4.99/drivers/net/caif/
Dcaif_shmcore.c381 static void shm_tx_work_func(struct work_struct *tx_work) in shm_tx_work_func() argument
393 pshm_drv = container_of(tx_work, struct shmdrv_layer, shm_tx_work); in shm_tx_work_func()
/linux-3.4.99/drivers/net/ethernet/microchip/
Denc28j60.c63 struct work_struct tx_work; member
1298 schedule_work(&priv->tx_work); in enc28j60_send_packet()
1306 container_of(work, struct enc28j60_net, tx_work); in enc28j60_tx_work_handler()
1566 INIT_WORK(&priv->tx_work, enc28j60_tx_work_handler); in enc28j60_probe()
/linux-3.4.99/drivers/net/ethernet/nvidia/
Dforcedeth.c2464 int tx_work = 0; in nv_tx_done() local
2470 (tx_work < limit)) { in nv_tx_done()
2489 tx_work++; in nv_tx_done()
2506 tx_work++; in nv_tx_done()
2515 netdev_completed_queue(np->dev, tx_work, bytes_compl); in nv_tx_done()
2521 return tx_work; in nv_tx_done()
2528 int tx_work = 0; in nv_tx_done_optimized() local
2534 (tx_work < limit)) { in nv_tx_done_optimized()
2557 tx_work++; in nv_tx_done_optimized()
2569 netdev_completed_queue(np->dev, tx_work, bytes_cleaned); in nv_tx_done_optimized()
[all …]
/linux-3.4.99/drivers/net/wireless/wl12xx/
Dwl12xx.h384 struct work_struct tx_work; member
/linux-3.4.99/net/bluetooth/
Dhci_core.c722 flush_work(&hdev->tx_work); in hci_dev_open()
765 flush_work(&hdev->tx_work); in hci_dev_do_close()
1767 INIT_WORK(&hdev->tx_work, hci_tx_work); in hci_register_dev()
2290 queue_work(hdev->workqueue, &hdev->tx_work); in hci_send_acl()
2313 queue_work(hdev->workqueue, &hdev->tx_work); in hci_send_sco()
2748 struct hci_dev *hdev = container_of(work, struct hci_dev, tx_work); in hci_tx_work()
Dhci_sock.c867 queue_work(hdev->workqueue, &hdev->tx_work); in hci_sock_sendmsg()
879 queue_work(hdev->workqueue, &hdev->tx_work); in hci_sock_sendmsg()
/linux-3.4.99/drivers/net/wireless/b43legacy/
Db43legacy.h630 struct work_struct tx_work; member

12