Home
last modified time | relevance | path

Searched refs:PDS_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/amd/pds_core/
Dcore.c233 qcq->q_size = PDS_PAGE_SIZE + in pdsc_qcq_alloc()
234 ALIGN(num_descs * desc_size, PDS_PAGE_SIZE) + in pdsc_qcq_alloc()
235 ALIGN(num_descs * cq_desc_size, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
244 q_base = PTR_ALIGN(qcq->q_base, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
245 q_base_pa = ALIGN(qcq->q_base_pa, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
249 ALIGN(num_descs * desc_size, PDS_PAGE_SIZE), in pdsc_qcq_alloc()
250 PDS_PAGE_SIZE); in pdsc_qcq_alloc()
252 ALIGN(num_descs * desc_size, PDS_PAGE_SIZE), in pdsc_qcq_alloc()
253 PDS_PAGE_SIZE); in pdsc_qcq_alloc()
257 qcq->q_size = PDS_PAGE_SIZE + (num_descs * desc_size); in pdsc_qcq_alloc()
[all …]
/linux-6.12.1/include/linux/pds/
Dpds_common.h14 #define PDS_PAGE_SIZE 4096 macro
/linux-6.12.1/drivers/vdpa/pds/
Dvdpa_dev.c267 area.size = PDS_PAGE_SIZE; in pds_vdpa_get_vq_notification()
283 return PDS_PAGE_SIZE; in pds_vdpa_get_vq_align()