Home
last modified time | relevance | path

Searched refs:watchdog_timeo (Results 1 – 25 of 200) sorted by relevance

12345678

/linux/net/sched/
H A Dsch_generic.c518 if (time_after(jiffies, trans_start + dev->watchdog_timeo)) { in dev_watchdog()
538 dev->watchdog_timeo))) in dev_watchdog()
551 if (dev->watchdog_timeo <= 0) in __netdev_watchdog_up()
552 dev->watchdog_timeo = 5*HZ; in __netdev_watchdog_up()
554 round_jiffies(jiffies + dev->watchdog_timeo))) in __netdev_watchdog_up()
/linux/drivers/net/ethernet/natsemi/
H A Djazzsonic.c159 dev->watchdog_timeo = TX_TIMEOUT; in sonic_probe1()
H A Dxtsonic.c179 dev->watchdog_timeo = TX_TIMEOUT; in sonic_probe1()
H A Dmacsonic.c184 dev->watchdog_timeo = TX_TIMEOUT; in macsonic_init()
/linux/net/bluetooth/bnep/
H A Dnetdev.c229 dev->watchdog_timeo = HZ * 2; in bnep_net_setup()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c133 ndev->watchdog_timeo = 5 * HZ; in enetc_vf_netdev_setup()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst124 int watchdog_timeo
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c606 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 Dlib8390.c208 if (dev->watchdog_timeo <= 0) in __ei_open()
209 dev->watchdog_timeo = TX_TIMEOUT; in __ei_open()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c390 netdev->watchdog_timeo = 0; in xgbe_config_netdev()
/linux/drivers/net/ipa/
H A Dipa_modem.c242 netdev->watchdog_timeo = IPA_NETDEV_TIMEOUT * HZ; in ipa_modem_netdev_setup()
/linux/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c290 dev->watchdog_timeo = QCAUART_TX_TIMEOUT; in qcauart_netdev_setup()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1513 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 Dldmvsw.c246 dev->watchdog_timeo = VSW_TX_TIMEOUT; in vsw_alloc_netdev()
H A Dsunvnet.c301 dev->watchdog_timeo = VNET_TX_TIMEOUT; in vnet_new()
/linux/drivers/net/
H A Dntb_netdev.c428 ndev->watchdog_timeo = msecs_to_jiffies(NTB_TX_TIMEOUT_MS); in ntb_netdev_probe()
/linux/drivers/net/ethernet/sfc/
H A Def100_netdev.c341 net_dev->watchdog_timeo = 5 * HZ; in ef100_register_netdev()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c231 dev->watchdog_timeo = CCMNI_NETDEV_WDT_TO; in t7xx_ccmni_wwan_setup()
/linux/arch/xtensa/platforms/iss/
H A Dnetwork.c535 dev->watchdog_timeo = (HZ >> 1); in iss_net_configure()
/linux/drivers/net/ethernet/ezchip/
H A Dnps_enet.c591 ndev->watchdog_timeo = (400 * HZ / 1000); in nps_enet_probe()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c212 netdev->watchdog_timeo = 0; in xlgmac_init()
/linux/drivers/net/usb/
H A Dipheth.c567 netdev->watchdog_timeo = IPHETH_TX_TIMEOUT; in ipheth_probe()
/linux/drivers/net/ethernet/wiznet/
H A Dw5300.c604 ndev->watchdog_timeo = HZ; in w5300_probe()
/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c594 netdev->watchdog_timeo = msecs_to_jiffies(HFI_TX_TIMEOUT_MS); in hfi1_vnic_alloc_rn()
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.c642 netdev->watchdog_timeo = EMAC_WATCHDOG_TIME; in emac_probe()

12345678