| /linux/net/sched/ |
| H A D | sch_generic.c | 553 if (time_after(jiffies, trans_start + dev->watchdog_timeo)) { in dev_watchdog() 573 dev->watchdog_timeo))) in dev_watchdog() 587 if (dev->watchdog_timeo <= 0) in netdev_watchdog_up() 588 dev->watchdog_timeo = 5*HZ; in netdev_watchdog_up() 590 round_jiffies(jiffies + dev->watchdog_timeo))) in netdev_watchdog_up()
|
| /linux/net/bluetooth/bnep/ |
| H A D | netdev.c | 229 dev->watchdog_timeo = HZ * 2; in bnep_net_setup()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_vf.c | 167 ndev->watchdog_timeo = 5 * HZ; in enetc_vf_netdev_setup()
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_netdev.c | 606 netdev->watchdog_timeo / HZ); in fm10k_tx_timeout() 609 if (netdev->watchdog_timeo < TX_TIMEO_LIMIT) in fm10k_tx_timeout() 610 netdev->watchdog_timeo *= 2; in fm10k_tx_timeout()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | lib8390.c | 208 if (dev->watchdog_timeo <= 0) in __ei_open() 209 dev->watchdog_timeo = TX_TIMEOUT; in __ei_open()
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | net_device.rst | 127 int watchdog_timeo
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-main.c | 280 netdev->watchdog_timeo = 0; in xgbe_config_netdev()
|
| /linux/drivers/net/ethernet/qualcomm/ |
| H A D | qca_uart.c | 290 dev->watchdog_timeo = QCAUART_TX_TIMEOUT; in qcauart_netdev_setup()
|
| H A D | qca_spi.c | 871 dev->watchdog_timeo = QCASPI_TX_TIMEOUT; in qcaspi_netdev_setup()
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_enet.c | 1513 if (ndev->watchdog_timeo < HNS_TX_TIMEO_LIMIT) { in hns_nic_net_timeout() 1514 ndev->watchdog_timeo *= 2; in hns_nic_net_timeout() 1516 ndev->watchdog_timeo); in hns_nic_net_timeout() 1518 ndev->watchdog_timeo = HNS_NIC_TX_TIMEOUT; in hns_nic_net_timeout() 2328 ndev->watchdog_timeo = HNS_NIC_TX_TIMEOUT; in hns_nic_dev_probe()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | ldmvsw.c | 246 dev->watchdog_timeo = VSW_TX_TIMEOUT; in vsw_alloc_netdev()
|
| H A D | sunvnet.c | 301 dev->watchdog_timeo = VNET_TX_TIMEOUT; in vnet_new()
|
| H A D | sunqe.c | 896 dev->watchdog_timeo = 5*HZ; in qec_ether_init()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef100_netdev.c | 341 net_dev->watchdog_timeo = 5 * HZ; in ef100_register_netdev()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_netdev.c | 231 dev->watchdog_timeo = CCMNI_NETDEV_WDT_TO; in t7xx_ccmni_wwan_setup()
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-common.c | 212 netdev->watchdog_timeo = 0; in xlgmac_init()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | a2065.c | 739 dev->watchdog_timeo = 5*HZ; in a2065_init_one()
|
| H A D | ariadne.c | 756 dev->watchdog_timeo = 5 * HZ; in ariadne_init_one()
|
| H A D | atarilance.c | 635 dev->watchdog_timeo = TX_TIMEOUT; in lance_probe1()
|
| /linux/drivers/net/ethernet/seeq/ |
| H A D | ether3.c | 826 dev->watchdog_timeo = 5 * HZ / 100; in ether3_probe()
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_emaclite.c | 1158 ndev->watchdog_timeo = TX_TIMEOUT; in xemaclite_of_probe()
|
| /linux/drivers/net/usb/ |
| H A D | kaweth.c | 1061 netdev->watchdog_timeo = KAWETH_TX_TIMEOUT; in kaweth_probe()
|
| H A D | rtl8150.c | 925 netdev->watchdog_timeo = RTL8150_TX_TIMEOUT; in rtl8150_probe()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | main.c | 862 dev->watchdog_timeo = 5 * HZ; in lbs_add_card()
|
| /linux/drivers/net/ethernet/arc/ |
| H A D | emac_main.c | 893 ndev->watchdog_timeo = TX_TIMEOUT; in arc_emac_probe()
|