Home
last modified time | relevance | path

Searched refs:restart_tx (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Ddrvfbi.c185 int restart_tx = 0 ; in mac1_irq() local
211 restart_tx = 1 ; in mac1_irq()
221 restart_tx = 1 ; in mac1_irq()
224 if (restart_tx) in mac1_irq()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Ddrvfbi.c181 int restart_tx = 0 ; in mac1_irq() local
207 restart_tx = 1 ; in mac1_irq()
217 restart_tx = 1 ; in mac1_irq()
220 if (restart_tx) in mac1_irq()
/kernel/linux/linux-5.10/drivers/net/can/spi/
H A Dhi311x.c168 int restart_tx; member
395 priv->restart_tx = 1; in hi3110_do_set_mode()
621 if (priv->restart_tx) { in hi3110_restart_work_handler()
622 priv->restart_tx = 0; in hi3110_restart_work_handler()
H A Dmcp251x.c252 int restart_tx; member
813 priv->restart_tx = 1; in mcp251x_do_set_mode()
1052 if (priv->restart_tx) { in mcp251x_restart_work_handler()
1053 priv->restart_tx = 0; in mcp251x_restart_work_handler()
/kernel/linux/linux-6.6/drivers/net/can/spi/
H A Dhi311x.c167 int restart_tx; member
395 priv->restart_tx = 1; in hi3110_do_set_mode()
619 if (priv->restart_tx) { in hi3110_restart_work_handler()
620 priv->restart_tx = 0; in hi3110_restart_work_handler()
H A Dmcp251x.c251 int restart_tx; member
811 priv->restart_tx = 1; in mcp251x_do_set_mode()
1048 if (priv->restart_tx) { in mcp251x_restart_work_handler()
1049 priv->restart_tx = 0; in mcp251x_restart_work_handler()
/kernel/linux/linux-5.10/drivers/vhost/
H A Dvsock.c90 bool restart_tx = false; in vhost_transport_do_send_pkt() local
218 restart_tx = true; in vhost_transport_do_send_pkt()
230 if (restart_tx) in vhost_transport_do_send_pkt()
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvsock.c96 bool restart_tx = false; in vhost_transport_do_send_pkt() local
240 restart_tx = true; in vhost_transport_do_send_pkt()
252 if (restart_tx) in vhost_transport_do_send_pkt()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1981 * restart_tx - check whether to restart suspended Tx queues
1987 static void restart_tx(struct sge_qset *qs) in restart_tx() function
2456 restart_tx(qs); in process_responses()
2565 restart_tx(qs); in process_pure_responses()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1979 * restart_tx - check whether to restart suspended Tx queues
1985 static void restart_tx(struct sge_qset *qs) in restart_tx() function
2454 restart_tx(qs); in process_responses()
2563 restart_tx(qs); in process_pure_responses()

Completed in 19 milliseconds