Home
last modified time | relevance | path

Searched refs:dmabuf_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.c2774 struct list_head *dmabuf_list) in lpfc_bsg_dma_page_list_free() argument
2778 if (list_empty(dmabuf_list)) in lpfc_bsg_dma_page_list_free()
2781 list_for_each_entry_safe(dmabuf, next_dmabuf, dmabuf_list, list) { in lpfc_bsg_dma_page_list_free()
H A Dlpfc_sli.c20927 lpfc_wr_object(struct lpfc_hba *phba, struct list_head *dmabuf_list, in lpfc_wr_object() argument
20956 list_for_each_entry(dmabuf, dmabuf_list, list) { in lpfc_wr_object()