Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c789 &tgt->conn_db_dma, GFP_KERNEL); in bnx2fc_alloc_session_resc()
846 tgt->conn_db, tgt->conn_db_dma); in bnx2fc_free_session_resc()
H A Dbnx2fc.h354 dma_addr_t conn_db_dma; member
H A Dbnx2fc_hwi.c229 ofld_req2.conn_db_addr_lo = (u32)tgt->conn_db_dma; in bnx2fc_send_session_ofld_req()
230 ofld_req2.conn_db_addr_hi = (u32)((u64)tgt->conn_db_dma >> 32); in bnx2fc_send_session_ofld_req()