Home
last modified time | relevance | path

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

/drivers/net/fddi/skfp/
Ddrvfbi.c188 int restart_tx = 0 ; in mac1_irq() local
214 restart_tx = 1 ; in mac1_irq()
224 restart_tx = 1 ; in mac1_irq()
227 if (restart_tx) in mac1_irq()
/drivers/vhost/
Dvsock.c90 bool restart_tx = false; in vhost_transport_do_send_pkt() local
177 restart_tx = true; in vhost_transport_do_send_pkt()
188 if (restart_tx) in vhost_transport_do_send_pkt()
/drivers/net/can/spi/
Dmcp251x.c270 int restart_tx; member
545 priv->restart_tx = 1; in mcp251x_do_set_mode()
802 if (priv->restart_tx) { in mcp251x_restart_work_handler()
803 priv->restart_tx = 0; in mcp251x_restart_work_handler()
/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c1919 static void restart_tx(struct sge_qset *qs) in restart_tx() function
2390 restart_tx(qs); in process_responses()
2499 restart_tx(qs); in process_pure_responses()