Home
last modified time | relevance | path

Searched refs:tx_timeout (Results 1 – 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/apple/
Dmace.c63 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()
Dbmac.c77 struct timer_list tx_timeout; member
465 del_timer(&bp->tx_timeout); in bmac_suspend()
553 del_timer(&bp->tx_timeout); in bmac_set_timeout()
554 bp->tx_timeout.expires = jiffies + TX_TIMEOUT; in bmac_set_timeout()
555 add_timer(&bp->tx_timeout); in bmac_set_timeout()
1319 timer_setup(&bp->tx_timeout, bmac_tx_timeout, 0); in bmac_probe()
1471 struct bmac_data *bp = from_timer(bp, t, tx_timeout); in bmac_tx_timeout()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h40 unsigned long tx_timeout; member
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
Dp80211netdev.h188 void (*tx_timeout)(struct wlandevice *wlandev); member
Dp80211netdev.c1080 if (wlandev->tx_timeout) { in p80211knetdev_tx_timeout()
1081 wlandev->tx_timeout(wlandev); in p80211knetdev_tx_timeout()
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
Datp.c207 static void tx_timeout(struct net_device *dev, unsigned int txqueue);
248 .ndo_tx_timeout = tx_timeout,
536 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
Damd8111e.c389 timeout = coal_conf->tx_timeout; in amd8111e_set_coalesce()
1031 coal_conf->tx_timeout = 0x0; in amd8111e_calc_coalesce()
1044 coal_conf->tx_timeout = 0; in amd8111e_calc_coalesce()
1054 coal_conf->tx_timeout = 1; in amd8111e_calc_coalesce()
1064 coal_conf->tx_timeout = 2; in amd8111e_calc_coalesce()
1071 coal_conf->tx_timeout = 4; in amd8111e_calc_coalesce()
Damd8111e.h713 unsigned int tx_timeout; member
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.c276 } while (timeout < hw->cmq.tx_timeout); in hclgevf_cmd_send()
377 hdev->hw.cmq.tx_timeout = HCLGEVF_CMDQ_TX_TIMEOUT; in hclgevf_cmd_queue_init()
Dhclgevf_cmd.h73 u16 tx_timeout; /* Tx timeout */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c312 } while (timeout < hw->cmq.tx_timeout); in hclge_cmd_send()
402 hdev->hw.cmq.tx_timeout = HCLGE_CMDQ_TX_TIMEOUT; in hclge_cmd_queue_init()
Dhclge_cmd.h74 u16 tx_timeout; member
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-net-queues19 What: /sys/class/<iface>/queues/tx-<queue>/tx_timeout
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c3217 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.h304 u64 tx_timeout; member
Dena_ethtool.c43 ENA_STAT_GLOBAL_ENTRY(tx_timeout),
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c73 static u16 tx_timeout = 1000; variable
74 module_param(tx_timeout, ushort, 0444);
75 MODULE_PARM_DESC(tx_timeout, "The Tx timeout in ms");
225 u16 tx_timeout) in dpaa_netdev_init() argument
285 net_dev->watchdog_timeo = msecs_to_jiffies(tx_timeout); in dpaa_netdev_init()
3071 err = dpaa_netdev_init(net_dev, &dpaa_ops, tx_timeout); in dpaa_eth_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
Dnic.h253 u64 tx_timeout; member
Dnicvf_ethtool.c102 NICVF_DRV_STAT(tx_timeout),
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
Dwinbond-840.c324 static void tx_timeout(struct net_device *dev, unsigned int txqueue);
345 .ndo_tx_timeout = tx_timeout,
911 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
Dsundance.c428 static void tx_timeout(struct net_device *dev, unsigned int txqueue);
483 .ndo_tx_timeout = tx_timeout,
959 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
/kernel/linux/linux-5.10/drivers/net/ethernet/adaptec/
Dstarfire.c571 static void tx_timeout(struct net_device *dev, unsigned int txqueue);
625 .ndo_tx_timeout = tx_timeout,
1095 static void tx_timeout(struct net_device *dev, unsigned int txqueue) in tx_timeout() function
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-hw.c459 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
Dgianfar.h625 atomic64_t tx_timeout; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddebugfs_htt_stats.h156 u32 tx_timeout; member

12