Lines Matching defs:buf_ptr1
4264 * @buf_ptr1: pointer to the lpfc DMA buffer data structure.
4276 lpfc_els_free_data(struct lpfc_hba *phba, struct lpfc_dmabuf *buf_ptr1)
4281 if (!list_empty(&buf_ptr1->list)) {
4282 list_remove_head(&buf_ptr1->list, buf_ptr,
4288 lpfc_mbuf_free(phba, buf_ptr1->virt, buf_ptr1->phys);
4289 kfree(buf_ptr1);
4343 struct lpfc_dmabuf *buf_ptr, *buf_ptr1;
4376 buf_ptr1 = NULL;
4380 buf_ptr1, struct lpfc_dmabuf,
4382 INIT_LIST_HEAD(&buf_ptr1->list);
4383 list_add_tail(&buf_ptr1->list,
4393 buf_ptr1 = (struct lpfc_dmabuf *) elsiocb->context2;
4394 lpfc_els_free_data(phba, buf_ptr1);