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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c2767 * @dmabuf_list: Pointer to a list of bsg mbox page sized dma buffer descs.
2770 * descriptors referred by @dmabuf_list.
2774 struct list_head *dmabuf_list)
2778 if (list_empty(dmabuf_list))
2781 list_for_each_entry_safe(dmabuf, next_dmabuf, dmabuf_list, list) {
2773 lpfc_bsg_dma_page_list_free(struct lpfc_hba *phba, struct list_head *dmabuf_list) argument
H A Dlpfc_sli.c20881 * @dmabuf_list: list of dmabufs to write to the port.
20887 * @dmabuf_list to create a list of BDEs. This routine will fill in as many
20898 lpfc_wr_object(struct lpfc_hba *phba, struct list_head *dmabuf_list, argument
20927 list_for_each_entry(dmabuf, dmabuf_list, list) {

Completed in 177 milliseconds