Home
last modified time | relevance | path

Searched refs:cmd_retry_count (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2058 cmd->cmd_retry_count = 0; in fcsm_alloc_cmd()
3323 cmd->cmd_retry_count)); in fcsm_pkt_common_intr()
3336 cmd->cmd_retry_count, pkt_state)); in fcsm_pkt_common_intr()
3398 cmd->cmd_retry_count = 0; in fcsm_issue_cmd()
3416 cmd->cmd_retry_count)); in fcsm_issue_cmd()
3433 cmd->cmd_retry_count, status)); in fcsm_issue_cmd()
3458 if (cmd->cmd_retry_count < cmd->cmd_max_retries) { in fcsm_retry_cmd()
3459 cmd->cmd_retry_count++; in fcsm_retry_cmd()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h136 int cmd_retry_count; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c5327 cmd->cmd_retry_count = 1; in fp_ns_fini()
9494 cmd->cmd_retry_count = 1; in fp_fciocmd()
9897 cmd->cmd_retry_count = 1; in fp_send_rnid()
11174 cmd->cmd_retry_count = 1; in fp_ba_rjt_init()
11209 cmd->cmd_retry_count = 1; in fp_els_rjt_init()
11273 cmd->cmd_retry_count = 1; in fp_prlo_acc_init()
11311 cmd->cmd_retry_count = 1; in fp_els_acc_init()
12273 cmd->cmd_retry_count = 1; in fp_login_acc_init()
13444 cmd->cmd_retry_count = 1; in fp_adisc_acc_init()
13552 cmd->cmd_retry_count = 1; in fp_logout()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfp.h259 int cmd_retry_count; member