Lines Matching defs:buf_ptr1
5075 * @buf_ptr1: pointer to the lpfc DMA buffer data structure.
5087 lpfc_els_free_data(struct lpfc_hba *phba, struct lpfc_dmabuf *buf_ptr1)
5092 if (!list_empty(&buf_ptr1->list)) {
5093 list_remove_head(&buf_ptr1->list, buf_ptr,
5099 lpfc_mbuf_free(phba, buf_ptr1->virt, buf_ptr1->phys);
5100 kfree(buf_ptr1);
5154 struct lpfc_dmabuf *buf_ptr, *buf_ptr1;
5170 buf_ptr1 = NULL;
5174 buf_ptr1, struct lpfc_dmabuf,
5176 INIT_LIST_HEAD(&buf_ptr1->list);
5177 list_add_tail(&buf_ptr1->list,
5187 buf_ptr1 = elsiocb->cmd_dmabuf;
5188 lpfc_els_free_data(phba, buf_ptr1);