Home
last modified time | relevance | path

Searched refs:lcq_dma (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c805 &tgt->lcq_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc()
843 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc()
Dbnx2fc.h358 dma_addr_t lcq_dma; member
Dbnx2fc_hwi.c332 ofld_req4.lcq_addr_lo = (u32) tgt->lcq_dma; in bnx2fc_send_session_ofld_req()
333 ofld_req4.lcq_addr_hi = (u32)((u64) tgt->lcq_dma >> 32); in bnx2fc_send_session_ofld_req()