Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/amd/pmf/
H A Dacpi.c223 schedule_delayed_work(&dev->heart_beat, secs_to_jiffies(dev->hb_interval)); in apmf_sbios_heartbeat_notify()
409 dev->hb_interval = params.heartbeat_int; in apmf_get_system_params()
496 if (pmf_dev->hb_interval && pmf_dev->pmf_if_version == PMF_IF_V1) in apmf_acpi_deinit()
523 if (pmf_dev->hb_interval && pmf_dev->pmf_if_version == PMF_IF_V1) { in apmf_acpi_init()
H A Dpmf.h346 int hb_interval; /* SBIOS heartbeat interval */ member
/linux-6.15/include/net/netns/
H A Dsctp.h88 unsigned int hb_interval; member
/linux-6.15/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.rst3115 hb_interval - INTEGER
/linux-6.15/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_config.h202 u16 hb_interval; member
H A Doctep_main.c1218 msecs_to_jiffies(oct->conf->fw_info.hb_interval)); in octep_hb_timeout_task()
1482 octep_dev->conf->fw_info.hb_interval, in octep_probe()
1485 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.c278 conf->fw_info.hb_interval = OCTEP_DEFAULT_FW_HB_INTERVAL; in octep_init_config_cnxk_pf()
/linux-6.15/net/sctp/
H A Dsysctl.c202 .data = &init_net.sctp.hb_interval,
H A Dprotocol.c1372 net->sctp.hb_interval = SCTP_DEFAULT_TIMEOUT_HEARTBEAT; in sctp_defaults_init()
H A Dsocket.c5025 sp->hbinterval = net->sctp.hb_interval; in sctp_init_sock()
/linux-6.15/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()