Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h690 uint32_t ipkt_restart; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2613 icmd->ipkt_restart = 0; in fcp_send_scsi_ioctl()
3314 icmd->ipkt_restart = 0; in fcp_tgt_send_plogi()
9513 icmd->ipkt_restart = fcp_watchdog_time + icmd->ipkt_retries++; in fcp_queue_ipkt()
13648 if ((icmd->ipkt_restart != 0) && in fcp_watch()
13649 (icmd->ipkt_restart >= fcp_watchdog_time)) { in fcp_watch()