Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h423 struct sli4_sge *dma_sgl; /* initial segment chunk */ member
H A Dlpfc_sli.c10625 sgl = (struct sli4_sge_le *)lpfc_cmd->dma_sgl; in lpfc_prep_embed_io()
22407 tmp->dma_sgl = dma_pool_alloc(phba->lpfc_sg_dma_buf_pool, in lpfc_get_sgl_per_hdwq()
22409 if (!tmp->dma_sgl) { in lpfc_get_sgl_per_hdwq()
22495 list_entry->dma_sgl, in lpfc_free_sgl_per_hdwq()
H A Dlpfc_init.c4553 lpfc_ncmd->dma_sgl = lpfc_ncmd->data; in lpfc_new_io_buf()