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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli4.h425 struct list_head lpfc_sgl_list; member in struct:lpfc_sli4_hba
H A Dlpfc_init.c841 * on the lpfc_sgl_list so that it can either be freed if the
845 spin_lock_irq(&phba->hbalock); /* required for lpfc_sgl_list and */
856 &phba->sli4_hba.lpfc_sgl_list);
4551 list_splice_init(&phba->sli4_hba.lpfc_sgl_list, &sglq_list);
4627 INIT_LIST_HEAD(&phba->sli4_hba.lpfc_sgl_list);
4701 list_add_tail(&sglq_entry->list, &phba->sli4_hba.lpfc_sgl_list);
H A Dlpfc_sli.c527 struct list_head *lpfc_sgl_list = &phba->sli4_hba.lpfc_sgl_list; local
530 list_remove_head(lpfc_sgl_list, sglq, struct lpfc_sglq, list);
576 * entry is added to the free list (lpfc_sgl_list).
601 list_add(&sglq->list, &phba->sli4_hba.lpfc_sgl_list);
H A Dlpfc_els.c7038 &phba->sli4_hba.lpfc_sgl_list);

Completed in 225 milliseconds