Searched refs:try_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/mps/
H A Dmps_sas_lsi.c780 int i, rc, try_count; local
789 try_count = 0;
793 try_count++;
807 (try_count < 5));
811 "successfully for handle = 0x%x with try_count = %d\n",
812 __func__, handle, try_count);
/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr_sas_lsi.c871 int i, rc, try_count; local
880 try_count = 0;
884 try_count++;
898 (try_count < 5));
902 "successfully for handle = 0x%x with try_count = %d\n",
903 __func__, handle, try_count);

Completed in 44 milliseconds