Home
last modified time | relevance | path

Searched refs:max_retry_count (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/xen/
H A Dxen-balloon.c152 static DEVICE_ULONG_ATTR(max_retry_count, 0644, balloon_stats.max_retry_count);
H A Dballoon.c210 if (balloon_stats.max_retry_count != RETRY_UNLIMITED && in update_schedule()
211 balloon_stats.retry_count > balloon_stats.max_retry_count) { in update_schedule()
762 balloon_stats.max_retry_count = 4; in balloon_init()
/linux/include/xen/
H A Dballoon.h22 unsigned long max_retry_count; member
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-xen_memory1 What: /sys/devices/system/xen_memory/xen_memory0/max_retry_count
26 The default value is one. With max_retry_count being
/linux/include/uapi/linux/
H A Datmlec.h48 unsigned short max_retry_count; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h577 uint32_t max_retry_count; member
/linux/drivers/scsi/libfc/
H A Dfc_lport.c1092 if (lport->retry_count < lport->max_retry_count) { in fc_lport_error()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c1743 lport->max_retry_count = QEDF_FLOGI_RETRY_CNT; in qedf_lport_setup()
1804 lport->max_retry_count = QEDF_FLOGI_RETRY_CNT; in qedf_vport_libfc_config()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c624 lport->max_retry_count = 3; in fcoe_lport_config()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1017 lport->max_retry_count = BNX2FC_MAX_RETRY_CNT; in bnx2fc_lport_config()