/Linux-v4.19/drivers/net/ethernet/apple/ |
D | mace.c | 62 struct timer_list tx_timeout; member 199 timer_setup(&mp->tx_timeout, mace_tx_timeout, 0); in mace_probe() 522 del_timer(&mp->tx_timeout); in mace_set_timeout() 523 mp->tx_timeout.expires = jiffies + TX_TIMEOUT; in mace_set_timeout() 524 add_timer(&mp->tx_timeout); in mace_set_timeout() 675 del_timer(&mp->tx_timeout); in mace_interrupt() 804 struct mace_data *mp = from_timer(mp, t, tx_timeout); in mace_tx_timeout()
|
D | bmac.c | 76 struct timer_list tx_timeout; member 464 del_timer(&bp->tx_timeout); in bmac_suspend() 552 del_timer(&bp->tx_timeout); in bmac_set_timeout() 553 bp->tx_timeout.expires = jiffies + TX_TIMEOUT; in bmac_set_timeout() 554 add_timer(&bp->tx_timeout); in bmac_set_timeout() 1318 timer_setup(&bp->tx_timeout, bmac_tx_timeout, 0); in bmac_probe() 1470 struct bmac_data *bp = from_timer(bp, t, tx_timeout); in bmac_tx_timeout()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_stats.h | 40 unsigned long tx_timeout; member
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_cmd.c | 223 } while (timeout < hw->cmq.tx_timeout); in hclgevf_cmd_send() 291 hdev->hw.cmq.tx_timeout = HCLGEVF_CMDQ_TX_TIMEOUT; in hclgevf_cmd_init()
|
D | hclgevf_cmd.h | 64 u16 tx_timeout; /* Tx timeout */ member
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_cmd.c | 244 } while (timeout < hw->cmq.tx_timeout); in hclge_cmd_send() 312 hdev->hw.cmq.tx_timeout = HCLGE_CMDQ_TX_TIMEOUT; in hclge_cmd_queue_init()
|
D | hclge_cmd.h | 61 u16 tx_timeout; member
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | p80211netdev.h | 188 void (*tx_timeout)(struct wlandevice *wlandev); member
|
D | p80211netdev.c | 1085 if (wlandev->tx_timeout) { in p80211knetdev_tx_timeout() 1086 wlandev->tx_timeout(wlandev); in p80211knetdev_tx_timeout()
|
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | atp.c | 207 static void tx_timeout(struct net_device *dev); 248 .ndo_tx_timeout = tx_timeout, 536 static void tx_timeout(struct net_device *dev) in tx_timeout() function
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | amd8111e.c | 398 timeout = coal_conf->tx_timeout; in amd8111e_set_coalesce() 1039 coal_conf->tx_timeout = 0x0; in amd8111e_calc_coalesce() 1052 coal_conf->tx_timeout = 0; in amd8111e_calc_coalesce() 1062 coal_conf->tx_timeout = 1; in amd8111e_calc_coalesce() 1072 coal_conf->tx_timeout = 2; in amd8111e_calc_coalesce() 1079 coal_conf->tx_timeout = 4; in amd8111e_calc_coalesce()
|
D | amd8111e.h | 724 unsigned int tx_timeout; member
|
/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.h | 264 u64 tx_timeout; member
|
D | ena_ethtool.c | 62 ENA_STAT_GLOBAL_ENTRY(tx_timeout),
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-queues | 19 What: /sys/class/<iface>/queues/tx-<queue>/tx_timeout
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 3207 unsigned long tx_timeout; in xgbe_txq_prepare_tx_stop() local 3213 tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ); in xgbe_txq_prepare_tx_stop() 3214 while (time_before(jiffies, tx_timeout)) { in xgbe_txq_prepare_tx_stop() 3223 if (!time_before(jiffies, tx_timeout)) in xgbe_txq_prepare_tx_stop() 3234 unsigned long tx_timeout; in xgbe_prepare_tx_stop() local 3255 tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ); in xgbe_prepare_tx_stop() 3256 while (time_before(jiffies, tx_timeout)) { in xgbe_prepare_tx_stop() 3266 if (!time_before(jiffies, tx_timeout)) in xgbe_prepare_tx_stop()
|
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 72 static u16 tx_timeout = 1000; variable 73 module_param(tx_timeout, ushort, 0444); 74 MODULE_PARM_DESC(tx_timeout, "The Tx timeout in ms"); 216 u16 tx_timeout) in dpaa_netdev_init() argument 264 net_dev->watchdog_timeo = msecs_to_jiffies(tx_timeout); in dpaa_netdev_init() 2917 err = dpaa_netdev_init(net_dev, &dpaa_ops, tx_timeout); in dpaa_eth_probe()
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nic.h | 256 u64 tx_timeout; member
|
D | nicvf_ethtool.c | 106 NICVF_DRV_STAT(tx_timeout),
|
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | winbond-840.c | 334 static void tx_timeout(struct net_device *dev); 355 .ndo_tx_timeout = tx_timeout, 924 static void tx_timeout(struct net_device *dev) in tx_timeout() function
|
/Linux-v4.19/drivers/net/ethernet/dlink/ |
D | sundance.c | 435 static void tx_timeout(struct net_device *dev); 490 .ndo_tx_timeout = tx_timeout, 972 static void tx_timeout(struct net_device *dev) in tx_timeout() function
|
/Linux-v4.19/drivers/net/ethernet/adaptec/ |
D | starfire.c | 579 static void tx_timeout(struct net_device *dev); 633 .ndo_tx_timeout = tx_timeout, 1108 static void tx_timeout(struct net_device *dev) in tx_timeout() function
|
/Linux-v4.19/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-hw.c | 459 unsigned long tx_timeout; in xlgmac_prepare_tx_stop() local 479 tx_timeout = jiffies + (XLGMAC_DMA_STOP_TIMEOUT * HZ); in xlgmac_prepare_tx_stop() 480 while (time_before(jiffies, tx_timeout)) { in xlgmac_prepare_tx_stop() 491 if (!time_before(jiffies, tx_timeout)) in xlgmac_prepare_tx_stop()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | gianfar.h | 661 atomic64_t tx_timeout; member
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.h | 1361 u16 tx_timeout; member
|