HomeSort by relevance Sort by last modified time
    Searched refs:rx_buf_size_allocated (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 132 u32 rx_buf_size_allocated; member in struct:hal_info_s
wifi_hal.cpp 635 info->rx_buf_size_allocated = MAX_RXMPDUS_PER_AMPDU * MAX_MSDUS_PER_MPDU
639 (wifi_ring_buffer_entry *)malloc(info->rx_buf_size_allocated);
642 __FUNCTION__, info->rx_buf_size_allocated);
644 info->rx_buf_size_allocated = 0;
647 memset(info->rx_aggr_pkts, 0, info->rx_buf_size_allocated);
    [all...]
wifilogger_diag.cpp     [all...]

Completed in 136 milliseconds