Lines Matching refs:timeout

105  * FW_TIMEOUT_DEFAULT:		Attempt to probe for a WRITE BUFFER timeout
107 * use the Recommended timeout. Otherwise,
110 * FW_TIMEOUT_DEV_REPORTED: The timeout value was probed directly from
114 * timeout value. Use the device-specific
117 * FW_TIMEOUT_USER_SPEC: The user specified a timeout on the command
119 * probe or default timeout.
266 int retry_count, int timeout);
268 int timeout, int fd, char *buf,
271 int timeout, int quiet, const char *fw_img_path,
276 int timeout);
280 int retry_count, int timeout, const char */*name*/,
320 int retry_count, int timeout)
329 * If the user has specified a timeout on the command line, we let
332 if (timeout != 0) {
334 vp->timeout_ms = timeout;
339 * Check to see whether we should probe for a timeout for this
353 /*timeout*/ 10000,
358 * It isn't an error if we can't get a timeout descriptor. We just
359 * continue on with the default timeout.
369 * structure and a timeout descriptor, we don't have the timeout
381 * fall back to the default timeout value and let things fail on
393 * If the recommended timeout is 0, then the device has probably
445 fw_validate_ibm(struct cam_device *dev, int retry_count, int timeout, int fd,
475 /* timeout */ timeout ? timeout : 5000);
564 fw_read_img(struct cam_device *dev, int retry_count, int timeout, int quiet,
611 if (fw_validate_ibm(dev, retry_count, timeout, fd, buf,
655 struct fw_vendor *vp, int printerrors, int timeout)
689 /*timeout*/ 5000);
711 /*timeout*/ timeout ? timeout : 30 * 1000,
769 int retry_count, int timeout, const char *imgname,
789 timeout);
847 timeout ? timeout : WB_TIMEOUT); /* timeout*/
873 /*timeout*/ timeout ? timeout : WB_TIMEOUT,
922 char *combinedopt, int printerrors, int retry_count, int timeout)
959 retval = get_device_type(device, retry_count, timeout, printerrors,
975 if (ata_do_identify(device, retry_count, timeout, ccb,
997 retval = fw_get_timeout(device, vp, retry_count, timeout);
999 warnx("Unable to get a firmware download timeout value");
1003 buf = fw_read_img(device, retry_count, timeout, quiet, fw_img_path,
1028 fprintf(stdout, "Using a timeout of %u ms, which is %s.\n",