Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/bnx2fc/
A 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()
A Dbnx2fc.h329 u32 cq_mem_size; member
/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_main.c2796 qedf->global_queues[id]->cq_mem_size / in qedf_prepare_sb()
2938 gl[i]->cq_mem_size, gl[i]->cq, gl[i]->cq_dma); in qedf_free_global_queues()
3079 qedf->global_queues[i]->cq_mem_size = in qedf_alloc_global_queues()
3081 qedf->global_queues[i]->cq_mem_size = in qedf_alloc_global_queues()
3082 ALIGN(qedf->global_queues[i]->cq_mem_size, QEDF_PAGE_SIZE); in qedf_alloc_global_queues()
3085 (qedf->global_queues[i]->cq_mem_size / in qedf_alloc_global_queues()
3092 qedf->global_queues[i]->cq_mem_size, in qedf_alloc_global_queues()
3115 num_pages = qedf->global_queues[i]->cq_mem_size / in qedf_alloc_global_queues()
3161 u32 cq_mem_size; in qedf_set_fcoe_pf_param() local
3200 cq_mem_size = ALIGN(cq_mem_size, QEDF_PAGE_SIZE); in qedf_set_fcoe_pf_param()
[all …]
A Dqedf.h272 u32 cq_mem_size; member
/linux-6.3-rc2/drivers/scsi/bnx2i/
A 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()
A Dbnx2i.h652 u32 cq_mem_size; member
/linux-6.3-rc2/drivers/infiniband/hw/irdma/
A Dverbs.h122 u32 cq_mem_size; member
A Dverbs.c2038 iwcq->cq_mem_size = 0; in irdma_create_cq()
/linux-6.3-rc2/drivers/scsi/qedi/
A Dqedi.h158 u32 cq_mem_size; member
A Dqedi_main.c1524 dma_free_coherent(&qedi->pdev->dev, gl[i]->cq_mem_size, in qedi_free_global_queues()
1678 qedi->global_queues[i]->cq_mem_size = in qedi_alloc_global_queues()
1680 qedi->global_queues[i]->cq_mem_size = in qedi_alloc_global_queues()
1681 (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()
1692 qedi->global_queues[i]->cq_mem_size, in qedi_alloc_global_queues()
1715 num_pages = qedi->global_queues[i]->cq_mem_size / in qedi_alloc_global_queues()

Completed in 38 milliseconds