Searched refs:NBPF_DESCS_PER_PAGE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/dma/
H A Dnbpfaxi.c164 #define NBPF_DESCS_PER_PAGE ((PAGE_SIZE - sizeof(struct list_head)) / \ macro
168 #define NBPF_SEGMENTS_PER_PAGE (NBPF_SEGMENTS_PER_DESC * NBPF_DESCS_PER_PAGE)
172 struct nbpf_desc desc[NBPF_DESCS_PER_PAGE];
675 __func__, NBPF_DESCS_PER_PAGE, NBPF_SEGMENTS_PER_PAGE, sizeof(*dpage)); nbpf_desc_page_alloc()

Completed in 40 milliseconds