Searched refs:txglomsize (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 2904 conf->txglomsize = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params() 2905 if (conf->txglomsize > SDPCM_MAXGLOM_SIZE) in dhd_conf_read_sdio_params() 2906 conf->txglomsize = SDPCM_MAXGLOM_SIZE; in dhd_conf_read_sdio_params() 2907 CONFIG_MSG("txglomsize = %d\n", conf->txglomsize); in dhd_conf_read_sdio_params() 3492 conf->txglomsize, conf->deferred_tx_len); in dhd_conf_set_txglom_params() 3501 conf->txglomsize = 0; in dhd_conf_set_txglom_params() 3655 conf->txglomsize = SDPCM_DEFGLOM_SIZE; in dhd_conf_preinit() 3793 conf->txglomsize = 6; in dhd_conf_preinit() 3798 conf->txglomsize = 16; in dhd_conf_preinit() 3801 if (conf->txglomsize > SDPCM_MAXGLOM_SIZE) in dhd_conf_preinit() [all …]
|
| H A D | dhd_config.h | 212 uint txglomsize; member
|
| H A D | dhd_sdio.c | 440 uint32 txglomsize; /* Glom size limitation */ member 2917 uint32 glomlimit = (uint32)bus->txglomsize; in dhdsdio_sendfromq() 2920 glomlimit = MIN((uint32)bus->txglomsize, BLK_64_MAXTXGLOM); in dhdsdio_sendfromq() 4768 int_val = (int32)bus->txglomsize; in dhdsdio_doiovar() 4776 bus->txglomsize = (uint)int_val; in dhdsdio_doiovar() 8696 bus->txglomsize = SDPCM_DEFGLOM_SIZE; in dhdsdio_probe_attach() 8898 if (bus->dhd->conf->txglomsize >= 0) { in dhd_set_bus_params() 8899 bus->txglomsize = bus->dhd->conf->txglomsize; in dhd_set_bus_params()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.h | 259 uint txglomsize; member
|
| H A D | dhd_config.c | 3901 conf->txglomsize = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params() 3902 if (conf->txglomsize > SDPCM_MAXGLOM_SIZE) in dhd_conf_read_sdio_params() 3903 conf->txglomsize = SDPCM_MAXGLOM_SIZE; in dhd_conf_read_sdio_params() 3904 CONFIG_MSG("txglomsize = %d\n", conf->txglomsize); in dhd_conf_read_sdio_params() 4673 conf->txglomsize, conf->deferred_tx_len); in dhd_conf_set_txglom_params() 4682 conf->txglomsize = 0; in dhd_conf_set_txglom_params() 4927 conf->txglomsize = SDPCM_DEFGLOM_SIZE; in dhd_conf_preinit() 5127 conf->txglomsize = 6; in dhd_conf_preinit() 5132 conf->txglomsize = 16; in dhd_conf_preinit() 5135 if (conf->txglomsize > SDPCM_MAXGLOM_SIZE) in dhd_conf_preinit() [all …]
|
| H A D | dhd_sdio.c | 472 uint32 txglomsize; /* Glom size limitation */ member 2935 uint32 glomlimit = (uint32)bus->txglomsize; in dhdsdio_sendfromq() 2938 glomlimit = MIN((uint32)bus->txglomsize, BLK_64_MAXTXGLOM); in dhdsdio_sendfromq() 5218 int_val = (int32)bus->txglomsize; in dhdsdio_doiovar() 5226 bus->txglomsize = (uint)int_val; in dhdsdio_doiovar() 9596 bus->txglomsize = SDPCM_DEFGLOM_SIZE; in dhdsdio_probe_attach() 9799 if (bus->dhd->conf->txglomsize >= 0) { in dhd_set_bus_params() 9800 bus->txglomsize = bus->dhd->conf->txglomsize; in dhd_set_bus_params()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 4026 conf->txglomsize = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params() 4027 if (conf->txglomsize > SDPCM_MAXGLOM_SIZE) in dhd_conf_read_sdio_params() 4028 conf->txglomsize = SDPCM_MAXGLOM_SIZE; in dhd_conf_read_sdio_params() 4029 CONFIG_MSG("txglomsize = %d\n", conf->txglomsize); in dhd_conf_read_sdio_params() 4812 conf->txglomsize, conf->deferred_tx_len); in dhd_conf_set_txglom_params() 4821 conf->txglomsize = 0; in dhd_conf_set_txglom_params() 5113 conf->txglomsize = SDPCM_DEFGLOM_SIZE; in dhd_conf_preinit() 5315 conf->txglomsize = 6; in dhd_conf_preinit() 5320 conf->txglomsize = 16; in dhd_conf_preinit() 5323 if (conf->txglomsize > SDPCM_MAXGLOM_SIZE) in dhd_conf_preinit() [all …]
|
| H A D | dhd_config.h | 260 uint txglomsize; member
|
| H A D | dhd_sdio.c | 473 uint32 txglomsize; /* Glom size limitation */ member 2946 uint32 glomlimit = (uint32)bus->txglomsize; in dhdsdio_sendfromq() 2949 glomlimit = MIN((uint32)bus->txglomsize, BLK_64_MAXTXGLOM); in dhdsdio_sendfromq() 5229 int_val = (int32)bus->txglomsize; in dhdsdio_doiovar() 5237 bus->txglomsize = (uint)int_val; in dhdsdio_doiovar() 9611 bus->txglomsize = SDPCM_DEFGLOM_SIZE; in dhdsdio_probe_attach() 9814 if (bus->dhd->conf->txglomsize >= 0) { in dhd_set_bus_params() 9815 bus->txglomsize = bus->dhd->conf->txglomsize; in dhd_set_bus_params()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_sdio.c | 447 uint32 txglomsize; /* Glom size limitation */ member 2628 uint32 glomlimit = (uint32)bus->txglomsize; in dhdsdio_sendfromq() 2631 glomlimit = MIN((uint32)bus->txglomsize, BLK_64_MAXTXGLOM); in dhdsdio_sendfromq() 4602 int_val = (int32)bus->txglomsize; in dhdsdio_doiovar() 4610 bus->txglomsize = (uint)int_val; in dhdsdio_doiovar() 8934 bus->txglomsize = SDPCM_DEFGLOM_SIZE;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_sdio.c | 462 uint32 txglomsize; /* Glom size limitation */ member 2685 uint32 glomlimit = (uint32)bus->txglomsize; in dhdsdio_sendfromq() 2688 glomlimit = MIN((uint32)bus->txglomsize, BLK_64_MAXTXGLOM); in dhdsdio_sendfromq() 4662 int_val = (int32)bus->txglomsize; in dhdsdio_doiovar() 4670 bus->txglomsize = (uint)int_val; in dhdsdio_doiovar() 9000 bus->txglomsize = SDPCM_DEFGLOM_SIZE;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_sdio.c | 447 uint32 txglomsize; /* Glom size limitation */ member 2624 uint32 glomlimit = (uint32)bus->txglomsize; in dhdsdio_sendfromq() 2627 glomlimit = MIN((uint32)bus->txglomsize, BLK_64_MAXTXGLOM); in dhdsdio_sendfromq() 4598 int_val = (int32)bus->txglomsize; in dhdsdio_doiovar() 4606 bus->txglomsize = (uint)int_val; in dhdsdio_doiovar() 8930 bus->txglomsize = SDPCM_DEFGLOM_SIZE;
|