Home
last modified time | relevance | path

Searched refs:sq_dma (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/dma/
A Dhisi_dma.c149 dma_addr_t sq_dma; member
593 chan->sq = dmam_alloc_coherent(dev, sq_size, &chan->sq_dma, in hisi_dma_alloc_qps_mem()
617 lower_32_bits(chan->sq_dma)); in hisi_dma_init_hw_qp()
619 upper_32_bits(chan->sq_dma)); in hisi_dma_init_hw_qp()
/linux-6.3-rc2/drivers/scsi/qedi/
A Dqedi_iscsi.h87 dma_addr_t sq_dma; member
A Dqedi_main.c1774 &ep->sq_dma, GFP_KERNEL); in qedi_alloc_sq()
1792 page = ep->sq_dma; in qedi_alloc_sq()
1807 ep->sq_dma); in qedi_alloc_sq()
1819 ep->sq_dma); in qedi_free_sq()
/linux-6.3-rc2/drivers/scsi/bnx2fc/
A Dbnx2fc_tgt.c675 &tgt->sq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc()
889 tgt->sq, tgt->sq_dma); in bnx2fc_free_session_resc()
A Dbnx2fc.h320 dma_addr_t sq_dma; member
A Dbnx2fc_hwi.c202 ofld_req1.sq_addr_lo = (u32) tgt->sq_dma; in bnx2fc_send_session_ofld_req()
203 ofld_req1.sq_addr_hi = (u32)((u64) tgt->sq_dma >> 32); in bnx2fc_send_session_ofld_req()
/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf.h223 dma_addr_t sq_dma; member
A Dqedf_main.c1257 &fcport->sq_dma, GFP_KERNEL); in qedf_alloc_sq()
1275 page = fcport->sq_dma; in qedf_alloc_sq()
1290 fcport->sq_dma); in qedf_alloc_sq()
1302 fcport->sq, fcport->sq_dma); in qedf_free_sq()

Completed in 33 milliseconds