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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dtpgs.c236 int err, retry_cnt, retry_cmd_cnt; local
296 retry_cmd_cnt = 0;
318 * Re-initialize retry_cmd_cnt. Allow transport and
326 retry_cmd_cnt = 0;
345 if (retry_cmd_cnt++ < STD_FO_MAX_CMD_RETRIES) {
350 pkt->pkt_reason, retry_cmd_cnt));
H A Dasym_sun.c226 int err, retry_cnt, retry_cmd_cnt; local
280 retry_cmd_cnt = 0;
308 * Re-initialize retry_cmd_cnt. Allow transport and
316 retry_cmd_cnt = 0;
402 if (retry_cmd_cnt++ < PURPLE_FO_MAX_CMD_RETRIES) {
407 pkt->pkt_reason, retry_cmd_cnt));

Completed in 61 milliseconds