Home
last modified time | relevance | path

Searched refs:hb_interval (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dacpi.c140 schedule_delayed_work(&dev->heart_beat, msecs_to_jiffies(dev->hb_interval * 1000)); in apmf_sbios_heartbeat_notify()
252 dev->hb_interval = params.heartbeat_int; in apmf_get_system_params()
293 if (pmf_dev->hb_interval) in apmf_acpi_deinit()
317 if (pmf_dev->hb_interval) { in apmf_acpi_init()
H A Dpmf.h170 int hb_interval; /* SBIOS heartbeat interval */ member
/openbmc/linux/include/net/netns/
H A Dsctp.h88 unsigned int hb_interval; member
/openbmc/linux/Documentation/networking/
H A Dnf_conntrack-sysctl.rst178 Default is set to (hb_interval * path_max_retrans + rto_max)
193 Default is set to hb_interval.
H A Dip-sysctl.rst2994 hb_interval - INTEGER
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_config.h208 u32 hb_interval; member
H A Doctep_main.c912 msecs_to_jiffies(oct->conf->hb_interval * 1000)); in octep_hb_timeout_task()
1006 msecs_to_jiffies(oct->conf->hb_interval * 1000)); in octep_device_setup()
H A Doctep_cn9k_pf.c256 conf->hb_interval = FW_HB_INTERVAL_IN_SECS; in octep_init_config_cn93_pf()
/openbmc/linux/net/sctp/
H A Dsysctl.c204 .data = &init_net.sctp.hb_interval,
H A Dprotocol.c1356 net->sctp.hb_interval = SCTP_DEFAULT_TIMEOUT_HEARTBEAT; in sctp_defaults_init()
H A Dsocket.c5018 sp->hbinterval = net->sctp.hb_interval; in sctp_init_sock()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_fw.h577 uint8_t hb_interval; /* 0C */ member
H A Dql4_mbx.c602 ha->heartbeat_interval = init_fw_cb->hb_interval; in qla4xxx_update_local_ifcb()