Searched refs:ptbl (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 793 u32 *ptbl; in bnx2i_570x_send_conn_ofld_req() local 818 ptbl = (u32 *) ep->qp.sq_pgtbl_virt; in bnx2i_570x_send_conn_ofld_req() 820 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req() 821 ofld_req2.sq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req() 823 ptbl = (u32 *) ep->qp.cq_pgtbl_virt; in bnx2i_570x_send_conn_ofld_req() 824 ofld_req2.cq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req() 825 ofld_req2.cq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req() 854 u32 *ptbl; in bnx2i_5771x_send_conn_ofld_req() local 879 ptbl = (u32 *)((u8 *)ep->qp.sq_pgtbl_virt + ISCSI_SQ_DB_SIZE); in bnx2i_5771x_send_conn_ofld_req() 880 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_5771x_send_conn_ofld_req() [all …]
|
/linux/drivers/vfio/ |
H A D | vfio_iommu_spapr_tce.c | 204 phys_addr_t ioba, struct iommu_table **ptbl) in tce_iommu_find_table() argument 217 *ptbl = tbl; in tce_iommu_find_table() 612 struct iommu_table **ptbl) in tce_iommu_create_table() argument 626 page_shift, window_size, levels, ptbl); in tce_iommu_create_table() 628 WARN_ON(!ret && !(*ptbl)->it_ops->free); in tce_iommu_create_table() 629 WARN_ON(!ret && ((*ptbl)->it_allocated_size > table_size)); in tce_iommu_create_table()
|
/linux/arch/powerpc/include/asm/ |
H A D | iommu.h | 179 struct iommu_table **ptbl);
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda.c | 1346 bool alloc_userspace_copy, struct iommu_table **ptbl) in pnv_pci_ioda2_create_table() argument 1369 *ptbl = tbl; in pnv_pci_ioda2_create_table() 1516 struct iommu_table **ptbl) in pnv_pci_ioda2_create_table_userspace() argument 1519 num, page_shift, window_size, levels, true, ptbl); in pnv_pci_ioda2_create_table_userspace() 1522 (*ptbl)->it_allocated_size = pnv_pci_ioda2_get_table_size( in pnv_pci_ioda2_create_table_userspace()
|