Home
last modified time | relevance | path

Searched refs:WCN36XX_BD_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Ddxe.c694 wcn->mgmt_mem_pool.chunk_size = WCN36XX_BD_CHUNK_SIZE + in wcn36xx_dxe_allocate_mem_pools()
695 16 - (WCN36XX_BD_CHUNK_SIZE % 8); in wcn36xx_dxe_allocate_mem_pools()
709 wcn->data_mem_pool.chunk_size = WCN36XX_BD_CHUNK_SIZE + in wcn36xx_dxe_allocate_mem_pools()
710 16 - (WCN36XX_BD_CHUNK_SIZE % 8); in wcn36xx_dxe_allocate_mem_pools()
H A Ddxe.h361 #define WCN36XX_BD_CHUNK_SIZE 128 macro