Searched defs:tx_timeout (Results 1 - 14 of 14) sorted by relevance

/drivers/net/ethernet/apple/
H A Dmace.c62 struct timer_list tx_timeout; member in struct:mace_data
203 init_timer(&mp->tx_timeout);
526 del_timer(&mp->tx_timeout);
527 mp->tx_timeout.expires = jiffies + TX_TIMEOUT;
528 mp->tx_timeout.function = mace_tx_timeout;
529 mp->tx_timeout.data = (unsigned long) dev;
530 add_timer(&mp->tx_timeout);
681 del_timer(&mp->tx_timeout);
H A Dbmac.c80 struct timer_list tx_timeout; member in struct:bmac_data
468 del_timer(&bp->tx_timeout);
556 del_timer(&bp->tx_timeout);
557 bp->tx_timeout.expires = jiffies + TX_TIMEOUT;
558 bp->tx_timeout.function = bmac_tx_timeout;
559 bp->tx_timeout.data = (unsigned long) dev;
560 add_timer(&bp->tx_timeout);
766 /* del_timer(&bp->tx_timeout); */
1330 init_timer(&bp->tx_timeout);
1491 XXDEBUG(("bmac: tx_timeout calle
[all...]
/drivers/net/ethernet/realtek/
H A Datp.c208 static void tx_timeout(struct net_device *dev);
249 .ndo_tx_timeout = tx_timeout,
540 static void tx_timeout(struct net_device *dev) function
/drivers/staging/wlan-ng/
H A Dp80211netdev.h192 void (*tx_timeout) (struct wlandevice *wlandev); member in struct:wlandevice
/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c33 software reset in tx_timeout
334 static void tx_timeout(struct net_device *dev);
355 .ndo_tx_timeout = tx_timeout,
931 static void tx_timeout(struct net_device *dev) function
1561 * - tx_timeout:
/drivers/net/ethernet/dlink/
H A Dsundance.c425 static void tx_timeout(struct net_device *dev);
469 .ndo_tx_timeout = tx_timeout,
948 static void tx_timeout(struct net_device *dev) function
/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h386 unsigned long tx_timeout; member in struct:mlx4_en_port_stats
/drivers/char/pcmcia/
H A Dsynclink_cs.c380 static void tx_timeout(unsigned long context);
1288 setup_timer(&info->tx_timer, tx_timeout, (unsigned long)info);
3845 static void tx_timeout(unsigned long context) function
3851 printk( "%s(%d):tx_timeout(%s)\n",
/drivers/net/ethernet/adaptec/
H A Dstarfire.c592 static void tx_timeout(struct net_device *dev);
644 .ndo_tx_timeout = tx_timeout,
1141 static void tx_timeout(struct net_device *dev) function
/drivers/staging/rtl8192u/
H A Dr8192U_core.c783 void tx_timeout(struct net_device *dev) function
5740 .ndo_tx_timeout = tx_timeout,
/drivers/tty/
H A Dsynclink_gt.c499 static void tx_timeout(unsigned long context);
3617 setup_timer(&info->tx_timer, tx_timeout, (unsigned long)info);
5126 static void tx_timeout(unsigned long context) function
5131 DBGINFO(("%s tx_timeout\n", info->device_name));
H A Dsynclinkmp.c620 static void tx_timeout(unsigned long context);
3802 setup_timer(&info->tx_timer, tx_timeout, (unsigned long)info);
5473 static void tx_timeout(unsigned long context) function
5479 printk( "%s(%d):%s tx_timeout()\n",
/drivers/net/ethernet/amd/
H A Damd8111e.h726 unsigned int tx_timeout; member in struct:amd8111e_coalesce_conf
/drivers/net/ethernet/freescale/
H A Dgianfar.h638 u64 tx_timeout; member in struct:gfar_extra_stats

Completed in 274 milliseconds