/linux/drivers/net/ethernet/apple/ |
A D | mace.c | 63 struct timer_list tx_timeout; member 200 timer_setup(&mp->tx_timeout, mace_tx_timeout, 0); in mace_probe() 523 del_timer(&mp->tx_timeout); in mace_set_timeout() 524 mp->tx_timeout.expires = jiffies + TX_TIMEOUT; in mace_set_timeout() 525 add_timer(&mp->tx_timeout); in mace_set_timeout() 676 del_timer(&mp->tx_timeout); in mace_interrupt() 805 struct mace_data *mp = from_timer(mp, t, tx_timeout); in mace_tx_timeout()
|
A D | bmac.c | 77 struct timer_list tx_timeout; member 465 del_timer(&bp->tx_timeout); in bmac_suspend() 550 del_timer(&bp->tx_timeout); in bmac_set_timeout() 551 bp->tx_timeout.expires = jiffies + TX_TIMEOUT; in bmac_set_timeout() 552 add_timer(&bp->tx_timeout); in bmac_set_timeout() 1316 timer_setup(&bp->tx_timeout, bmac_tx_timeout, 0); in bmac_probe() 1468 struct bmac_data *bp = from_timer(bp, t, tx_timeout); in bmac_tx_timeout()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | mlx4_stats.h | 34 unsigned long tx_timeout; member
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_ptp.h | 73 unsigned long tx_timeout; member
|
A D | hclge_cmd.c | 285 } while (timeout < hw->cmq.tx_timeout); in hclge_cmd_check_result() 447 hdev->hw.cmq.tx_timeout = HCLGE_CMDQ_TX_TIMEOUT; in hclge_cmd_queue_init()
|
A D | hclge_cmd.h | 74 u16 tx_timeout; member
|
/linux/drivers/net/ethernet/realtek/ |
A D | atp.c | 207 static void tx_timeout(struct net_device *dev, unsigned int txqueue); 248 .ndo_tx_timeout = tx_timeout, 538 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
|
/linux/drivers/net/ethernet/amd/ |
A D | amd8111e.c | 389 timeout = coal_conf->tx_timeout; in amd8111e_set_coalesce() 1027 coal_conf->tx_timeout = 0x0; in amd8111e_calc_coalesce() 1039 coal_conf->tx_timeout = 0; in amd8111e_calc_coalesce() 1048 coal_conf->tx_timeout = 1; in amd8111e_calc_coalesce() 1057 coal_conf->tx_timeout = 2; in amd8111e_calc_coalesce() 1064 coal_conf->tx_timeout = 4; in amd8111e_calc_coalesce()
|
A D | amd8111e.h | 713 unsigned int tx_timeout; member
|
/linux/drivers/staging/wlan-ng/ |
A D | p80211netdev.h | 188 void (*tx_timeout)(struct wlandevice *wlandev); member
|
A D | p80211netdev.c | 1024 if (wlandev->tx_timeout) { in p80211knetdev_tx_timeout() 1025 wlandev->tx_timeout(wlandev); in p80211knetdev_tx_timeout()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
A D | hclgevf_cmd.c | 268 } while (timeout < hw->cmq.tx_timeout); in hclgevf_cmd_check_result() 413 hdev->hw.cmq.tx_timeout = HCLGEVF_CMDQ_TX_TIMEOUT; in hclgevf_cmd_queue_init()
|
A D | hclgevf_cmd.h | 79 u16 tx_timeout; /* Tx timeout */ member
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-dev.c | 3217 unsigned long tx_timeout; in xgbe_txq_prepare_tx_stop() local 3223 tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ); in xgbe_txq_prepare_tx_stop() 3224 while (time_before(jiffies, tx_timeout)) { in xgbe_txq_prepare_tx_stop() 3233 if (!time_before(jiffies, tx_timeout)) in xgbe_txq_prepare_tx_stop() 3244 unsigned long tx_timeout; in xgbe_prepare_tx_stop() local 3265 tx_timeout = jiffies + (XGBE_DMA_STOP_TIMEOUT * HZ); in xgbe_prepare_tx_stop() 3266 while (time_before(jiffies, tx_timeout)) { in xgbe_prepare_tx_stop() 3276 if (!time_before(jiffies, tx_timeout)) in xgbe_prepare_tx_stop()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | ipoib_main.c | 199 rn->tx_timeout = hfi1_ipoib_tx_timeout; in hfi1_ipoib_setup_rn()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-net-queues | 19 What: /sys/class/<iface>/queues/tx-<queue>/tx_timeout
|
/linux/drivers/net/ethernet/amazon/ena/ |
A D | ena_netdev.h | 298 u64 tx_timeout; member
|
A D | ena_ethtool.c | 44 ENA_STAT_GLOBAL_ENTRY(tx_timeout),
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
A D | dpaa_eth.c | 75 static u16 tx_timeout = 1000; variable 76 module_param(tx_timeout, ushort, 0444); 77 MODULE_PARM_DESC(tx_timeout, "The Tx timeout in ms"); 227 u16 tx_timeout) in dpaa_netdev_init() argument 287 net_dev->watchdog_timeo = msecs_to_jiffies(tx_timeout); in dpaa_netdev_init() 3500 err = dpaa_netdev_init(net_dev, &dpaa_ops, tx_timeout); in dpaa_eth_probe()
|
/linux/drivers/net/ethernet/cavium/thunder/ |
A D | nic.h | 253 u64 tx_timeout; member
|
/linux/drivers/net/ethernet/dec/tulip/ |
A D | winbond-840.c | 324 static void tx_timeout(struct net_device *dev, unsigned int txqueue); 345 .ndo_tx_timeout = tx_timeout, 913 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
|
/linux/drivers/net/ethernet/dlink/ |
A D | sundance.c | 428 static void tx_timeout(struct net_device *dev, unsigned int txqueue); 483 .ndo_tx_timeout = tx_timeout, 961 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
|
/linux/drivers/net/ethernet/adaptec/ |
A D | starfire.c | 571 static void tx_timeout(struct net_device *dev, unsigned int txqueue); 625 .ndo_tx_timeout = tx_timeout, 1097 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
|
/linux/drivers/net/ethernet/synopsys/ |
A 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/drivers/net/ethernet/freescale/ |
A D | gianfar.h | 688 atomic64_t tx_timeout; member
|