Searched refs:cq_mem_size (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/scsi/bnx2fc/ |
D | bnx2fc_tgt.c | 683 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()
|
D | bnx2fc.h | 329 u32 cq_mem_size; member
|
/linux-5.19.10/drivers/scsi/qedf/ |
D | qedf_main.c | 2775 qedf->global_queues[id]->cq_mem_size / in qedf_prepare_sb() 2917 gl[i]->cq_mem_size, gl[i]->cq, gl[i]->cq_dma); in qedf_free_global_queues() 3061 qedf->global_queues[i]->cq_mem_size = in qedf_alloc_global_queues() 3063 qedf->global_queues[i]->cq_mem_size = in qedf_alloc_global_queues() 3064 ALIGN(qedf->global_queues[i]->cq_mem_size, QEDF_PAGE_SIZE); in qedf_alloc_global_queues() 3067 (qedf->global_queues[i]->cq_mem_size / in qedf_alloc_global_queues() 3074 qedf->global_queues[i]->cq_mem_size, in qedf_alloc_global_queues() 3097 num_pages = qedf->global_queues[i]->cq_mem_size / in qedf_alloc_global_queues() 3143 u32 cq_mem_size; in qedf_set_fcoe_pf_param() local 3181 cq_mem_size = FCOE_PARAMS_CQ_NUM_ENTRIES * sizeof(struct fcoe_cqe); in qedf_set_fcoe_pf_param() [all …]
|
D | qedf.h | 272 u32 cq_mem_size; member
|
/linux-5.19.10/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 1005 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()
|
D | bnx2i.h | 652 u32 cq_mem_size; member
|
/linux-5.19.10/drivers/infiniband/hw/irdma/ |
D | verbs.h | 122 u32 cq_mem_size; member
|
D | verbs.c | 2021 iwcq->cq_mem_size = 0; in irdma_create_cq()
|
/linux-5.19.10/drivers/scsi/qedi/ |
D | qedi.h | 158 u32 cq_mem_size; member
|
D | qedi_main.c | 1524 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()
|