Searched refs:nextrrq (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 886 struct lpfc_node_rrq *nextrrq; in lpfc_handle_rrq_active() local 894 list_for_each_entry_safe(rrq, nextrrq, in lpfc_handle_rrq_active() 905 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) { in lpfc_handle_rrq_active() 934 struct lpfc_node_rrq *nextrrq; in lpfc_get_active_rrq() local 940 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list) { in lpfc_get_active_rrq() 966 struct lpfc_node_rrq *nextrrq; in lpfc_cleanup_vports_rrqs() local 977 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list) in lpfc_cleanup_vports_rrqs() 982 list_for_each_entry_safe(rrq, nextrrq, &rrq_list, list) { in lpfc_cleanup_vports_rrqs()
|