Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/pmf/
H A Dacpi.c231 schedule_delayed_work(&dev->heart_beat, secs_to_jiffies(dev->hb_interval)); in apmf_sbios_heartbeat_notify()
493 dev->hb_interval = params.heartbeat_int; in apmf_get_system_params()
598 if (pmf_dev->hb_interval && pmf_dev->pmf_if_version == PMF_IF_V1) in apmf_acpi_deinit()
638 if (pmf_dev->hb_interval && pmf_dev->pmf_if_version == PMF_IF_V1) { in apmf_acpi_init()
H A Dpmf.h406 int hb_interval; /* SBIOS heartbeat interval */ member
/linux/include/net/netns/
H A Dsctp.h88 unsigned int hb_interval; member
/linux/Documentation/networking/
H A Dnf_conntrack-sysctl.rst177 Default is set to (hb_interval * path_max_retrans + rto_max)
192 Default is set to hb_interval.
H A Dip-sysctl.rst3566 hb_interval - INTEGER
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_config.h202 u16 hb_interval; member
H A Doctep_main.c1249 msecs_to_jiffies(oct->conf->fw_info.hb_interval)); in octep_hb_timeout_task()
1513 octep_dev->conf->fw_info.hb_interval, in octep_probe()
1516 msecs_to_jiffies(octep_dev->conf->fw_info.hb_interval)); in octep_probe()
H A Doctep_cn9k_pf.c258 conf->fw_info.hb_interval = OCTEP_DEFAULT_FW_HB_INTERVAL; in octep_init_config_cn93_pf()
H A Doctep_cnxk_pf.c279 conf->fw_info.hb_interval = OCTEP_DEFAULT_FW_HB_INTERVAL; in octep_init_config_cnxk_pf()
/linux/net/sctp/
H A Dsysctl.c202 .data = &init_net.sctp.hb_interval,
H A Dprotocol.c1336 net->sctp.hb_interval = SCTP_DEFAULT_TIMEOUT_HEARTBEAT; in sctp_defaults_init()
H A Dsocket.c5080 sp->hbinterval = net->sctp.hb_interval; in sctp_init_sock()
/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()