Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c8717 * @sglq_list: pointer to the head of sgl list.
8722 lpfc_free_sgl_list(struct lpfc_hba *phba, struct list_head *sglq_list) in lpfc_free_sgl_list() argument
8726 list_for_each_entry_safe(sglq_entry, sglq_next, sglq_list, list) { in lpfc_free_sgl_list()
8742 LIST_HEAD(sglq_list); in lpfc_free_els_sgl_list()
8746 list_splice_init(&phba->sli4_hba.lpfc_els_sgl_list, &sglq_list); in lpfc_free_els_sgl_list()
8750 lpfc_free_sgl_list(phba, &sglq_list); in lpfc_free_els_sgl_list()
8763 LIST_HEAD(sglq_list); in lpfc_free_nvmet_sgl_list()
8768 list_splice_init(&phba->sli4_hba.lpfc_nvmet_sgl_list, &sglq_list); in lpfc_free_nvmet_sgl_list()
8773 list_for_each_entry_safe(sglq_entry, sglq_next, &sglq_list, list) { in lpfc_free_nvmet_sgl_list()