Lines Matching defs:lpfc_dmabufext
132 struct lpfc_dmabufext {
879 diag_cmd_data_free(struct lpfc_hba *phba, struct lpfc_dmabufext *mlist)
881 struct lpfc_dmabufext *mlast;
894 mlast = list_entry(curr, struct lpfc_dmabufext , dma.list);
1068 (struct lpfc_dmabufext
2867 * This function allocates page size buffers and populates an lpfc_dmabufext.
2871 static struct lpfc_dmabufext *
2876 struct lpfc_dmabufext *mlist = NULL;
2877 struct lpfc_dmabufext *dmp;
2890 /* allocate struct lpfc_dmabufext buffer header */
2891 dmp = kmalloc(sizeof(struct lpfc_dmabufext), GFP_KERNEL);
2963 struct lpfc_dmabufext *rxbuffer = NULL;
3006 ((struct lpfc_dmabufext *)mp[i])->size;
3018 ((struct lpfc_dmabufext *)mp[i])->size;
3035 (struct lpfc_dmabufext *)mp[0]);
3038 (struct lpfc_dmabufext *)mp[1]);
3113 struct lpfc_dmabufext *txbuffer = NULL;
3252 segment_len = ((struct lpfc_dmabufext *)curr)->size;