Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c788 tgt->conn_db_mem_size = sizeof(struct fcoe_conn_db); in bnx2fc_alloc_session_resc()
791 tgt->conn_db_mem_size, in bnx2fc_alloc_session_resc()
795 tgt->conn_db_mem_size); in bnx2fc_alloc_session_resc()
849 dma_free_coherent(&hba->pcidev->dev, tgt->conn_db_mem_size, in bnx2fc_free_session_resc()
Dbnx2fc.h357 u32 conn_db_mem_size; member