Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c795 tgt->conn_db = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_alloc_session_resc()
798 if (!tgt->conn_db) { in bnx2fc_alloc_session_resc()
803 memset(tgt->conn_db, 0, tgt->conn_db_mem_size); in bnx2fc_alloc_session_resc()
821 tgt->conn_db->rq_prod = 0x8000; in bnx2fc_alloc_session_resc()
855 if (tgt->conn_db) { in bnx2fc_free_session_resc()
857 tgt->conn_db, tgt->conn_db_dma); in bnx2fc_free_session_resc()
858 tgt->conn_db = NULL; in bnx2fc_free_session_resc()
Dbnx2fc.h352 struct fcoe_conn_db *conn_db; member
Dbnx2fc_hwi.c1456 tgt->conn_db->rq_prod = tgt->rq_prod_idx; in bnx2fc_return_rqe()