Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.c2022 uint32_t ce_nbytes; in ce_alloc_ring_state() local
2029 ce_nbytes = sizeof(struct CE_ring_state) in ce_alloc_ring_state()
2031 ptr = qdf_mem_malloc(ce_nbytes); in ce_alloc_ring_state()