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.c3184 if (--cmd->cmd_retry_count) { in fp_resendcmd()
3248 if (--cmd->cmd_retry_count) { in fp_retry_cmd()
4022 cmd->cmd_retry_count = fp_retry_count; in fp_fabric_login()
4102 cmd->cmd_retry_count = fp_retry_count; in fp_port_login()
4124 cmd->cmd_retry_count = fp_retry_count; in fp_port_login()
5327 cmd->cmd_retry_count = 1; in fp_ns_fini()
5952 cmd->cmd_retry_count = fp_retry_count; in fp_flogi_intr()
6456 cmd->cmd_retry_count = fp_retry_count; in fp_plogi_intr()
6490 cmd->cmd_retry_count = fp_retry_count; in fp_plogi_intr()
6647 logi_cmd->cmd_retry_count = fp_retry_count; in fp_adisc_intr()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfp.h259 int cmd_retry_count; member