Home
last modified time | relevance | path

Searched refs:cq_mem_size (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c683 tgt->cq_mem_size = tgt->max_cqes * BNX2FC_CQ_WQE_SIZE; in bnx2fc_alloc_session_resc()
684 tgt->cq_mem_size = (tgt->cq_mem_size + (CNIC_PAGE_SIZE - 1)) & in bnx2fc_alloc_session_resc()
687 tgt->cq = dma_alloc_coherent(&hba->pcidev->dev, tgt->cq_mem_size, in bnx2fc_alloc_session_resc()
691 tgt->cq_mem_size); in bnx2fc_alloc_session_resc()
882 dma_free_coherent(&hba->pcidev->dev, tgt->cq_mem_size, in bnx2fc_free_session_resc()
Dbnx2fc.h332 u32 cq_mem_size; member
/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h112 u32 cq_mem_size; member
Di40iw_verbs.c1133 iwcq->cq_mem_size = 0; in i40iw_create_cq()
/drivers/scsi/qedf/
Dqedf_main.c2793 qedf->global_queues[id]->cq_mem_size / in qedf_prepare_sb()
2940 gl[i]->cq_mem_size, gl[i]->cq, gl[i]->cq_dma); in qedf_free_global_queues()
3083 qedf->global_queues[i]->cq_mem_size = in qedf_alloc_global_queues()
3085 qedf->global_queues[i]->cq_mem_size = in qedf_alloc_global_queues()
3086 ALIGN(qedf->global_queues[i]->cq_mem_size, QEDF_PAGE_SIZE); in qedf_alloc_global_queues()
3089 (qedf->global_queues[i]->cq_mem_size / in qedf_alloc_global_queues()
3096 qedf->global_queues[i]->cq_mem_size, in qedf_alloc_global_queues()
3119 num_pages = qedf->global_queues[i]->cq_mem_size / in qedf_alloc_global_queues()
3165 u32 cq_mem_size; in qedf_set_fcoe_pf_param() local
3203 cq_mem_size = FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param()
[all …]
Dqedf.h267 u32 cq_mem_size; member
/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1005 num_pages = ep->qp.cq_mem_size / CNIC_PAGE_SIZE; in setup_qp_page_tables()
1088 ep->qp.cq_mem_size = hba->max_cqes * BNX2I_CQE_SIZE; in bnx2i_alloc_qp_resc()
1089 ep->qp.cq_mem_size = in bnx2i_alloc_qp_resc()
1090 (ep->qp.cq_mem_size + (CNIC_PAGE_SIZE - 1)) & CNIC_PAGE_MASK; in bnx2i_alloc_qp_resc()
1092 (ep->qp.cq_mem_size / CNIC_PAGE_SIZE) * sizeof(void *); in bnx2i_alloc_qp_resc()
1107 dma_alloc_coherent(&hba->pcidev->dev, ep->qp.cq_mem_size, in bnx2i_alloc_qp_resc()
1111 ep->qp.cq_mem_size); in bnx2i_alloc_qp_resc()
1225 dma_free_coherent(&hba->pcidev->dev, ep->qp.cq_mem_size, in bnx2i_free_qp_resc()
Dbnx2i.h652 u32 cq_mem_size; member
/drivers/scsi/qedi/
Dqedi_main.c1526 dma_free_coherent(&qedi->pdev->dev, gl[i]->cq_mem_size, in qedi_free_global_queues()
1683 qedi->global_queues[i]->cq_mem_size = in qedi_alloc_global_queues()
1685 qedi->global_queues[i]->cq_mem_size = in qedi_alloc_global_queues()
1686 (qedi->global_queues[i]->cq_mem_size + in qedi_alloc_global_queues()
1690 (qedi->global_queues[i]->cq_mem_size / in qedi_alloc_global_queues()
1697 qedi->global_queues[i]->cq_mem_size, in qedi_alloc_global_queues()
1720 num_pages = qedi->global_queues[i]->cq_mem_size / in qedi_alloc_global_queues()
Dqedi.h158 u32 cq_mem_size; member