Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c787 tgt->conn_db_mem_size = sizeof(struct fcoe_conn_db); in bnx2fc_alloc_session_resc()
790 tgt->conn_db_mem_size, in bnx2fc_alloc_session_resc()
794 tgt->conn_db_mem_size); in bnx2fc_alloc_session_resc()
847 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