Home
last modified time | relevance | path

Searched refs:buffer_tag (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/micronas/vct/
H A Dscc.h84 u32 buffer_tag:8; /* mem buf tag, assigned to this DMA */ member
186 int scc_setup_dma(enum scc_id id, u32 buffer_tag,
H A Dscc.c520 int scc_setup_dma(enum scc_id id, u32 buffer_tag, in scc_setup_dma() argument
552 if (buffer_tag == buffer_tag_list[t]) { in scc_setup_dma()
568 dma_cfg.bits.buffer_id = buffer_tag; in scc_setup_dma()
602 dma_state->buffer_tag = buffer_tag; in scc_setup_dma()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c2459 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag); in lpfc_sli_hbq_to_firmware_s3()
6965 dmabuf->buffer_tag = i; in lpfc_sli4_ras_dma_alloc()
7095 mbx_fwlog->u.request.buff_fwlog[dmabuf->buffer_tag].addr_lo = in lpfc_sli4_ras_fwlog_init()
7098 mbx_fwlog->u.request.buff_fwlog[dmabuf->buffer_tag].addr_hi = in lpfc_sli4_ras_fwlog_init()
12221 if (mp->buffer_tag == tag) { in lpfc_sli_ring_taggedbuf_get()
15895 dmabuf->buffer_tag = x; in lpfc_sli4_queue_alloc()
16155 eq_create->u.request.page[dmabuf->buffer_tag].addr_lo = in lpfc_eq_create()
16157 eq_create->u.request.page[dmabuf->buffer_tag].addr_hi = in lpfc_eq_create()
16356 cq_create->u.request.page[dmabuf->buffer_tag].addr_lo = in lpfc_cq_create()
16358 cq_create->u.request.page[dmabuf->buffer_tag].addr_hi = in lpfc_cq_create()
[all …]
H A Dlpfc_bsg.c2927 mp[i]->buffer_tag = lpfc_sli_get_buffer_tag(phba); in lpfcdiag_sli3_loop_post_rxbufs()
2934 cmd->un.quexri64cx.buff.buffer_tag = mp[i]->buffer_tag; in lpfcdiag_sli3_loop_post_rxbufs()
5306 if (dmabuf->buffer_tag < rd_index) in lpfc_bsg_get_ras_fwlog()
H A Dlpfc.h144 uint32_t buffer_tag; /* used for tagged queue ring */ member
H A Dlpfc_hw.h4133 uint32_t buffer_tag; member
H A Dlpfc_debugfs.c334 le32_to_cpu(hbqe->buffer_tag)); in lpfc_debugfs_hbqinfo_data()