Searched defs:restart_tx (Results 1 - 3 of 3) sorted by relevance

/drivers/net/fddi/skfp/
H A Ddrvfbi.c188 int restart_tx = 0 ; local
214 restart_tx = 1 ;
224 restart_tx = 1 ;
227 if (restart_tx)
/drivers/net/can/spi/
H A Dmcp251x.c268 int restart_tx; member in struct:mcp251x_priv
544 priv->restart_tx = 1;
792 if (priv->restart_tx) {
793 priv->restart_tx = 0;
/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1913 * restart_tx - check whether to restart suspended Tx queues
1919 static void restart_tx(struct sge_qset *qs) function
2390 restart_tx(qs);
2499 restart_tx(qs);

Completed in 117 milliseconds