Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h128 u32 rx_buf_size_allocated; member
Dwifi_hal.cpp656 info->rx_buf_size_allocated = MAX_RXMPDUS_PER_AMPDU * MAX_MSDUS_PER_MPDU in wifi_initialize()
660 (wifi_ring_buffer_entry *)malloc(info->rx_buf_size_allocated); in wifi_initialize()
663 __FUNCTION__, info->rx_buf_size_allocated); in wifi_initialize()
665 info->rx_buf_size_allocated = 0; in wifi_initialize()
668 memset(info->rx_aggr_pkts, 0, info->rx_buf_size_allocated); in wifi_initialize()
Dwifilogger_diag.cpp1439 > info->rx_buf_size_allocated) { in parse_rx_stats()
1450 memset((u8 *)info->rx_aggr_pkts + info->rx_buf_size_allocated, 0, in parse_rx_stats()
1452 - info->rx_buf_size_allocated); in parse_rx_stats()
1453 info->rx_buf_size_allocated = in parse_rx_stats()