Home
last modified time | relevance | path

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

123456789

/openbmc/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()
/openbmc/linux/net/sched/
H A Dsch_generic.c523 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 Dnetdev.c229 dev->watchdog_timeo = HZ * 2; in bnep_net_setup()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c140 ndev->watchdog_timeo = 5 * HZ; in enetc_vf_netdev_setup()
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c304 dev->watchdog_timeo = QCAUART_TX_TIMEOUT; in qcauart_netdev_setup()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c390 netdev->watchdog_timeo = 0; in xgbe_config_netdev()
/openbmc/linux/drivers/net/ipa/
H A Dipa_modem.c225 netdev->watchdog_timeo = IPA_NETDEV_TIMEOUT * HZ; in ipa_modem_netdev_setup()
/openbmc/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()
/openbmc/linux/drivers/net/
H A Dntb_netdev.c428 ndev->watchdog_timeo = msecs_to_jiffies(NTB_TX_TIMEOUT_MS); in ntb_netdev_probe()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dldmvsw.c246 dev->watchdog_timeo = VSW_TX_TIMEOUT; in vsw_alloc_netdev()
H A Dsunvnet.c315 dev->watchdog_timeo = VNET_TX_TIMEOUT; in vnet_new()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_netdev.c341 net_dev->watchdog_timeo = 5 * HZ; in ef100_register_netdev()
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c231 dev->watchdog_timeo = CCMNI_NETDEV_WDT_TO; in t7xx_ccmni_wwan_setup()
/openbmc/linux/drivers/staging/rtl8712/
H A Dos_intfs.c213 pnetdev->watchdog_timeo = HZ; /* 1 second timeout */ in r8712_init_netdev()
/openbmc/linux/arch/xtensa/platforms/iss/
H A Dnetwork.c535 dev->watchdog_timeo = (HZ >> 1); in iss_net_configure()
/openbmc/linux/drivers/net/ethernet/ezchip/
H A Dnps_enet.c591 ndev->watchdog_timeo = (400 * HZ / 1000); in nps_enet_probe()
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c214 netdev->watchdog_timeo = 0; in xlgmac_init()
/openbmc/linux/drivers/net/usb/
H A Dipheth.c588 netdev->watchdog_timeo = IPHETH_TX_TIMEOUT; in ipheth_probe()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/apple/
H A Dmacmace.c246 dev->watchdog_timeo = TX_TIMEOUT; in mace_probe()
/openbmc/linux/drivers/net/appletalk/
H A Dcops.c346 dev->watchdog_timeo = HZ * 2; in cops_probe1()

123456789