| /linux/drivers/net/ethernet/qualcomm/ |
| H A D | qca_uart.c | 37 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 D | smc_close.c | 121 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 D | ks8851_spi.c | 48 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 D | mctp-serial.c | 63 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 D | mcp251xfd-tx.c | 157 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 D | netpoll.c | 91 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 D | gb-beagleplay.c | 75 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 D | prestera_rxtx.c | 97 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 D | tls.h | 92 struct tx_work { struct 100 struct tx_work tx_work; argument
|
| H A D | kcm.h | 70 struct work_struct tx_work; member
|
| /linux/net/nfc/ |
| H A D | nfc.h | 31 struct work_struct tx_work; member 42 ((struct sock *) container_of(_tx_work, struct nfc_rawsock, tx_work))
|
| H A D | rawsock.c | 161 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 D | mse102x.c | 83 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 D | uart.c | 62 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 D | slip.h | 59 struct work_struct tx_work; /* Flushes transmit buffer */ member
|
| H A D | slip.c | 424 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 D | btmtkuart.c | 70 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 D | nvec.h | 144 struct work_struct rx_work, tx_work; member
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 516 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 D | siw_qp_rx.c | 658 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 D | ar5523.h | 101 struct work_struct tx_work; member
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9051.c | 108 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 D | st21nfca.h | 117 struct work_struct tx_work; member
|
| /linux/drivers/net/ethernet/microchip/ |
| H A D | encx24j600.c | 54 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 D | tx.c | 332 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()
|