Searched refs:sq_dma (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | hisi_dma.c | 93 dma_addr_t sq_dma; member 357 chan->sq = dmam_alloc_coherent(dev, sq_size, &chan->sq_dma, in hisi_dma_alloc_qps_mem() 379 lower_32_bits(chan->sq_dma)); in hisi_dma_init_hw_qp() 381 upper_32_bits(chan->sq_dma)); in hisi_dma_init_hw_qp()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | hisi_dma.c | 149 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()
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_iscsi.h | 86 dma_addr_t sq_dma; member
|
H A D | qedi_main.c | 1779 &ep->sq_dma, GFP_KERNEL); in qedi_alloc_sq() 1797 page = ep->sq_dma; in qedi_alloc_sq() 1812 ep->sq_dma); in qedi_alloc_sq() 1824 ep->sq_dma); in qedi_free_sq()
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_iscsi.h | 87 dma_addr_t sq_dma; member
|
H A D | qedi_main.c | 1775 &ep->sq_dma, GFP_KERNEL); in qedi_alloc_sq() 1793 page = ep->sq_dma; in qedi_alloc_sq() 1808 ep->sq_dma); in qedi_alloc_sq() 1820 ep->sq_dma); in qedi_free_sq()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 675 &tgt->sq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc() 889 tgt->sq, tgt->sq_dma); in bnx2fc_free_session_resc()
|
H A D | bnx2fc.h | 323 dma_addr_t sq_dma; member
|
H A D | bnx2fc_hwi.c | 202 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()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_tgt.c | 675 &tgt->sq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc() 889 tgt->sq, tgt->sq_dma); in bnx2fc_free_session_resc()
|
H A D | bnx2fc.h | 320 dma_addr_t sq_dma; member
|
H A D | bnx2fc_hwi.c | 202 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()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf.h | 218 dma_addr_t sq_dma; member
|
H A D | qedf_main.c | 1260 &fcport->sq_dma, GFP_KERNEL); in qedf_alloc_sq() 1278 page = fcport->sq_dma; in qedf_alloc_sq() 1293 fcport->sq_dma); in qedf_alloc_sq() 1305 fcport->sq, fcport->sq_dma); in qedf_free_sq()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf.h | 223 dma_addr_t sq_dma; member
|
H A D | qedf_main.c | 1258 &fcport->sq_dma, GFP_KERNEL); in qedf_alloc_sq() 1276 page = fcport->sq_dma; in qedf_alloc_sq() 1291 fcport->sq_dma); in qedf_alloc_sq() 1303 fcport->sq, fcport->sq_dma); in qedf_free_sq()
|
Completed in 30 milliseconds