Lines Matching defs:lpfc_dmabufext
123 struct lpfc_dmabufext {
855 diag_cmd_data_free(struct lpfc_hba *phba, struct lpfc_dmabufext *mlist)
857 struct lpfc_dmabufext *mlast;
870 mlast = list_entry(curr, struct lpfc_dmabufext , dma.list);
1027 (struct lpfc_dmabufext
2795 * This function allocates page size buffers and populates an lpfc_dmabufext.
2799 static struct lpfc_dmabufext *
2804 struct lpfc_dmabufext *mlist = NULL;
2805 struct lpfc_dmabufext *dmp;
2818 /* allocate struct lpfc_dmabufext buffer header */
2819 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL);
2891 struct lpfc_dmabufext *rxbuffer = NULL;
2933 ((struct lpfc_dmabufext *)mp[i])->size;
2945 ((struct lpfc_dmabufext *)mp[i])->size;
2962 (struct lpfc_dmabufext *)mp[0]);
2965 (struct lpfc_dmabufext *)mp[1]);
3039 struct lpfc_dmabufext *txbuffer = NULL;
3181 segment_len = ((struct lpfc_dmabufext *)curr)->size;