Home
last modified time | relevance | path

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

12345678910

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c51 struct work_struct tx_work; /* Flushes transmit buffer */ member
129 struct qcauart *qca = container_of(work, struct qcauart, tx_work); in qcauart_transmit()
167 schedule_work(&qca->tx_work); in qca_tty_wakeup()
189 flush_work(&qca->tx_work); in qcauart_netdev_close()
346 INIT_WORK(&qca->tx_work, qcauart_transmit); in qca_uart_probe()
378 cancel_work_sync(&qca->tx_work); in qca_uart_probe()
397 cancel_work_sync(&qca->tx_work); in qca_uart_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c51 struct work_struct tx_work; /* Flushes transmit buffer */ member
129 struct qcauart *qca = container_of(work, struct qcauart, tx_work); in qcauart_transmit()
167 schedule_work(&qca->tx_work); in qca_tty_wakeup()
189 flush_work(&qca->tx_work); in qcauart_netdev_close()
346 INIT_WORK(&qca->tx_work, qcauart_transmit); in qca_uart_probe()
378 cancel_work_sync(&qca->tx_work); in qca_uart_probe()
397 cancel_work_sync(&qca->tx_work); in qca_uart_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c51 struct work_struct tx_work; /* Flushes transmit buffer */ member
129 struct qcauart *qca = container_of(work, struct qcauart, tx_work); in qcauart_transmit()
167 schedule_work(&qca->tx_work); in qca_tty_wakeup()
189 flush_work(&qca->tx_work); in qcauart_netdev_close()
346 INIT_WORK(&qca->tx_work, qcauart_transmit); in qca_uart_probe()
378 cancel_work_sync(&qca->tx_work); in qca_uart_probe()
397 cancel_work_sync(&qca->tx_work); in qca_uart_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/net/smc/
H A Dsmc_close.c117 cancel_delayed_work_sync(&smc->conn.tx_work); in smc_close_cancel_work()
225 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
250 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
358 cancel_delayed_work_sync(&conn->tx_work); in smc_close_passive_work()
448 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
461 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/smc/
H A Dsmc_close.c117 cancel_delayed_work_sync(&smc->conn.tx_work); in smc_close_cancel_work()
225 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
250 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
358 cancel_delayed_work_sync(&conn->tx_work); in smc_close_passive_work()
448 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
461 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/smc/
H A Dsmc_close.c117 cancel_delayed_work_sync(&smc->conn.tx_work); in smc_close_cancel_work()
225 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
250 cancel_delayed_work_sync(&conn->tx_work); in smc_close_active()
358 cancel_delayed_work_sync(&conn->tx_work); in smc_close_passive_work()
448 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
461 cancel_delayed_work_sync(&conn->tx_work); in smc_close_shutdown_write()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/serio/
H A Dps2-gpio.c61 struct delayed_work tx_work; member
76 flush_delayed_work(&drvdata->tx_work); in ps2_gpio_close()
90 schedule_delayed_work(&drvdata->tx_work, usecs_to_jiffies(200)); in __ps2_gpio_write()
119 tx_work); in ps2_gpio_tx_work_fn()
408 INIT_DELAYED_WORK(&drvdata->tx_work, ps2_gpio_tx_work_fn); in ps2_gpio_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/serio/
H A Dps2-gpio.c61 struct delayed_work tx_work; member
76 flush_delayed_work(&drvdata->tx_work); in ps2_gpio_close()
90 schedule_delayed_work(&drvdata->tx_work, usecs_to_jiffies(200)); in __ps2_gpio_write()
119 tx_work); in ps2_gpio_tx_work_fn()
408 INIT_DELAYED_WORK(&drvdata->tx_work, ps2_gpio_tx_work_fn); in ps2_gpio_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/serio/
H A Dps2-gpio.c61 struct delayed_work tx_work; member
76 flush_delayed_work(&drvdata->tx_work); in ps2_gpio_close()
90 schedule_delayed_work(&drvdata->tx_work, usecs_to_jiffies(200)); in __ps2_gpio_write()
119 tx_work); in ps2_gpio_tx_work_fn()
408 INIT_DELAYED_WORK(&drvdata->tx_work, ps2_gpio_tx_work_fn); in ps2_gpio_probe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/micrel/
H A Dks8851_spi.c50 struct work_struct tx_work; member
314 kss = container_of(work, struct ks8851_net_spi, tx_work); in ks8851_tx_work()
346 flush_work(&kss->tx_work); in ks8851_flush_tx_work_spi()
398 schedule_work(&kss->tx_work); in ks8851_start_xmit_spi()
440 INIT_WORK(&kss->tx_work, ks8851_tx_work); in ks8851_probe_spi()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/micrel/
H A Dks8851_spi.c50 struct work_struct tx_work; member
314 kss = container_of(work, struct ks8851_net_spi, tx_work); in ks8851_tx_work()
346 flush_work(&kss->tx_work); in ks8851_flush_tx_work_spi()
398 schedule_work(&kss->tx_work); in ks8851_start_xmit_spi()
440 INIT_WORK(&kss->tx_work, ks8851_tx_work); in ks8851_probe_spi()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/micrel/
H A Dks8851_spi.c50 struct work_struct tx_work; member
314 kss = container_of(work, struct ks8851_net_spi, tx_work); in ks8851_tx_work()
346 flush_work(&kss->tx_work); in ks8851_flush_tx_work_spi()
398 schedule_work(&kss->tx_work); in ks8851_start_xmit_spi()
440 INIT_WORK(&kss->tx_work, ks8851_tx_work); in ks8851_probe_spi()
/dports/multimedia/libv4l/linux-5.13-rc2/net/mac802154/
H A 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/mac802154/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/mac802154/
H A 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()
/dports/emulators/qemu42/qemu-4.2.1/hw/net/
H A Dxen_nic.c39 int tx_work; member
78 netdev->tx_work++; in net_tx_response()
187 if (!netdev->tx_work) { in net_tx_packets()
190 netdev->tx_work = 0; in net_tx_packets()
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A Dxen_nic.c39 int tx_work; member
78 netdev->tx_work++; in net_tx_response()
187 if (!netdev->tx_work) { in net_tx_packets()
190 netdev->tx_work = 0; in net_tx_packets()
/dports/emulators/qemu5/qemu-5.2.0/hw/net/
H A Dxen_nic.c39 int tx_work; member
78 netdev->tx_work++; in net_tx_response()
187 if (!netdev->tx_work) { in net_tx_packets()
190 netdev->tx_work = 0; in net_tx_packets()
/dports/emulators/qemu60/qemu-6.0.0/hw/net/
H A Dxen_nic.c39 int tx_work; member
78 netdev->tx_work++; in net_tx_response()
187 if (!netdev->tx_work) { in net_tx_packets()
190 netdev->tx_work = 0; in net_tx_packets()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/net/
H A Dxen_nic.c40 int tx_work; member
79 netdev->tx_work++; in net_tx_response()
188 if (!netdev->tx_work) { in net_tx_packets()
191 netdev->tx_work = 0; in net_tx_packets()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/net/
H A Dxen_nic.c39 int tx_work; member
78 netdev->tx_work++; in net_tx_response()
187 if (!netdev->tx_work) { in net_tx_packets()
190 netdev->tx_work = 0; in net_tx_packets()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/net/
H A Dxen_nic.c39 int tx_work;
78 netdev->tx_work++;
187 if (!netdev->tx_work) {
190 netdev->tx_work = 0;
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A Dxen_nic.c39 int tx_work; member
78 netdev->tx_work++; in net_tx_response()
187 if (!netdev->tx_work) { in net_tx_packets()
190 netdev->tx_work = 0; in net_tx_packets()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/net/
H A Dxen_nic.c39 int tx_work; member
78 netdev->tx_work++; in net_tx_response()
187 if (!netdev->tx_work) { in net_tx_packets()
190 netdev->tx_work = 0; in net_tx_packets()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/can/
H A Dslcan.c87 struct work_struct tx_work; /* Flushes transmit buffer */ member
313 struct slcan *sl = container_of(work, struct slcan, tx_work); in slcan_transmit()
350 schedule_work(&sl->tx_work); in slcan_write_wakeup()
549 INIT_WORK(&sl->tx_work, slcan_transmit); in slc_alloc()
659 flush_work(&sl->tx_work); in slcan_close()

12345678910