Searched refs:rx_buf_size_allocated (Results 1 – 3 of 3) sorted by relevance
128 u32 rx_buf_size_allocated; member
656 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()
1439 > 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()