Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c1094 struct lpfc_sglq *sglq_entry = NULL; in lpfc_hba_down_post_s4() local
1112 list_for_each_entry(sglq_entry, in lpfc_hba_down_post_s4()
1114 sglq_entry->state = SGL_FREED; in lpfc_hba_down_post_s4()
4056 struct lpfc_sglq *sglq_entry = NULL, *sglq_entry_next = NULL; in lpfc_sli4_els_sgl_update() local
4075 sglq_entry = kzalloc_obj(struct lpfc_sglq); in lpfc_sli4_els_sgl_update()
4076 if (sglq_entry == NULL) { in lpfc_sli4_els_sgl_update()
4084 sglq_entry->buff_type = GEN_BUFF_TYPE; in lpfc_sli4_els_sgl_update()
4085 sglq_entry->virt = lpfc_mbuf_alloc(phba, 0, in lpfc_sli4_els_sgl_update()
4086 &sglq_entry->phys); in lpfc_sli4_els_sgl_update()
4087 if (sglq_entry->virt == NULL) { in lpfc_sli4_els_sgl_update()
[all …]
H A Dlpfc_sli.c7564 struct lpfc_sglq *sglq_entry = NULL; in lpfc_sli4_repost_sgl_list() local
7583 list_for_each_entry_safe(sglq_entry, sglq_entry_next, in lpfc_sli4_repost_sgl_list()
7585 list_del_init(&sglq_entry->list); in lpfc_sli4_repost_sgl_list()
7588 (sglq_entry->sli4_xritag != last_xritag + 1)) { in lpfc_sli4_repost_sgl_list()
7593 list_add_tail(&sglq_entry->list, &prep_sgl_list); in lpfc_sli4_repost_sgl_list()
7597 list_add_tail(&sglq_entry->list, &prep_sgl_list); in lpfc_sli4_repost_sgl_list()
7609 last_xritag = sglq_entry->sli4_xritag; in lpfc_sli4_repost_sgl_list()
7619 sglq_entry->phys, 0, in lpfc_sli4_repost_sgl_list()
7620 sglq_entry->sli4_xritag); in lpfc_sli4_repost_sgl_list()
7623 list_add_tail(&sglq_entry->list, in lpfc_sli4_repost_sgl_list()
[all …]