Home
last modified time | relevance | path

Searched refs:rq_pgtbl_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_hwi.c991 memset(ep->qp.rq_pgtbl_virt, 0, ep->qp.rq_pgtbl_size); in setup_qp_page_tables()
1150 ep->qp.rq_pgtbl_size = in bnx2i_alloc_qp_resc()
1152 ep->qp.rq_pgtbl_size = in bnx2i_alloc_qp_resc()
1153 (ep->qp.rq_pgtbl_size + (CNIC_PAGE_SIZE - 1)) & CNIC_PAGE_MASK; in bnx2i_alloc_qp_resc()
1156 dma_alloc_coherent(&hba->pcidev->dev, ep->qp.rq_pgtbl_size, in bnx2i_alloc_qp_resc()
1160 ep->qp.rq_pgtbl_size); in bnx2i_alloc_qp_resc()
1222 dma_free_coherent(&hba->pcidev->dev, ep->qp.rq_pgtbl_size, in bnx2i_free_qp_resc()
Dbnx2i.h682 u32 rq_pgtbl_size; /* set to PAGE_SIZE for 5708 & 5709 */ member