Home
last modified time | relevance | path

Searched refs:max_hdr_read (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h271 int max_hdr_read; member
H A Ddhd_config.c1163 conf->max_hdr_read = 256; in dhd_conf_set_tput_patch()
1191 conf->max_hdr_read = 0; in dhd_conf_set_tput_patch()
1237 CONFIG_TRACE("max_hdr_read=%d\n", conf->max_hdr_read); in dhd_conf_dump_tput_patch()
3870 conf->max_hdr_read = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
3871 CONFIG_MSG("max_hdr_read = %d\n", conf->max_hdr_read); in dhd_conf_read_sdio_params()
H A Ddhd_sdio.c9809 if (bus->dhd->conf->max_hdr_read <= 0) { in dhd_set_bus_params()
9810 bus->dhd->conf->max_hdr_read = MAX_HDR_READ; in dhd_set_bus_params()
9813 MFREE(bus->dhd->osh, bus->hdrbufp, bus->dhd->conf->max_hdr_read + DHD_SDALIGN); in dhd_set_bus_params()
9815 bus->hdrbufp = MALLOC(bus->dhd->osh, bus->dhd->conf->max_hdr_read + DHD_SDALIGN); in dhd_set_bus_params()
9818 __FUNCTION__, bus->dhd->conf->max_hdr_read + DHD_SDALIGN)); in dhd_set_bus_params()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h272 int max_hdr_read; member
H A Ddhd_config.c1223 conf->max_hdr_read = 256; in dhd_conf_set_tput_patch()
1251 conf->max_hdr_read = 0; in dhd_conf_set_tput_patch()
1297 CONFIG_TRACE("max_hdr_read=%d\n", conf->max_hdr_read); in dhd_conf_dump_tput_patch()
3995 conf->max_hdr_read = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
3996 CONFIG_MSG("max_hdr_read = %d\n", conf->max_hdr_read); in dhd_conf_read_sdio_params()
H A Ddhd_sdio.c9824 if (bus->dhd->conf->max_hdr_read <= 0) { in dhd_set_bus_params()
9825 bus->dhd->conf->max_hdr_read = MAX_HDR_READ; in dhd_set_bus_params()
9828 MFREE(bus->dhd->osh, bus->hdrbufp, bus->dhd->conf->max_hdr_read + DHD_SDALIGN); in dhd_set_bus_params()
9830 bus->hdrbufp = MALLOC(bus->dhd->osh, bus->dhd->conf->max_hdr_read + DHD_SDALIGN); in dhd_set_bus_params()
9833 __FUNCTION__, bus->dhd->conf->max_hdr_read + DHD_SDALIGN)); in dhd_set_bus_params()