Home
last modified time | relevance | path

Searched refs:conn_db_mem_size (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c785 tgt->conn_db_mem_size = sizeof(struct fcoe_conn_db); in bnx2fc_alloc_session_resc()
788 tgt->conn_db_mem_size, in bnx2fc_alloc_session_resc()
792 tgt->conn_db_mem_size); in bnx2fc_alloc_session_resc()
845 dma_free_coherent(&hba->pcidev->dev, tgt->conn_db_mem_size, in bnx2fc_free_session_resc()
H A Dbnx2fc.h355 u32 conn_db_mem_size; member