Home
last modified time | relevance | path

Searched refs:cq_mem_size (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H 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()
H A Dbnx2fc.h332 u32 cq_mem_size; member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H 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()
H A Dbnx2fc.h329 u32 cq_mem_size; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.h112 u32 cq_mem_size; member
H A Di40iw_verbs.c1133 iwcq->cq_mem_size = 0; in i40iw_create_cq()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A 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 in qedf_set_fcoe_pf_param()
[all...]
H A Dqedf.h267 u32 cq_mem_size; member
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_main.c2795 qedf->global_queues[id]->cq_mem_size / in qedf_prepare_sb()
2942 gl[i]->cq_mem_size, gl[i]->cq, gl[i]->cq_dma); in qedf_free_global_queues()
3082 qedf->global_queues[i]->cq_mem_size = in qedf_alloc_global_queues()
3084 qedf->global_queues[i]->cq_mem_size = in qedf_alloc_global_queues()
3085 ALIGN(qedf->global_queues[i]->cq_mem_size, QEDF_PAGE_SIZE); in qedf_alloc_global_queues()
3088 (qedf->global_queues[i]->cq_mem_size / in qedf_alloc_global_queues()
3095 qedf->global_queues[i]->cq_mem_size, in qedf_alloc_global_queues()
3118 num_pages = qedf->global_queues[i]->cq_mem_size / in qedf_alloc_global_queues()
3164 u32 cq_mem_size; in qedf_set_fcoe_pf_param() local
3202 cq_mem_size in qedf_set_fcoe_pf_param()
[all...]
H A Dqedf.h272 u32 cq_mem_size; member
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H 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()
H A Dbnx2i.h595 * @cq_mem_size: CQ size
652 u32 cq_mem_size; member
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H 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()
H A Dbnx2i.h595 * @cq_mem_size: CQ size
652 u32 cq_mem_size; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dverbs.h123 u32 cq_mem_size; member
H A Dverbs.c2119 iwcq->cq_mem_size = 0; in irdma_create_cq()
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A 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()
H A Dqedi.h158 u32 cq_mem_size; member
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H A Dqedi_main.c1525 dma_free_coherent(&qedi->pdev->dev, gl[i]->cq_mem_size, in qedi_free_global_queues()
1679 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()
1682 (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()
1693 qedi->global_queues[i]->cq_mem_size, in qedi_alloc_global_queues()
1716 num_pages = qedi->global_queues[i]->cq_mem_size / in qedi_alloc_global_queues()
H A Dqedi.h158 u32 cq_mem_size; member

Completed in 43 milliseconds