/openbmc/linux/drivers/net/ethernet/natsemi/ |
H A D | jazzsonic.c | 159 dev->watchdog_timeo = TX_TIMEOUT; in sonic_probe1()
|
H A D | xtsonic.c | 179 dev->watchdog_timeo = TX_TIMEOUT; in sonic_probe1()
|
H A D | macsonic.c | 184 dev->watchdog_timeo = TX_TIMEOUT; in macsonic_init()
|
/openbmc/linux/net/sched/ |
H A D | sch_generic.c | 523 if (time_after(jiffies, trans_start + dev->watchdog_timeo)) { in dev_watchdog() 543 dev->watchdog_timeo))) in dev_watchdog() 556 if (dev->watchdog_timeo <= 0) in __netdev_watchdog_up() 557 dev->watchdog_timeo = 5*HZ; in __netdev_watchdog_up() 559 round_jiffies(jiffies + dev->watchdog_timeo))) in __netdev_watchdog_up()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | netdev.c | 229 dev->watchdog_timeo = HZ * 2; in bnep_net_setup()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_vf.c | 140 ndev->watchdog_timeo = 5 * HZ; in enetc_vf_netdev_setup()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/ |
H A D | qca_uart.c | 304 dev->watchdog_timeo = QCAUART_TX_TIMEOUT; in qcauart_netdev_setup()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 390 netdev->watchdog_timeo = 0; in xgbe_config_netdev()
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_modem.c | 225 netdev->watchdog_timeo = IPA_NETDEV_TIMEOUT * HZ; in ipa_modem_netdev_setup()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ |
H A D | ntb_netdev.c | 428 ndev->watchdog_timeo = msecs_to_jiffies(NTB_TX_TIMEOUT_MS); in ntb_netdev_probe()
|
/openbmc/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 | 315 dev->watchdog_timeo = VNET_TX_TIMEOUT; in vnet_new()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_netdev.c | 341 net_dev->watchdog_timeo = 5 * HZ; in ef100_register_netdev()
|
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_netdev.c | 231 dev->watchdog_timeo = CCMNI_NETDEV_WDT_TO; in t7xx_ccmni_wwan_setup()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | os_intfs.c | 213 pnetdev->watchdog_timeo = HZ; /* 1 second timeout */ in r8712_init_netdev()
|
/openbmc/linux/arch/xtensa/platforms/iss/ |
H A D | network.c | 535 dev->watchdog_timeo = (HZ >> 1); in iss_net_configure()
|
/openbmc/linux/drivers/net/ethernet/ezchip/ |
H A D | nps_enet.c | 591 ndev->watchdog_timeo = (400 * HZ / 1000); in nps_enet_probe()
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 214 netdev->watchdog_timeo = 0; in xlgmac_init()
|
/openbmc/linux/drivers/net/usb/ |
H A D | ipheth.c | 588 netdev->watchdog_timeo = IPHETH_TX_TIMEOUT; in ipheth_probe()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | vnic_main.c | 594 netdev->watchdog_timeo = msecs_to_jiffies(HFI_TX_TIMEOUT_MS); in hfi1_vnic_alloc_rn()
|
/openbmc/linux/drivers/net/ethernet/apple/ |
H A D | macmace.c | 246 dev->watchdog_timeo = TX_TIMEOUT; in mace_probe()
|
/openbmc/linux/drivers/net/appletalk/ |
H A D | cops.c | 346 dev->watchdog_timeo = HZ * 2; in cops_probe1()
|