Home
last modified time | relevance | path

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

123

/linux/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c37 struct work_struct tx_work; /* Flushes transmit buffer */ member
114 struct qcauart *qca = container_of(work, struct qcauart, tx_work); in qcauart_transmit()
152 schedule_work(&qca->tx_work); in qca_tty_wakeup()
174 flush_work(&qca->tx_work); in qcauart_netdev_close()
331 INIT_WORK(&qca->tx_work, qcauart_transmit); in qca_uart_probe()
363 cancel_work_sync(&qca->tx_work); in qca_uart_probe()
382 cancel_work_sync(&qca->tx_work); in qca_uart_remove()
/linux/net/smc/
H A Dsmc_close.c121 cancel_delayed_work_sync(&smc->conn.tx_work); in smc_close_cancel_work()
233 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
267 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
375 cancel_delayed_work_sync(&conn->tx_work); in smc_close_passive_work()
465 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
478 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
/linux/drivers/net/ethernet/micrel/
H A Dks8851_spi.c48 struct work_struct tx_work; member
316 kss = container_of(work, struct ks8851_net_spi, tx_work); in ks8851_tx_work()
357 flush_work(&kss->tx_work); in ks8851_flush_tx_work_spi()
398 schedule_work(&kss->tx_work); in ks8851_start_xmit_spi()
438 INIT_WORK(&kss->tx_work, ks8851_tx_work); in ks8851_probe_spi()
/linux/drivers/net/mctp/
H A Dmctp-serial.c63 struct work_struct tx_work; member
111 tx_work); in mctp_serial_tx_work()
255 schedule_work(&dev->tx_work); in mctp_serial_tx()
266 schedule_work(&dev->tx_work); in mctp_serial_tty_write_wakeup()
413 cancel_work_sync(&dev->tx_work); in mctp_serial_uninit()
472 INIT_WORK(&dev->tx_work, mctp_serial_tx_work); in mctp_serial_open()
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-tx.c157 tx_work); in mcp251xfd_tx_obj_write_sync()
217 mcp251xfd_work_busy(&priv->tx_work)) in mcp251xfd_start_xmit()
238 queue_work(priv->wq, &priv->tx_work); in mcp251xfd_start_xmit()
/linux/net/core/
H A Dnetpoll.c91 container_of(work, struct netpoll_info, tx_work.work); in queue_process()
120 schedule_delayed_work(&npinfo->tx_work, HZ/10); in queue_process()
364 schedule_delayed_work(&npinfo->tx_work,0); in __netpoll_send_skb()
576 INIT_DELAYED_WORK(&npinfo->tx_work, queue_process); in __netpoll_setup()
797 cancel_delayed_work(&npinfo->tx_work); in rcu_cleanup_netpoll_info()
802 cancel_delayed_work(&npinfo->tx_work); in rcu_cleanup_netpoll_info()
/linux/drivers/greybus/
H A Dgb-beagleplay.c75 struct work_struct tx_work; member
309 struct gb_beagleplay *bg = container_of(work, struct gb_beagleplay, tx_work); in hdlc_transmit()
335 schedule_work(&bg->tx_work); in hdlc_tx_frames()
414 INIT_WORK(&bg->tx_work, hdlc_transmit); in hdlc_init()
432 flush_work(&bg->tx_work); in hdlc_deinit()
572 schedule_work(&bg->tx_work); in gb_tty_wakeup()
878 flush_work(&bg->tx_work); in cc1352_prepare()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_rxtx.c97 struct work_struct tx_work; member
498 sdma = container_of(work, struct prestera_sdma, tx_work); in prestera_sdma_tx_recycle_work_fn()
529 INIT_WORK(&sdma->tx_work, prestera_sdma_tx_recycle_work_fn); in prestera_sdma_tx_init()
579 cancel_work_sync(&sdma->tx_work); in prestera_sdma_tx_fini()
719 schedule_work(&sdma->tx_work); in prestera_sdma_tx_start()
737 schedule_work(&sdma->tx_work); in prestera_sdma_xmit()
/linux/include/net/
H A Dtls.h92 struct tx_work { struct
100 struct tx_work tx_work; argument
H A Dkcm.h70 struct work_struct tx_work; member
/linux/net/nfc/
H A Dnfc.h31 struct work_struct tx_work; member
42 ((struct sock *) container_of(_tx_work, struct nfc_rawsock, tx_work))
H A Drawsock.c161 schedule_work(&nfc_rawsock(sk)->tx_work); in rawsock_data_exchange_complete()
233 schedule_work(&nfc_rawsock(sk)->tx_work); in rawsock_sendmsg()
352 INIT_WORK(&nfc_rawsock(sk)->tx_work, rawsock_tx_work); in rawsock_create()
/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c83 struct work_struct tx_work; member
445 mses = container_of(work, struct mse102x_net_spi, tx_work); in mse102x_tx_work()
488 schedule_work(&mses->tx_work); in mse102x_start_xmit_spi()
576 flush_work(&mses->tx_work); in mse102x_net_stop()
733 INIT_WORK(&mses->tx_work, mse102x_tx_work); in mse102x_probe_spi()
/linux/drivers/staging/greybus/
H A Duart.c62 struct work_struct tx_work; member
186 schedule_work(&gb_tty->tx_work); in gb_uart_receive_credits_handler()
233 gb_tty = container_of(work, struct gb_tty, tx_work); in gb_uart_tx_write_work()
437 schedule_work(&gb_tty->tx_work); in gb_tty_write()
742 cancel_work_sync(&gb_tty->tx_work); in gb_tty_port_shutdown()
845 INIT_WORK(&gb_tty->tx_work, gb_uart_tx_write_work); in gb_uart_probe()
/linux/drivers/net/slip/
H A Dslip.h59 struct work_struct tx_work; /* Flushes transmit buffer */ member
H A Dslip.c424 struct slip *sl = container_of(work, struct slip, tx_work);
461 schedule_work(&sl->tx_work);
767 INIT_WORK(&sl->tx_work, slip_transmit);
898 flush_work(&sl->tx_work);
/linux/drivers/bluetooth/
H A Dbtmtkuart.c70 struct work_struct tx_work; member
241 tx_work); in btmtkuart_tx_work()
292 schedule_work(&bdev->tx_work); in btmtkuart_tx_wakeup()
492 cancel_work_sync(&bdev->tx_work); in btmtkuart_flush()
851 INIT_WORK(&bdev->tx_work, btmtkuart_tx_work); in btmtkuart_probe()
/linux/drivers/staging/nvec/
H A Dnvec.h144 struct work_struct rx_work, tx_work; member
/linux/net/tls/
H A Dtls_sw.c516 schedule_delayed_work(&ctx->tx_work.work, 1); in tls_encrypt_done()
1158 cancel_delayed_work(&ctx->tx_work.work); in tls_sw_sendmsg_locked()
1220 cancel_delayed_work(&ctx->tx_work.work); in tls_sw_sendmsg_locked()
1258 cancel_delayed_work(&ctx->tx_work.work); in tls_sw_sendmsg_locked()
1339 cancel_delayed_work(&ctx->tx_work.work); in tls_sw_splice_eof()
2536 cancel_delayed_work_sync(&ctx->tx_work.work); in tls_sw_cancel_work_tx()
2627 struct tx_work *tx_work = container_of(delayed_work, in tx_work_handler() local
2628 struct tx_work, work); in tx_work_handler()
2629 struct sock *sk = tx_work->sk; in tx_work_handler()
2653 schedule_delayed_work(&ctx->tx_work.work, msecs_to_jiffies(10)); in tx_work_handler()
[all …]
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c658 struct siw_wqe *tx_work = tx_wqe(qp); in siw_init_rresp() local
683 if (tx_work->wr_status == SIW_WR_IDLE) { in siw_init_rresp()
688 tx_work->processed = 0; in siw_init_rresp()
689 tx_work->mem[0] = NULL; in siw_init_rresp()
690 tx_work->wr_status = SIW_WR_QUEUED; in siw_init_rresp()
691 resp = &tx_work->sqe; in siw_init_rresp()
/linux/drivers/net/wireless/ath/ar5523/
H A Dar5523.h101 struct work_struct tx_work; member
/linux/drivers/net/ethernet/davicom/
H A Ddm9051.c108 struct work_struct tx_work; member
907 struct board_info *db = container_of(work, struct board_info, tx_work); in dm9051_tx_delay()
1000 flush_work(&db->tx_work); in dm9051_stop()
1024 schedule_work(&db->tx_work); in dm9051_start_xmit()
1191 INIT_WORK(&db->tx_work, dm9051_tx_delay); in dm9051_probe()
/linux/drivers/nfc/st21nfca/
H A Dst21nfca.h117 struct work_struct tx_work; member
/linux/drivers/net/ethernet/microchip/
H A Dencx24j600.c54 struct kthread_work tx_work; member
868 container_of(ws, struct encx24j600_priv, tx_work); in encx24j600_tx_proc()
887 kthread_queue_work(&priv->kworker, &priv->tx_work); in encx24j600_tx()
1050 kthread_init_work(&priv->tx_work, encx24j600_tx_proc); in encx24j600_spi_probe()
/linux/drivers/net/wireless/ti/wl1251/
H A Dtx.c332 struct wl1251 *wl = container_of(work, struct wl1251, tx_work); in wl1251_tx_work()
489 ieee80211_queue_work(wl->hw, &wl->tx_work); in wl1251_tx_complete()

123