Searched refs:dhd_queue_budget (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 302 int dhd_queue_budget = DHD_QUEUE_BUDGET_DEFAULT; variable 304 module_param(dhd_queue_budget, int, 0); 1842 dhd_queue_budget, queue->max, DHD_FLOW_QUEUE_CLEN_PTR(queue), in dhd_add_flowid() 1869 dhd_flow_ring_config_thresholds(dhdp, flowid, dhd_queue_budget, in dhd_add_flowid() 17924 dhd_queue_budget = bcm_strtoul(var, NULL, 0); in _dhd_module_init() 17926 DHD_ERROR(("dhd_queue_budget = %d\n", dhd_queue_budget)); in _dhd_module_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 304 int dhd_queue_budget = DHD_QUEUE_BUDGET_DEFAULT; variable 306 module_param(dhd_queue_budget, int, 0); 1851 dhd_queue_budget, queue->max, DHD_FLOW_QUEUE_CLEN_PTR(queue), in dhd_add_flowid() 1878 dhd_flow_ring_config_thresholds(dhdp, flowid, dhd_queue_budget, in dhd_add_flowid() 17815 dhd_queue_budget = bcm_strtoul(var, NULL, 0); in _dhd_module_init() 17817 DHD_ERROR(("dhd_queue_budget = %d\n", dhd_queue_budget)); in _dhd_module_init()
|