Searched refs:rx_path_memory_usage (Results 1 – 2 of 2) sorted by relevance
653 uint64 rx_path_memory_usage = 0; in dhd_lb_mem_usage() local670 rx_path_memory_usage = rxbufpost_sz * (skb_queue_len(&dhd->rx_pend_queue) + in dhd_lb_mem_usage()675 rx_path_memory_usage += (rxbufpost_sz * rx_post_active); in dhd_lb_mem_usage()680 rx_path_memory_usage += (rxbufpost_sz * rx_cmpl_active); in dhd_lb_mem_usage()683 dhdp->rxpath_mem = rx_path_memory_usage; in dhd_lb_mem_usage()690 rx_path_memory_usage, (rx_path_memory_usage/ 1024)); in dhd_lb_mem_usage()691 return rx_path_memory_usage; in dhd_lb_mem_usage()