Searched refs:cq_pgtbl_size (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 1004 memset(ep->qp.cq_pgtbl_virt, 0, ep->qp.cq_pgtbl_size); in setup_qp_page_tables() 1091 ep->qp.cq_pgtbl_size = in bnx2i_alloc_qp_resc() 1093 ep->qp.cq_pgtbl_size = in bnx2i_alloc_qp_resc() 1094 (ep->qp.cq_pgtbl_size + (CNIC_PAGE_SIZE - 1)) & CNIC_PAGE_MASK; in bnx2i_alloc_qp_resc() 1097 dma_alloc_coherent(&hba->pcidev->dev, ep->qp.cq_pgtbl_size, in bnx2i_alloc_qp_resc() 1101 ep->qp.cq_pgtbl_size); in bnx2i_alloc_qp_resc() 1219 dma_free_coherent(&hba->pcidev->dev, ep->qp.cq_pgtbl_size, in bnx2i_free_qp_resc()
|
H A D | bnx2i.h | 607 * @cq_pgtbl_size: CQ page table size 666 u32 cq_pgtbl_size; /* set to PAGE_SIZE for 5708 & 5709 */ member
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 1004 memset(ep->qp.cq_pgtbl_virt, 0, ep->qp.cq_pgtbl_size); in setup_qp_page_tables() 1091 ep->qp.cq_pgtbl_size = in bnx2i_alloc_qp_resc() 1093 ep->qp.cq_pgtbl_size = in bnx2i_alloc_qp_resc() 1094 (ep->qp.cq_pgtbl_size + (CNIC_PAGE_SIZE - 1)) & CNIC_PAGE_MASK; in bnx2i_alloc_qp_resc() 1097 dma_alloc_coherent(&hba->pcidev->dev, ep->qp.cq_pgtbl_size, in bnx2i_alloc_qp_resc() 1101 ep->qp.cq_pgtbl_size); in bnx2i_alloc_qp_resc() 1219 dma_free_coherent(&hba->pcidev->dev, ep->qp.cq_pgtbl_size, in bnx2i_free_qp_resc()
|
H A D | bnx2i.h | 607 * @cq_pgtbl_size: CQ page table size 666 u32 cq_pgtbl_size; /* set to PAGE_SIZE for 5708 & 5709 */ member
|
Completed in 11 milliseconds