Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D3c507.c120 int last_restart; member
492 if (lp->last_restart == dev->stats.tx_packets) { in el16_tx_timeout()
504 lp->last_restart = dev->stats.tx_packets; in el16_tx_timeout()
Dlp486e.c345 int last_restart; member
918 if (lp->last_restart == dev->stats.tx_packets) { in i596_tx_timeout()
928 lp->last_restart = dev->stats.tx_packets; in i596_tx_timeout()
Dlib82596.c318 int last_restart; member
953 if (lp->last_restart == dev->stats.tx_packets) { in i596_tx_timeout()
963 lp->last_restart = dev->stats.tx_packets; in i596_tx_timeout()
D82596.c322 int last_restart __attribute__((aligned(4))); member
1060 if (lp->last_restart == dev->stats.tx_packets) { in i596_tx_timeout()
1069 lp->last_restart = dev->stats.tx_packets; in i596_tx_timeout()