Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/elx/libefc/
Defclib.c31 INIT_LIST_HEAD(&efc->pend_frames); in efcport_init()
67 list_for_each_entry_safe(frame, next, &efc->pend_frames, list_entry) { in efc_purge_pending()
Defc_domain.c876 if (!list_empty(&efc->pend_frames)) { in efct_domain_process_pending()
877 seq = list_first_entry(&efc->pend_frames, in efct_domain_process_pending()
914 if (!domain || efc->hold_frames || !list_empty(&efc->pend_frames)) { in efc_dispatch_frame()
919 list_add_tail(&seq->list_entry, &efc->pend_frames); in efc_dispatch_frame()
1002 if (node->hold_frames || !list_empty(&node->pend_frames)) { in efc_domain_dispatch_frame()
1006 list_add_tail(&seq->list_entry, &node->pend_frames); in efc_domain_dispatch_frame()
Defc_node.c80 INIT_LIST_HEAD(&node->pend_frames); in efc_node_alloc()
301 pend_frames_empty = list_empty(&node->pend_frames); in efc_node_handle_explicit_logo()
354 list_for_each_entry_safe(frame, next, &node->pend_frames, list_entry) { in efc_node_purge_pending()
1012 if (!list_empty(&node->pend_frames)) { in efc_process_node_pending()
1013 seq = list_first_entry(&node->pend_frames, in efc_process_node_pending()
Defclib.h354 struct list_head pend_frames; member
562 struct list_head pend_frames; member