Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c236 qcq->q_size = PDS_PAGE_SIZE + in pdsc_qcq_alloc()
247 q_base = PTR_ALIGN(qcq->q_base, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
248 q_base_pa = ALIGN(qcq->q_base_pa, 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()
255 ALIGN(num_descs * desc_size, PDS_PAGE_SIZE), in pdsc_qcq_alloc()
256 PDS_PAGE_SIZE); in pdsc_qcq_alloc()
268 q_base = PTR_ALIGN(qcq->q_base, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
269 q_base_pa = ALIGN(qcq->q_base_pa, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
281 cq_base = PTR_ALIGN(qcq->cq_base, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
[all …]
/openbmc/linux/include/linux/pds/
H A Dpds_common.h12 #define PDS_PAGE_SIZE 4096 macro
/openbmc/linux/drivers/vdpa/pds/
H A 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()