Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/libefc/
H A Defclib.c30 spin_lock_init(&efc->pend_frames_lock); in efcport_init()
65 spin_lock_irqsave(&efc->pend_frames_lock, flags); in efc_purge_pending()
72 spin_unlock_irqrestore(&efc->pend_frames_lock, flags); in efc_purge_pending()
H A Defc_domain.c874 spin_lock_irqsave(&efc->pend_frames_lock, flags); in efct_domain_process_pending()
885 spin_unlock_irqrestore(&efc->pend_frames_lock, flags); in efct_domain_process_pending()
890 spin_unlock_irqrestore(&efc->pend_frames_lock, flags); in efct_domain_process_pending()
917 spin_lock_irqsave(&efc->pend_frames_lock, flags); in efc_dispatch_frame()
920 spin_unlock_irqrestore(&efc->pend_frames_lock, flags); in efc_dispatch_frame()
1004 spin_lock(&node->pend_frames_lock); in efc_domain_dispatch_frame()
1007 spin_unlock(&node->pend_frames_lock); in efc_domain_dispatch_frame()
H A Defc_node.c79 spin_lock_init(&node->pend_frames_lock); in efc_node_alloc()
300 spin_lock_irqsave(&node->pend_frames_lock, flags); in efc_node_handle_explicit_logo()
302 spin_unlock_irqrestore(&node->pend_frames_lock, flags); in efc_node_handle_explicit_logo()
352 spin_lock_irqsave(&node->pend_frames_lock, flags); in efc_node_purge_pending()
359 spin_unlock_irqrestore(&node->pend_frames_lock, flags); in efc_node_purge_pending()
1010 spin_lock_irqsave(&node->pend_frames_lock, flags); in efc_process_node_pending()
1017 spin_unlock_irqrestore(&node->pend_frames_lock, flags); in efc_process_node_pending()
H A Defclib.h355 spinlock_t pend_frames_lock; member
563 spinlock_t pend_frames_lock; member