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

/linux-master/include/xen/
H A Dballoon.h22 unsigned long max_retry_count; member in struct:balloon_stats
/linux-master/net/atm/
H A Dlec.h112 unsigned short max_retry_count; member in struct:lec_priv
H A Dlec.c400 priv->max_retry_count = mesg->content.config.max_retry_count;
767 priv->max_retry_count = 1;
1557 if (entry->no_tries <= entry->priv->max_retry_count) {
/linux-master/include/uapi/linux/
H A Datmlec.h48 unsigned short max_retry_count; member in struct:atmlec_config_msg
/linux-master/drivers/xen/
H A Dxen-balloon.c152 static DEVICE_ULONG_ATTR(max_retry_count, 0644, balloon_stats.max_retry_count);
H A Dballoon.c205 if (balloon_stats.max_retry_count != RETRY_UNLIMITED &&
206 balloon_stats.retry_count > balloon_stats.max_retry_count) {
724 balloon_stats.max_retry_count = 4;
/linux-master/include/scsi/
H A Dlibfc.h689 * @max_retry_count: The maximum retry attempts
745 u8 max_retry_count; member in struct:fc_lport
/linux-master/drivers/scsi/fnic/
H A Dfnic_main.c907 lp->max_retry_count = fnic->config.flogi_retries;
/linux-master/drivers/scsi/libfc/
H A Dfc_lport.c1092 if (lport->retry_count < lport->max_retry_count) {
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c1732 lport->max_retry_count = QEDF_FLOGI_RETRY_CNT;
1793 lport->max_retry_count = QEDF_FLOGI_RETRY_CNT;
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c624 lport->max_retry_count = 3;
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1017 lport->max_retry_count = BNX2FC_MAX_RETRY_CNT;

Completed in 157 milliseconds