Home
last modified time | relevance | path

Searched refs:data_drop_mode (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.h130 enum data_drop_mode { enum
292 int data_drop_mode; member
H A Ddhd_config.c3300 conf->data_drop_mode = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
3301 CONFIG_MSG("data_drop_mode = 0x%x\n", conf->data_drop_mode); in dhd_conf_read_others()
3737 conf->data_drop_mode = 0; in dhd_conf_preinit()
H A Ddhd_sdio.c2826 if ((bus->dhd->conf->data_drop_mode == TXPKT_DROP) && (total_len > 500)) { in dhdsdio_txpkt()
H A Ddhd_linux.c5206 if ((dhd->pub.conf->data_drop_mode == XMIT_DROP) && in dhd_start_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h159 enum data_drop_mode { enum
358 int data_drop_mode; member
H A Ddhd_config.c1094 if (conf->tput_monitor_ms && conf->data_drop_mode >= FW_DROP) { in dhd_conf_tput_monitor()
4346 conf->data_drop_mode = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4347 CONFIG_MSG("data_drop_mode = %d\n", conf->data_drop_mode); in dhd_conf_read_others()
5026 conf->data_drop_mode = NO_DATA_DROP; in dhd_conf_preinit()
H A Ddhd_sdio.c2846 if ((bus->dhd->conf->data_drop_mode == TXPKT_DROP) && (total_len > 500)) in dhdsdio_txpkt()
H A Ddhd_pcie.c5746 if ((bus->dhd->conf->data_drop_mode == TXPKT_DROP) && (pktlen > 500)) in BCMFASTPATH()
H A Ddhd_linux.c4403 if ((dhd->pub.conf->data_drop_mode == XMIT_DROP) && in BCMFASTPATH()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h158 enum data_drop_mode { enum
361 int data_drop_mode; member
H A Ddhd_config.c1154 if (conf->tput_monitor_ms && conf->data_drop_mode >= FW_DROP) { in dhd_conf_tput_monitor()
4485 conf->data_drop_mode = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4486 CONFIG_MSG("data_drop_mode = %d\n", conf->data_drop_mode); in dhd_conf_read_others()
5214 conf->data_drop_mode = NO_DATA_DROP; in dhd_conf_preinit()
H A Ddhd_sdio.c2857 if ((bus->dhd->conf->data_drop_mode == TXPKT_DROP) && (total_len > 500)) in dhdsdio_txpkt()
H A Ddhd_pcie.c5753 if ((bus->dhd->conf->data_drop_mode == TXPKT_DROP) && (pktlen > 500)) in BCMFASTPATH()
H A Ddhd_linux.c4412 if ((dhd->pub.conf->data_drop_mode == XMIT_DROP) && in BCMFASTPATH()