Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dxen-balloon.c136 static DEVICE_ULONG_ATTR(max_retry_count, 0644, balloon_stats.max_retry_count);
Dballoon.c236 if (balloon_stats.max_retry_count != RETRY_UNLIMITED && in update_schedule()
237 balloon_stats.retry_count > balloon_stats.max_retry_count) { in update_schedule()
751 balloon_stats.max_retry_count = RETRY_UNLIMITED; in balloon_init()
/linux-4.4.14/include/xen/
Dballoon.h19 unsigned long max_retry_count; member
/linux-4.4.14/include/uapi/linux/
Datmlec.h47 unsigned short max_retry_count; member
/linux-4.4.14/Documentation/ABI/stable/
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-4.4.14/net/atm/
Dlec.h111 unsigned short max_retry_count; member
Dlec.c399 priv->max_retry_count = mesg->content.config.max_retry_count; in lec_atm_send()
771 priv->max_retry_count = 1; in lecd_attach()
1587 if (entry->no_tries <= entry->priv->max_retry_count) { in lec_arp_expire_arp()
/linux-4.4.14/include/scsi/
Dlibfc.h906 u8 max_retry_count; member
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_main.c830 lp->max_retry_count = fnic->config.flogi_retries; in fnic_probe()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_lport.c1102 if (lport->retry_count < lport->max_retry_count) { in fc_lport_error()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c596 lport->max_retry_count = 3; in fcoe_lport_config()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c972 lport->max_retry_count = BNX2FC_MAX_RETRY_CNT; in bnx2fc_lport_config()