Home
last modified time | relevance | path

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

/drivers/scsi/bnx2i/
Dbnx2i_hwi.c961 memset(ep->qp.sq_pgtbl_virt, 0, ep->qp.sq_pgtbl_size); in setup_qp_page_tables()
1068 ep->qp.sq_pgtbl_size = in bnx2i_alloc_qp_resc()
1070 ep->qp.sq_pgtbl_size = in bnx2i_alloc_qp_resc()
1071 (ep->qp.sq_pgtbl_size + (PAGE_SIZE - 1)) & PAGE_MASK; in bnx2i_alloc_qp_resc()
1074 dma_alloc_coherent(&hba->pcidev->dev, ep->qp.sq_pgtbl_size, in bnx2i_alloc_qp_resc()
1078 ep->qp.sq_pgtbl_size); in bnx2i_alloc_qp_resc()
1206 dma_free_coherent(&hba->pcidev->dev, ep->qp.sq_pgtbl_size, in bnx2i_free_qp_resc()
Dbnx2i.h646 u32 sq_pgtbl_size; /* set to PAGE_SIZE for 5708 & 5709 */ member