Home
last modified time | relevance | path

Searched refs:frameburst (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_exportfs.c1085 uint32 frameburst = VALUENOTSET; variable
1092 if (frameburst == VALUENOTSET) { in show_frameburst()
1095 ret = scnprintf(buf, PAGE_SIZE -1, "%u\n", frameburst); in show_frameburst()
1114 frameburst = onoff; in set_frameburst()
1116 __FUNCTION__, frameburst)); in set_frameburst()
1121 __ATTR(frameburst, 0660, show_frameburst, set_frameburst);
H A Ddhd_linux.c10170 uint32 frameburst = CUSTOM_FRAMEBURST_SET; local
10917 if (sec_get_param_wfa_cert(dhd, SET_PARAM_FRAMEBURST, &frameburst) == BCME_OK) {
10918 DHD_ERROR(("%s, read frameburst param=%d\n", __FUNCTION__, frameburst));
10921 g_frameburst = frameburst;
10926 frameburst = 0;
10930 if ((ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_FAKEFRAG, (char *)&frameburst,
10931 sizeof(frameburst), TRUE, 0)) < 0) {
H A Ddhd.h2835 extern uint32 frameburst;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_exportfs.c1084 uint32 frameburst = VALUENOTSET; variable
1091 if (frameburst == VALUENOTSET) { in show_frameburst()
1094 ret = scnprintf(buf, PAGE_SIZE -1, "%u\n", frameburst); in show_frameburst()
1113 frameburst = onoff; in set_frameburst()
1115 __FUNCTION__, frameburst)); in set_frameburst()
1120 __ATTR(frameburst, 0660, show_frameburst, set_frameburst);
H A Ddhd_linux.c10009 uint32 frameburst = CUSTOM_FRAMEBURST_SET; local
10731 if (sec_get_param_wfa_cert(dhd, SET_PARAM_FRAMEBURST, &frameburst) == BCME_OK) {
10732 DHD_ERROR(("%s, read frameburst param=%d\n", __FUNCTION__, frameburst));
10735 g_frameburst = frameburst;
10740 frameburst = 0;
10744 if ((ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_FAKEFRAG, (char *)&frameburst,
10745 sizeof(frameburst), TRUE, 0)) < 0) {
H A Ddhd.h2830 extern uint32 frameburst;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_exportfs.c1084 uint32 frameburst = VALUENOTSET; variable
1091 if (frameburst == VALUENOTSET) { in show_frameburst()
1094 ret = scnprintf(buf, PAGE_SIZE -1, "%u\n", frameburst); in show_frameburst()
1113 frameburst = onoff; in set_frameburst()
1115 __FUNCTION__, frameburst)); in set_frameburst()
1120 __ATTR(frameburst, 0660, show_frameburst, set_frameburst);
H A Ddhd_linux.c10074 uint32 frameburst = CUSTOM_FRAMEBURST_SET; local
10796 if (sec_get_param_wfa_cert(dhd, SET_PARAM_FRAMEBURST, &frameburst) == BCME_OK) {
10797 DHD_ERROR(("%s, read frameburst param=%d\n", __FUNCTION__, frameburst));
10800 g_frameburst = frameburst;
10805 frameburst = 0;
10809 if ((ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_FAKEFRAG, (char *)&frameburst,
10810 sizeof(frameburst), TRUE, 0)) < 0) {
H A Ddhd.h2830 extern uint32 frameburst;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_custom_sec.c666 if (frameburst == VALUENOTSET)
669 val = (uint)frameburst;
H A Ddhd_linux_exportfs.c1704 uint32 frameburst = VALUENOTSET; variable
1711 if (frameburst == VALUENOTSET) { in show_frameburst()
1714 ret = scnprintf(buf, PAGE_SIZE -1, "%u\n", frameburst); in show_frameburst()
1733 frameburst = onoff; in set_frameburst()
1735 __FUNCTION__, frameburst)); in set_frameburst()
1740 __ATTR(frameburst, 0660, show_frameburst, set_frameburst);
H A Ddhd_config.h307 int frameburst; member
H A Ddhd_config.c1221 conf->frameburst = 1; in dhd_conf_set_tput_patch()
1249 conf->frameburst = 1; in dhd_conf_set_tput_patch()
1295 CONFIG_TRACE("frameburst=%d\n", conf->frameburst); in dhd_conf_dump_tput_patch()
4344 conf->frameburst = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4345 CONFIG_MSG("frameburst = %d\n", conf->frameburst); in dhd_conf_read_others()
4944 conf->frameburst, 0, FALSE); in dhd_conf_postinit_ioctls()
5154 conf->frameburst = -1; in dhd_conf_preinit()
5285 conf->frameburst = 1; in dhd_conf_preinit()
H A Ddhd_linux.c13721 uint32 frameburst = CUSTOM_FRAMEBURST_SET; in dhd_optimised_preinit_ioctls() local
14125 if (sec_get_param_wfa_cert(dhd, SET_PARAM_FRAMEBURST, &frameburst) == BCME_OK) { in dhd_optimised_preinit_ioctls()
14126 DHD_ERROR(("%s, read frameburst param=%d\n", __FUNCTION__, frameburst)); in dhd_optimised_preinit_ioctls()
14129 g_frameburst = frameburst; in dhd_optimised_preinit_ioctls()
14135 frameburst = 0; in dhd_optimised_preinit_ioctls()
14139 BCM_REFERENCE(frameburst); in dhd_optimised_preinit_ioctls()
14142 if (frameburst != 1) { in dhd_optimised_preinit_ioctls()
14144 if ((ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_FAKEFRAG, (char *)&frameburst, in dhd_optimised_preinit_ioctls()
14145 sizeof(frameburst), TRUE, 0)) < 0) { in dhd_optimised_preinit_ioctls()
14555 uint32 frameburst = CUSTOM_FRAMEBURST_SET; in dhd_legacy_preinit_ioctls() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_custom_sec.c666 if (frameburst == VALUENOTSET)
669 val = (uint)frameburst;
H A Ddhd_linux_exportfs.c1702 uint32 frameburst = VALUENOTSET; variable
1709 if (frameburst == VALUENOTSET) { in show_frameburst()
1712 ret = scnprintf(buf, PAGE_SIZE -1, "%u\n", frameburst); in show_frameburst()
1731 frameburst = onoff; in set_frameburst()
1733 __FUNCTION__, frameburst)); in set_frameburst()
1738 __ATTR(frameburst, 0660, show_frameburst, set_frameburst);
H A Ddhd_config.h304 int frameburst; member
H A Ddhd_config.c1161 conf->frameburst = 1; in dhd_conf_set_tput_patch()
1189 conf->frameburst = 1; in dhd_conf_set_tput_patch()
1235 CONFIG_TRACE("frameburst=%d\n", conf->frameburst); in dhd_conf_dump_tput_patch()
4211 conf->frameburst = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4212 CONFIG_MSG("frameburst = %d\n", conf->frameburst); in dhd_conf_read_others()
4762 conf->frameburst, 0, FALSE); in dhd_conf_postinit_ioctls()
4966 conf->frameburst = -1; in dhd_conf_preinit()
5097 conf->frameburst = 1; in dhd_conf_preinit()
H A Ddhd_linux.c13840 uint32 frameburst = CUSTOM_FRAMEBURST_SET; in dhd_optimised_preinit_ioctls() local
14249 if (sec_get_param_wfa_cert(dhd, SET_PARAM_FRAMEBURST, &frameburst) == BCME_OK) { in dhd_optimised_preinit_ioctls()
14250 DHD_ERROR(("%s, read frameburst param=%d\n", __FUNCTION__, frameburst)); in dhd_optimised_preinit_ioctls()
14253 g_frameburst = frameburst; in dhd_optimised_preinit_ioctls()
14259 frameburst = 0; in dhd_optimised_preinit_ioctls()
14263 BCM_REFERENCE(frameburst); in dhd_optimised_preinit_ioctls()
14266 if (frameburst != 1) { in dhd_optimised_preinit_ioctls()
14268 if ((ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_FAKEFRAG, (char *)&frameburst, in dhd_optimised_preinit_ioctls()
14269 sizeof(frameburst), TRUE, 0)) < 0) { in dhd_optimised_preinit_ioctls()
14670 uint32 frameburst = CUSTOM_FRAMEBURST_SET; in dhd_legacy_preinit_ioctls() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.h242 int frameburst; member
H A Ddhd_config.c3181 conf->frameburst = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
3182 CONFIG_MSG("frameburst = %d\n", conf->frameburst); in dhd_conf_read_others()
3554 conf->frameburst, 0, FALSE); in dhd_conf_postinit_ioctls()
3686 conf->frameburst = -1; in dhd_conf_preinit()
3770 conf->frameburst = 1; in dhd_conf_preinit()
H A Ddhd_linux.c10902 uint32 frameburst = CUSTOM_FRAMEBURST_SET; in dhd_preinit_ioctls() local
11486 if (sec_get_param_wfa_cert(dhd, SET_PARAM_FRAMEBURST, &frameburst) == BCME_OK) { in dhd_preinit_ioctls()
11487 DHD_ERROR(("%s, read frameburst param=%d\n", __FUNCTION__, frameburst)); in dhd_preinit_ioctls()
11491 g_frameburst = frameburst; in dhd_preinit_ioctls()
11497 frameburst = 0; in dhd_preinit_ioctls()
11501 if ((ret = dhd_wl_ioctl_cmd(dhd, WLC_SET_FAKEFRAG, (char *)&frameburst, in dhd_preinit_ioctls()
11502 sizeof(frameburst), TRUE, 0)) < 0) { in dhd_preinit_ioctls()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/
H A Dlmac.h406 __le16 frameburst; member
H A Dfwio.c587 edcf->frameburst = cpu_to_le16(0); in p54_set_edcf()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Drndis_wlan.c41 module_param_named(frameburst, modparam_frameburst, int, 0444);
42 MODULE_PARM_DESC(frameburst, "enable frame bursting (default: on)");

12