Searched refs:CE_DESC_RING_ALIGN (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_prealloc.c | 436 {CE_SRC, (sizeof(struct ce_srng_src_desc) * 16 + CE_DESC_RING_ALIGN), 439 {CE_DST, (sizeof(struct ce_srng_dest_desc) * 512 + CE_DESC_RING_ALIGN), 442 + CE_DESC_RING_ALIGN), false, NULL, 0}, 444 {CE_DST, (sizeof(struct ce_srng_dest_desc) * 32 + CE_DESC_RING_ALIGN), 447 + CE_DESC_RING_ALIGN), false, NULL, 0}, 449 {CE_SRC, (sizeof(struct ce_srng_src_desc) * 32 + CE_DESC_RING_ALIGN), 452 {CE_SRC, (sizeof(struct ce_srng_src_desc) * 256 + CE_DESC_RING_ALIGN), 455 {CE_DST, (sizeof(struct ce_srng_dest_desc) * 512 + CE_DESC_RING_ALIGN), 458 + CE_DESC_RING_ALIGN), false, NULL, 0},
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
D | ce_main.c | 1778 nentries * desc_size + CE_DESC_RING_ALIGN); in ce_alloc_desc_ring() 1794 CE_DESC_RING_ALIGN), in ce_alloc_desc_ring() 1831 ce_ring->nentries * desc_size + CE_DESC_RING_ALIGN, in ce_free_desc_ring() 1848 CE_DESC_RING_ALIGN), in ce_alloc_desc_ring() 1866 ce_ring->nentries * desc_size + CE_DESC_RING_ALIGN, in ce_free_desc_ring() 2066 CE_DESC_RING_ALIGN); in ce_alloc_ring_state() 2068 if (ce_ring->base_addr_CE_space_unaligned & (CE_DESC_RING_ALIGN - 1)) { in ce_alloc_ring_state() 2072 CE_DESC_RING_ALIGN - 1) & ~(CE_DESC_RING_ALIGN - 1); in ce_alloc_ring_state() 2076 CE_DESC_RING_ALIGN - 1) & ~(CE_DESC_RING_ALIGN - 1)); in ce_alloc_ring_state() 2729 CE_DESC_RING_ALIGN); in ce_init() [all …]
|
D | ce_internal.h | 235 #define CE_DESC_RING_ALIGN 8 macro
|