Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_init.c7314 * @sglq_list: pointer to the head of sgl list.
7319 lpfc_free_sgl_list(struct lpfc_hba *phba, struct list_head *sglq_list) in lpfc_free_sgl_list() argument
7323 list_for_each_entry_safe(sglq_entry, sglq_next, sglq_list, list) { in lpfc_free_sgl_list()
7339 LIST_HEAD(sglq_list); in lpfc_free_els_sgl_list()
7344 list_splice_init(&phba->sli4_hba.lpfc_els_sgl_list, &sglq_list); in lpfc_free_els_sgl_list()
7349 lpfc_free_sgl_list(phba, &sglq_list); in lpfc_free_els_sgl_list()
7362 LIST_HEAD(sglq_list); in lpfc_free_nvmet_sgl_list()
7367 list_splice_init(&phba->sli4_hba.lpfc_nvmet_sgl_list, &sglq_list); in lpfc_free_nvmet_sgl_list()
7372 list_for_each_entry_safe(sglq_entry, sglq_next, &sglq_list, list) { in lpfc_free_nvmet_sgl_list()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_init.c8721 * @sglq_list: pointer to the head of sgl list.
8726 lpfc_free_sgl_list(struct lpfc_hba *phba, struct list_head *sglq_list) in lpfc_free_sgl_list() argument
8730 list_for_each_entry_safe(sglq_entry, sglq_next, sglq_list, list) { in lpfc_free_sgl_list()
8746 LIST_HEAD(sglq_list); in lpfc_free_els_sgl_list()
8750 list_splice_init(&phba->sli4_hba.lpfc_els_sgl_list, &sglq_list); in lpfc_free_els_sgl_list()
8754 lpfc_free_sgl_list(phba, &sglq_list); in lpfc_free_els_sgl_list()
8767 LIST_HEAD(sglq_list); in lpfc_free_nvmet_sgl_list()
8772 list_splice_init(&phba->sli4_hba.lpfc_nvmet_sgl_list, &sglq_list); in lpfc_free_nvmet_sgl_list()
8777 list_for_each_entry_safe(sglq_entry, sglq_next, &sglq_list, list) { in lpfc_free_nvmet_sgl_list()

Completed in 29 milliseconds