Home
last modified time | relevance | path

Searched refs:pkt_retry_cnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h889 int pkt_retry_cnt; member
896 int pkt_retry_cnt; member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c6874 un->un_retry_ct = max(pktinfo->pkt_retry_cnt, pktinfo->str_retry_cnt); in st_done_and_mutex_exit()
9964 if (rinfo->pkt_retry_cnt++ > st_retry_count) { in st_handle_incomplete()
9997 (rinfo->pkt_retry_cnt < st_selection_retry_count)) { in st_handle_incomplete()
10509 } else if (rcif->pkt_retry_cnt++ < st_retry_count) { in st_handle_sense()
11060 ri->pkt_retry_cnt++ < st_retry_count) { in st_decode_sense()
11116 ri->pkt_retry_cnt++ < st_retry_count) { in st_decode_sense()
11196 if (ri->pkt_retry_cnt++ < in st_decode_sense()
11207 if (ri->pkt_retry_cnt++ < st_retry_count) { in st_decode_sense()
11249 if (ri->pkt_retry_cnt++ < st_retry_count) { in st_decode_sense()
11338 if ((pktinfo->pkt_retry_cnt > st_retry_count) || in st_handle_intr_retry_lcmd()
[all …]