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

/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_init.c5798 * @sglq_list: pointer to the head of sgl list.
5803 lpfc_free_sgl_list(struct lpfc_hba *phba, struct list_head *sglq_list) lpfc_free_sgl_list() argument
5807 list_for_each_entry_safe(sglq_entry, sglq_next, sglq_list, list) { list_for_each_entry_safe()
5823 LIST_HEAD(sglq_list); lpfc_free_els_sgl_list()
5829 list_splice_init(&phba->sli4_hba.lpfc_sgl_list, &sglq_list); lpfc_free_els_sgl_list()
5834 lpfc_free_sgl_list(phba, &sglq_list); lpfc_free_els_sgl_list()

Completed in 139 milliseconds