Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h690 uint32_t ipkt_restart; member
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2609 icmd->ipkt_restart = 0; in fcp_send_scsi_ioctl()
3310 icmd->ipkt_restart = 0; in fcp_tgt_send_plogi()
9524 icmd->ipkt_restart = fcp_watchdog_time + icmd->ipkt_retries++; in fcp_queue_ipkt()
13661 if ((icmd->ipkt_restart != 0) && in fcp_watch()
13662 (icmd->ipkt_restart >= fcp_watchdog_time)) { in fcp_watch()