Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c5092 if (!list_empty(&buf_ptr1->list)) { in lpfc_els_free_data()
5093 list_remove_head(&buf_ptr1->list, buf_ptr, in lpfc_els_free_data()
5099 lpfc_mbuf_free(phba, buf_ptr1->virt, buf_ptr1->phys); in lpfc_els_free_data()
5100 kfree(buf_ptr1); in lpfc_els_free_data()
5154 struct lpfc_dmabuf *buf_ptr, *buf_ptr1; in lpfc_els_free_iocb() local
5170 buf_ptr1 = NULL; in lpfc_els_free_iocb()
5174 buf_ptr1, struct lpfc_dmabuf, in lpfc_els_free_iocb()
5176 INIT_LIST_HEAD(&buf_ptr1->list); in lpfc_els_free_iocb()
5177 list_add_tail(&buf_ptr1->list, in lpfc_els_free_iocb()
5187 buf_ptr1 = elsiocb->cmd_dmabuf; in lpfc_els_free_iocb()
[all …]