Searched refs:retry_counter (Results 1 – 5 of 5) sorted by relevance
68 (iport->fabric.retry_counter == FABRIC_LOGO_MAX_RETRY)427 iport->fabric.retry_counter++; in fdls_start_fabric_timer() 452 tport->retry_counter++; in fdls_start_tport_timer() 1677 tport->retry_counter = 0; in fdls_tgt_discovery_start() 1687 tport->retry_counter = 0; in fdls_tgt_discovery_start() 2123 iport->fabric.retry_counter, iport->max_flogi_retries); in fdls_fabric_timer_callback() 2148 && (iport->fabric.retry_counter < iport->max_flogi_retries)) { in fdls_fabric_timer_callback() 2159 if (iport->fabric.retry_counter < iport->max_flogi_retries) { in fdls_fabric_timer_callback() 2170 && (iport->fabric.retry_counter < iport->max_plogi_retries)) { in fdls_fabric_timer_callback() 2181 if (iport->fabric.retry_counter < ipor in fdls_fabric_timer_callback() [all...]
155 int retry_counter; member 212 int retry_counter; member
63 * @retry_counter: the current image's retry counter97 unsigned int retry_counter; member 183 priv->retry_counter = *counter; in rsu_retry_callback() 446 return sprintf(buf, "0x%08x\n", priv->retry_counter); in retry_counter_show() 658 static DEVICE_ATTR_RO(retry_counter);718 priv->retry_counter = INVALID_RETRY_COUNTER; in stratix10_rsu_probe()
77 What: /sys/devices/platform/stratix10-rsu.0/retry_counter
4902 int retry_counter, struct usb_device_descriptor *dev_descr) in hub_port_init() argument 5029 do_new_scheme = use_new_scheme(udev, retry_counter, port_dev); in hub_port_init()