Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c128 spin_lock_irqsave(&fcport->rport_lock, flags); in qedf_initiate_els()
146 spin_unlock_irqrestore(&fcport->rport_lock, flags); in qedf_initiate_els()
672 spin_lock_irqsave(&fcport->rport_lock, flags); in qedf_initiate_seq_cleanup()
683 spin_unlock_irqrestore(&fcport->rport_lock, flags); in qedf_initiate_seq_cleanup()
747 spin_lock_irqsave(&fcport->rport_lock, flags); in qedf_requeue_io_req()
762 spin_unlock_irqrestore(&fcport->rport_lock, flags); in qedf_requeue_io_req()
767 spin_unlock_irqrestore(&fcport->rport_lock, flags); in qedf_requeue_io_req()
Dqedf_io.c1011 spin_lock_irqsave(&fcport->rport_lock, flags); in qedf_queuecommand()
1018 spin_unlock_irqrestore(&fcport->rport_lock, flags); in qedf_queuecommand()
1622 spin_lock_irqsave(&fcport->rport_lock, flags); in qedf_initiate_abts()
1632 spin_unlock_irqrestore(&fcport->rport_lock, flags); in qedf_initiate_abts()
1864 spin_lock_irqsave(&fcport->rport_lock, flags); in qedf_initiate_cleanup()
1874 spin_unlock_irqrestore(&fcport->rport_lock, flags); in qedf_initiate_cleanup()
1982 spin_lock_irqsave(&fcport->rport_lock, flags); in qedf_execute_tmf()
1991 spin_unlock_irqrestore(&fcport->rport_lock, flags); in qedf_execute_tmf()
Dqedf.h180 spinlock_t rport_lock; member
Dqedf_main.c1191 spin_lock_init(&fcport->rport_lock); in qedf_offload_connection()