tx_timeout        378 drivers/char/pcmcia/synclink_cs.c static void tx_timeout(struct timer_list *t);
tx_timeout       1292 drivers/char/pcmcia/synclink_cs.c 	timer_setup(&info->tx_timer, tx_timeout, 0);
tx_timeout        918 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	priv->cmq.tx_timeout = HNS_ROCE_CMQ_TX_TIMEOUT;
tx_timeout       1051 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 		} while (timeout < priv->cmq.tx_timeout);
tx_timeout       1602 drivers/infiniband/hw/hns/hns_roce_hw_v2.h 	u16 tx_timeout;
tx_timeout        579 drivers/net/ethernet/adaptec/starfire.c static void	tx_timeout(struct net_device *dev);
tx_timeout        633 drivers/net/ethernet/adaptec/starfire.c 	.ndo_tx_timeout		= tx_timeout,
tx_timeout         62 drivers/net/ethernet/amazon/ena/ena_ethtool.c 	ENA_STAT_GLOBAL_ENTRY(tx_timeout),
tx_timeout         94 drivers/net/ethernet/amazon/ena/ena_netdev.c 	adapter->dev_stats.tx_timeout++;
tx_timeout        297 drivers/net/ethernet/amazon/ena/ena_netdev.h 	u64 tx_timeout;
tx_timeout        385 drivers/net/ethernet/amd/amd8111e.c 			timeout = coal_conf->tx_timeout;
tx_timeout       1026 drivers/net/ethernet/amd/amd8111e.c 			coal_conf->tx_timeout = 0x0;
tx_timeout       1039 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_timeout = 0;
tx_timeout       1049 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_timeout = 1;
tx_timeout       1059 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_timeout = 2;
tx_timeout       1066 drivers/net/ethernet/amd/amd8111e.c 				coal_conf->tx_timeout = 4;
tx_timeout        713 drivers/net/ethernet/amd/amd8111e.h 	unsigned int tx_timeout;
tx_timeout       3217 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	unsigned long tx_timeout;
tx_timeout       3223 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ);
tx_timeout       3224 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	while (time_before(jiffies, tx_timeout)) {
tx_timeout       3233 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	if (!time_before(jiffies, tx_timeout))
tx_timeout       3244 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	unsigned long tx_timeout;
tx_timeout       3265 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ);
tx_timeout       3266 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	while (time_before(jiffies, tx_timeout)) {
tx_timeout       3276 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	if (!time_before(jiffies, tx_timeout))
tx_timeout         77 drivers/net/ethernet/apple/bmac.c 	struct timer_list tx_timeout;
tx_timeout        465 drivers/net/ethernet/apple/bmac.c 		del_timer(&bp->tx_timeout);
tx_timeout        553 drivers/net/ethernet/apple/bmac.c 		del_timer(&bp->tx_timeout);
tx_timeout        554 drivers/net/ethernet/apple/bmac.c 	bp->tx_timeout.expires = jiffies + TX_TIMEOUT;
tx_timeout        555 drivers/net/ethernet/apple/bmac.c 	add_timer(&bp->tx_timeout);
tx_timeout       1319 drivers/net/ethernet/apple/bmac.c 	timer_setup(&bp->tx_timeout, bmac_tx_timeout, 0);
tx_timeout       1471 drivers/net/ethernet/apple/bmac.c 	struct bmac_data *bp = from_timer(bp, t, tx_timeout);
tx_timeout         63 drivers/net/ethernet/apple/mace.c     struct timer_list tx_timeout;
tx_timeout        200 drivers/net/ethernet/apple/mace.c 	timer_setup(&mp->tx_timeout, mace_tx_timeout, 0);
tx_timeout        523 drivers/net/ethernet/apple/mace.c 	del_timer(&mp->tx_timeout);
tx_timeout        524 drivers/net/ethernet/apple/mace.c     mp->tx_timeout.expires = jiffies + TX_TIMEOUT;
tx_timeout        525 drivers/net/ethernet/apple/mace.c     add_timer(&mp->tx_timeout);
tx_timeout        676 drivers/net/ethernet/apple/mace.c 	del_timer(&mp->tx_timeout);
tx_timeout        805 drivers/net/ethernet/apple/mace.c     struct mace_data *mp = from_timer(mp, t, tx_timeout);
tx_timeout        253 drivers/net/ethernet/cavium/thunder/nic.h 	u64 tx_timeout;
tx_timeout        103 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	NICVF_DRV_STAT(tx_timeout),
tx_timeout       1750 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	this_cpu_inc(nic->drv_stats->tx_timeout);
tx_timeout        334 drivers/net/ethernet/dec/tulip/winbond-840.c static void tx_timeout(struct net_device *dev);
tx_timeout        355 drivers/net/ethernet/dec/tulip/winbond-840.c 	.ndo_tx_timeout		= tx_timeout,
tx_timeout        435 drivers/net/ethernet/dlink/sundance.c static void tx_timeout(struct net_device *dev);
tx_timeout        490 drivers/net/ethernet/dlink/sundance.c 	.ndo_tx_timeout		= tx_timeout,
tx_timeout         72 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c static u16 tx_timeout = 1000;
tx_timeout         73 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c module_param(tx_timeout, ushort, 0444);
tx_timeout         74 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c MODULE_PARM_DESC(tx_timeout, "The Tx timeout in ms");
tx_timeout        216 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 			    u16 tx_timeout)
tx_timeout        264 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 	net_dev->watchdog_timeo = msecs_to_jiffies(tx_timeout);
tx_timeout       2933 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 	err = dpaa_netdev_init(net_dev, &dpaa_ops, tx_timeout);
tx_timeout        626 drivers/net/ethernet/freescale/gianfar.h 	atomic64_t tx_timeout;
tx_timeout        314 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c 		} while (timeout < hw->cmq.tx_timeout);
tx_timeout        366 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c 	hdev->hw.cmq.tx_timeout = HCLGE_CMDQ_TX_TIMEOUT;
tx_timeout         69 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h 	u16 tx_timeout;
tx_timeout        279 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c 		} while (timeout < hw->cmq.tx_timeout);
tx_timeout        344 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c 	hdev->hw.cmq.tx_timeout = HCLGEVF_CMDQ_TX_TIMEOUT;
tx_timeout         72 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h 	u16 tx_timeout; /* Tx timeout */
tx_timeout       1385 drivers/net/ethernet/mellanox/mlx4/en_netdev.c 	priv->port_stats.tx_timeout++;
tx_timeout         40 drivers/net/ethernet/mellanox/mlx4/mlx4_stats.h 	unsigned long tx_timeout;
tx_timeout        207 drivers/net/ethernet/realtek/atp.c static void tx_timeout(struct net_device *dev);
tx_timeout        248 drivers/net/ethernet/realtek/atp.c 	.ndo_tx_timeout		= tx_timeout,
tx_timeout        459 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	unsigned long tx_timeout;
tx_timeout        479 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	tx_timeout = jiffies + (XLGMAC_DMA_STOP_TIMEOUT * HZ);
tx_timeout        480 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	while (time_before(jiffies, tx_timeout)) {
tx_timeout        491 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	if (!time_before(jiffies, tx_timeout))
tx_timeout       4761 drivers/staging/rtl8192u/r8192U_core.c 	.ndo_tx_timeout         = tx_timeout,
tx_timeout       1081 drivers/staging/wlan-ng/p80211netdev.c 	if (wlandev->tx_timeout) {
tx_timeout       1082 drivers/staging/wlan-ng/p80211netdev.c 		wlandev->tx_timeout(wlandev);
tx_timeout        188 drivers/staging/wlan-ng/p80211netdev.h 	void (*tx_timeout)(struct wlandevice *wlandev);
tx_timeout       1900 drivers/staging/wlan-ng/prism2sta.c 	wlandev->tx_timeout = hfa384x_tx_timeout;
tx_timeout        496 drivers/tty/synclink_gt.c static void tx_timeout(struct timer_list *t);
tx_timeout       3578 drivers/tty/synclink_gt.c 		timer_setup(&info->tx_timer, tx_timeout, 0);
tx_timeout        618 drivers/tty/synclinkmp.c static void tx_timeout(struct timer_list *t);
tx_timeout       3771 drivers/tty/synclinkmp.c 		timer_setup(&info->tx_timer, tx_timeout, 0);
tx_timeout       1124 net/core/net-sysfs.c 	= __ATTR_RO(tx_timeout);