Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qedi/
Dqedi_iscsi.h86 dma_addr_t sq_dma; member
Dqedi_main.c1707 &ep->sq_dma, GFP_KERNEL); in qedi_alloc_sq()
1725 page = ep->sq_dma; in qedi_alloc_sq()
1740 ep->sq_dma); in qedi_alloc_sq()
1752 ep->sq_dma); in qedi_free_sq()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c676 &tgt->sq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc()
890 tgt->sq, tgt->sq_dma); in bnx2fc_free_session_resc()
Dbnx2fc.h323 dma_addr_t sq_dma; member
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-v5.4/drivers/scsi/qedf/
Dqedf.h218 dma_addr_t sq_dma; member
Dqedf_main.c1192 &fcport->sq_dma, GFP_KERNEL); in qedf_alloc_sq()
1210 page = fcport->sq_dma; in qedf_alloc_sq()
1225 fcport->sq_dma); in qedf_alloc_sq()
1237 fcport->sq, fcport->sq_dma); in qedf_free_sq()