Searched refs:deferred_tx_len (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.h | 215 uint deferred_tx_len; member
|
| H A D | dhd_config.c | 2932 conf->deferred_tx_len = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params() 2933 CONFIG_MSG("deferred_tx_len = %d\n", conf->deferred_tx_len); in dhd_conf_read_sdio_params() 3492 conf->txglomsize, conf->deferred_tx_len); in dhd_conf_set_txglom_params() 3502 conf->deferred_tx_len = 0; in dhd_conf_set_txglom_params() 3658 conf->deferred_tx_len = 0; in dhd_conf_preinit()
|
| H A D | dhd_sdio.c | 2356 if (bus->dhd->conf->deferred_tx_len) { in dhd_bus_txdata() 2361 if(pktq_len(&bus->txq) >= bus->dhd->conf->deferred_tx_len && in dhd_bus_txdata()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.h | 262 uint deferred_tx_len; member
|
| H A D | dhd_config.c | 3929 conf->deferred_tx_len = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params() 3930 CONFIG_MSG("deferred_tx_len = %d\n", conf->deferred_tx_len); in dhd_conf_read_sdio_params() 4673 conf->txglomsize, conf->deferred_tx_len); in dhd_conf_set_txglom_params() 4683 conf->deferred_tx_len = 0; in dhd_conf_set_txglom_params() 4930 conf->deferred_tx_len = 0; in dhd_conf_preinit()
|
| H A D | dhd_sdio.c | 2386 if (bus->dhd->conf->deferred_tx_len) { in dhd_bus_txdata() 2391 if(pktq_n_pkts_tot(&bus->txq) >= bus->dhd->conf->deferred_tx_len && in dhd_bus_txdata()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.h | 263 uint deferred_tx_len; member
|
| H A D | dhd_config.c | 4054 conf->deferred_tx_len = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params() 4055 CONFIG_MSG("deferred_tx_len = %d\n", conf->deferred_tx_len); in dhd_conf_read_sdio_params() 4812 conf->txglomsize, conf->deferred_tx_len); in dhd_conf_set_txglom_params() 4822 conf->deferred_tx_len = 0; in dhd_conf_set_txglom_params() 5116 conf->deferred_tx_len = 0; in dhd_conf_preinit()
|
| H A D | dhd_sdio.c | 2397 if (bus->dhd->conf->deferred_tx_len) { in dhd_bus_txdata() 2402 if(pktq_n_pkts_tot(&bus->txq) >= bus->dhd->conf->deferred_tx_len && in dhd_bus_txdata()
|