Searched refs:PDS_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
235 qcq->q_size = PDS_PAGE_SIZE + in pdsc_qcq_alloc()236 ALIGN(num_descs * desc_size, PDS_PAGE_SIZE) + in pdsc_qcq_alloc()237 ALIGN(num_descs * cq_desc_size, PDS_PAGE_SIZE); in pdsc_qcq_alloc()246 q_base = PTR_ALIGN(qcq->q_base, PDS_PAGE_SIZE); in pdsc_qcq_alloc()247 q_base_pa = ALIGN(qcq->q_base_pa, PDS_PAGE_SIZE); in pdsc_qcq_alloc()251 ALIGN(num_descs * desc_size, PDS_PAGE_SIZE), in pdsc_qcq_alloc()252 PDS_PAGE_SIZE); in pdsc_qcq_alloc()254 ALIGN(num_descs * desc_size, PDS_PAGE_SIZE), in pdsc_qcq_alloc()255 PDS_PAGE_SIZE); in pdsc_qcq_alloc()259 qcq->q_size = PDS_PAGE_SIZE + (num_descs * desc_size); in pdsc_qcq_alloc()[all …]
14 #define PDS_PAGE_SIZE 4096 macro
267 area.size = PDS_PAGE_SIZE; in pds_vdpa_get_vq_notification()283 return PDS_PAGE_SIZE; in pds_vdpa_get_vq_align()