Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_sli.c2049 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag); in lpfc_sli_hbq_to_firmware_s3()
6285 dmabuf->buffer_tag = i; in lpfc_sli4_ras_dma_alloc()
6409 mbx_fwlog->u.request.buff_fwlog[dmabuf->buffer_tag].addr_lo = in lpfc_sli4_ras_fwlog_init()
6412 mbx_fwlog->u.request.buff_fwlog[dmabuf->buffer_tag].addr_hi = in lpfc_sli4_ras_fwlog_init()
10936 if (mp->buffer_tag == tag) { in lpfc_sli_ring_taggedbuf_get()
14403 dmabuf->buffer_tag = x; in lpfc_sli4_queue_alloc()
14664 eq_create->u.request.page[dmabuf->buffer_tag].addr_lo = in lpfc_eq_create()
14666 eq_create->u.request.page[dmabuf->buffer_tag].addr_hi = in lpfc_eq_create()
14798 cq_create->u.request.page[dmabuf->buffer_tag].addr_lo = in lpfc_cq_create()
14800 cq_create->u.request.page[dmabuf->buffer_tag].addr_hi = in lpfc_cq_create()
[all …]
Dlpfc.h141 uint32_t buffer_tag; /* used for tagged queue ring */ member
Dlpfc_bsg.c3003 mp[i]->buffer_tag = lpfc_sli_get_buffer_tag(phba); in lpfcdiag_loop_post_rxbufs()
3010 cmd->un.quexri64cx.buff.buffer_tag = mp[i]->buffer_tag; in lpfcdiag_loop_post_rxbufs()
5661 if (dmabuf->buffer_tag < rd_index) in lpfc_bsg_get_ras_fwlog()
Dlpfc_hw.h3970 uint32_t buffer_tag; member
Dlpfc_debugfs.c336 le32_to_cpu(hbqe->buffer_tag)); in lpfc_debugfs_hbqinfo_data()