Searched refs:data_mem_pool (Results 1 – 2 of 2) sorted by relevance
558 wcn->data_mem_pool.chunk_size = WCN36XX_BD_CHUNK_SIZE + in wcn36xx_dxe_allocate_mem_pools()561 s = wcn->data_mem_pool.chunk_size * WCN36XX_DXE_CH_DESC_NUMB_TX_L; in wcn36xx_dxe_allocate_mem_pools()562 cpu_addr = dma_alloc_coherent(wcn->dev, s, &wcn->data_mem_pool.phy_addr, in wcn36xx_dxe_allocate_mem_pools()567 wcn->data_mem_pool.virt_addr = cpu_addr; in wcn36xx_dxe_allocate_mem_pools()586 if (wcn->data_mem_pool.virt_addr) { in wcn36xx_dxe_free_mem_pools()587 dma_free_coherent(wcn->dev, wcn->data_mem_pool.chunk_size * in wcn36xx_dxe_free_mem_pools()589 wcn->data_mem_pool.virt_addr, in wcn36xx_dxe_free_mem_pools()590 wcn->data_mem_pool.phy_addr); in wcn36xx_dxe_free_mem_pools()711 wcn36xx_dxe_init_tx_bd(&wcn->dxe_tx_l_ch, &wcn->data_mem_pool); in wcn36xx_dxe_init()
233 struct wcn36xx_dxe_mem_pool data_mem_pool; member