Lines Matching refs:dev_loss_tmo
642 if (pinfo->dev_loss_tmo)
643 rport->remoteport.dev_loss_tmo = pinfo->dev_loss_tmo;
645 rport->remoteport.dev_loss_tmo = NVME_FC_DEFAULT_DEV_LOSS_TMO;
681 * for a reconnect (within dev_loss_tmo) with the same WWN's.
797 * dev_loss_tmo expires.
813 * remoteport's dev_loss_tmo expires.
863 rport->dev_loss_end = jiffies + (portptr->dev_loss_tmo * HZ);
866 /* if dev_loss_tmo==0, dev loss is immediate */
867 if (!portptr->dev_loss_tmo) {
885 * go away, which should only occur after dev_loss_tmo occurs,
913 u32 dev_loss_tmo)
925 /* a dev_loss_tmo of 0 (immediate) is allowed to be set */
926 rport->remoteport.dev_loss_tmo = dev_loss_tmo;
3336 "NVME-FC{%d}: dev_loss_tmo (%d) expired "
3338 ctrl->cnum, min_t(int, portptr->dev_loss_tmo,