Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_lb.c653 uint64 rx_path_memory_usage = 0; in dhd_lb_mem_usage() local
670 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_lb.c653 uint64 rx_path_memory_usage = 0; in dhd_lb_mem_usage() local
670 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()