Searched refs:confq_mem_size (Results 1 – 2 of 2) sorted by relevance
748 tgt->confq_mem_size = tgt->max_sqes * BNX2FC_CONFQ_WQE_SIZE; in bnx2fc_alloc_session_resc()749 tgt->confq_mem_size = (tgt->confq_mem_size + (CNIC_PAGE_SIZE - 1)) & in bnx2fc_alloc_session_resc()753 tgt->confq_mem_size, &tgt->confq_dma, in bnx2fc_alloc_session_resc()757 tgt->confq_mem_size); in bnx2fc_alloc_session_resc()762 (tgt->confq_mem_size / CNIC_PAGE_SIZE) * sizeof(void *); in bnx2fc_alloc_session_resc()775 num_pages = tgt->confq_mem_size / CNIC_PAGE_SIZE; in bnx2fc_alloc_session_resc()860 dma_free_coherent(&hba->pcidev->dev, tgt->confq_mem_size, in bnx2fc_free_session_resc()
349 u32 confq_mem_size; member