Searched refs:confq_mem_size (Results 1 – 2 of 2) sorted by relevance
745 tgt->confq_mem_size = tgt->max_sqes * BNX2FC_CONFQ_WQE_SIZE; in bnx2fc_alloc_session_resc()746 tgt->confq_mem_size = (tgt->confq_mem_size + (CNIC_PAGE_SIZE - 1)) & in bnx2fc_alloc_session_resc()750 tgt->confq_mem_size, &tgt->confq_dma, in bnx2fc_alloc_session_resc()754 tgt->confq_mem_size); in bnx2fc_alloc_session_resc()759 (tgt->confq_mem_size / CNIC_PAGE_SIZE) * sizeof(void *); in bnx2fc_alloc_session_resc()772 num_pages = tgt->confq_mem_size / CNIC_PAGE_SIZE; in bnx2fc_alloc_session_resc()856 dma_free_coherent(&hba->pcidev->dev, tgt->confq_mem_size, in bnx2fc_free_session_resc()
347 u32 confq_mem_size; member