Searched refs:nextrrq (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 903 struct lpfc_node_rrq *nextrrq; in lpfc_handle_rrq_active() local 911 list_for_each_entry_safe(rrq, nextrrq, in lpfc_handle_rrq_active() 922 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) { in lpfc_handle_rrq_active() 951 struct lpfc_node_rrq *nextrrq; in lpfc_get_active_rrq() local 957 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list) { in lpfc_get_active_rrq() 983 struct lpfc_node_rrq *nextrrq; in lpfc_cleanup_vports_rrqs() local 994 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list) in lpfc_cleanup_vports_rrqs() 999 list_for_each_entry_safe(rrq, nextrrq, &rrq_list, list) { in lpfc_cleanup_vports_rrqs()
|