Home
last modified time | relevance | path

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

/net/smc/
Dsmc_close.c118 cancel_delayed_work_sync(&smc->conn.tx_work); in smc_close_cancel_work()
227 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
261 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
369 cancel_delayed_work_sync(&conn->tx_work); in smc_close_passive_work()
459 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
472 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
Dsmc_tx.c244 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_sendmsg()
522 mod_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smcr_tx_sndbuf_nonempty()
618 tx_work); in smc_tx_work()
652 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, in smc_tx_consumer_update()
Dsmc.h184 struct delayed_work tx_work; /* retry of smc_cdc_msg_send */ member
Daf_smc.c256 INIT_DELAYED_WORK(&smc->conn.tx_work, smc_tx_work); in smc_sock_alloc()
2433 cancel_delayed_work(&smc->conn.tx_work); in smc_setsockopt()
2444 cancel_delayed_work(&smc->conn.tx_work); in smc_setsockopt()
Dsmc_core.c910 queue_delayed_work(conn->lgr->tx_wq, &conn->tx_work, 0); in smc_switch_cursor()
/net/mac802154/
Dtx.c28 container_of(work, struct ieee802154_local, tx_work); in ieee802154_xmit_worker()
93 queue_work(local->workqueue, &local->tx_work); in ieee802154_tx()
Dieee802154_i.h58 struct work_struct tx_work; member
Dmain.c98 INIT_WORK(&local->tx_work, ieee802154_xmit_worker); in ieee802154_alloc_hw()
/net/core/
Dnetpoll.c103 container_of(work, struct netpoll_info, tx_work.work); in queue_process()
132 schedule_delayed_work(&npinfo->tx_work, HZ/10); in queue_process()
378 schedule_delayed_work(&npinfo->tx_work,0); in __netpoll_send_skb()
648 INIT_DELAYED_WORK(&npinfo->tx_work, queue_process); in __netpoll_setup()
823 cancel_delayed_work(&npinfo->tx_work); in rcu_cleanup_netpoll_info()
828 cancel_delayed_work(&npinfo->tx_work); in rcu_cleanup_netpoll_info()
/net/vmw_vsock/
Dvirtio_transport.c34 struct work_struct tx_work; member
291 container_of(work, struct virtio_vsock, tx_work); in virtio_transport_tx_work()
445 queue_work(virtio_vsock_workqueue, &vsock->tx_work); in virtio_vsock_tx_done()
720 INIT_WORK(&vsock->tx_work, virtio_transport_tx_work); in virtio_vsock_probe()
762 flush_work(&vsock->tx_work); in virtio_vsock_remove()
/net/nfc/
Dnfc.h31 struct work_struct tx_work; member
42 ((struct sock *) container_of(_tx_work, struct nfc_rawsock, tx_work))
Drawsock.c160 schedule_work(&nfc_rawsock(sk)->tx_work); in rawsock_data_exchange_complete()
230 schedule_work(&nfc_rawsock(sk)->tx_work); in rawsock_sendmsg()
350 INIT_WORK(&nfc_rawsock(sk)->tx_work, rawsock_tx_work); in rawsock_create()
Dllcp_core.c167 cancel_work_sync(&local->tx_work); in local_cleanup()
762 tx_work); in nfc_llcp_tx_work()
1540 schedule_work(&local->tx_work); in nfc_llcp_rx_work()
1617 schedule_work(&local->tx_work); in nfc_llcp_mac_is_up()
1650 INIT_WORK(&local->tx_work, nfc_llcp_tx_work); in nfc_llcp_register_device()
Dllcp.h61 struct work_struct tx_work; member
/net/tls/
Dtls_sw.c499 schedule_delayed_work(&ctx->tx_work.work, 1); in tls_encrypt_done()
1145 cancel_delayed_work(&ctx->tx_work.work); in tls_sw_sendmsg()
1266 cancel_delayed_work(&ctx->tx_work.work); in tls_sw_do_sendpage()
2149 cancel_delayed_work_sync(&ctx->tx_work.work); in tls_sw_cancel_work_tx()
2252 struct tx_work *tx_work = container_of(delayed_work, in tx_work_handler() local
2253 struct tx_work, work); in tx_work_handler()
2254 struct sock *sk = tx_work->sk; in tx_work_handler()
2278 schedule_delayed_work(&ctx->tx_work.work, msecs_to_jiffies(10)); in tx_work_handler()
2289 schedule_delayed_work(&tx_ctx->tx_work.work, 0); in tls_sw_write_space()
2362 INIT_DELAYED_WORK(&sw_ctx_tx->tx_work.work, tx_work_handler); in tls_set_sw_offload()
[all …]
/net/kcm/
Dkcmsock.c82 queue_work(kcm_wq, &psock->tx_kcm->tx_work); in kcm_abort_tx_psock()
429 queue_work(kcm_wq, &kcm->tx_work); in psock_write_space()
515 queue_work(kcm_wq, &kcm->tx_work); in psock_now_avail()
726 struct kcm_sock *kcm = container_of(w, struct kcm_sock, tx_work); in kcm_tx_work()
1327 INIT_WORK(&kcm->tx_work, kcm_tx_work); in init_kcm_sock()
1545 queue_work(kcm_wq, &psock->tx_kcm->tx_work); in kcm_unattach()
1837 cancel_work_sync(&kcm->tx_work); in kcm_release()
/net/nfc/nci/
Ddata.c196 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_send_data()
Dcore.c1251 INIT_WORK(&ndev->tx_work, nci_tx_work); in nci_register_device()
1473 struct nci_dev *ndev = container_of(work, struct nci_dev, tx_work); in nci_tx_work()
Dntf.c79 queue_work(ndev->tx_wq, &ndev->tx_work); in nci_core_conn_credits_ntf_packet()
/net/bluetooth/
Dhci_sock.c1833 queue_work(hdev->workqueue, &hdev->tx_work); in hci_sock_sendmsg()
1854 queue_work(hdev->workqueue, &hdev->tx_work); in hci_sock_sendmsg()
1878 queue_work(hdev->workqueue, &hdev->tx_work); in hci_sock_sendmsg()
Dhci_core.c1619 flush_work(&hdev->tx_work); in hci_dev_do_open()
1756 flush_work(&hdev->tx_work); in hci_dev_do_close()
3865 INIT_WORK(&hdev->tx_work, hci_tx_work); in hci_alloc_dev_priv()
4433 queue_work(hdev->workqueue, &hdev->tx_work); in hci_send_acl()
4454 queue_work(hdev->workqueue, &hdev->tx_work); in hci_send_sco()
4921 struct hci_dev *hdev = container_of(work, struct hci_dev, tx_work); in hci_tx_work()
Dhci_event.c3933 queue_work(hdev->workqueue, &hdev->tx_work); in hci_num_comp_pkts_evt()
4005 queue_work(hdev->workqueue, &hdev->tx_work); in hci_num_comp_blocks_evt()