Home
last modified time | relevance | path

Searched refs:restart_tx (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/fddi/skfp/
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()
/Linux-v5.4/drivers/net/can/spi/
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()
Dmcp251x.c225 int restart_tx; member
490 priv->restart_tx = 1; in mcp251x_do_set_mode()
734 if (priv->restart_tx) { in mcp251x_restart_work_handler()
735 priv->restart_tx = 0; in mcp251x_restart_work_handler()
/Linux-v5.4/drivers/vhost/
Dvsock.c90 bool restart_tx = false; in vhost_transport_do_send_pkt() local
212 restart_tx = true; in vhost_transport_do_send_pkt()
224 if (restart_tx) in vhost_transport_do_send_pkt()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c1984 static void restart_tx(struct sge_qset *qs) in restart_tx() function
2455 restart_tx(qs); in process_responses()
2564 restart_tx(qs); in process_pure_responses()