Searched defs:st_retry_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c200 static int st_retry_count = ST_RETRY_COUNT; variable
6678 if ((pktinfo->str_retry_cnt++ > st_retry_count) ||
9963 if (rinfo->pkt_retry_cnt++ > st_retry_count) {
10150 if ((pktinfo->str_retry_cnt++ > st_retry_count) ||
10509 } else if (rcif->pkt_retry_cnt++ < st_retry_count) {
11060 ri->pkt_retry_cnt++ < st_retry_count) {
11116 ri->pkt_retry_cnt++ < st_retry_count) {
11207 if (ri->pkt_retry_cnt++ < st_retry_count) {
11248 if (ri->pkt_retry_cnt++ < st_retry_count) {
11337 if ((pktinfo->pkt_retry_cnt > st_retry_count) ||
[all...]

Completed in 87 milliseconds