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

/freebsd-12-stable/sys/dev/mps/
H A Dmps_sas_lsi.c834 int i, rc, try_count; local
843 try_count = 0;
847 try_count++;
869 || sas_status) && (try_count < 5));
873 "successfully for handle = 0x%x with try_count = %d\n",
874 __func__, handle, try_count);
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c1061 int i, rc, try_count; local
1071 try_count = 0;
1075 try_count++;
1096 || sas_status) && (try_count < 5));
1100 "successfully for handle = 0x%x with try_count = %d\n",
1101 __func__, handle, try_count);

Completed in 58 milliseconds