Home
last modified time | relevance | path

Searched refs:tx_max_offset (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.h211 int tx_max_offset; member
H A Ddhd_config.c2940 conf->tx_max_offset = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
2941 CONFIG_MSG("tx_max_offset = %d\n", conf->tx_max_offset); in dhd_conf_read_sdio_params()
3496 conf->tx_max_offset, conf->txctl_tmo_fix); in dhd_conf_set_txglom_params()
3654 conf->tx_max_offset = 0; in dhd_conf_preinit()
H A Ddhd_sdio.c571 return (((uint8)(bus->tx_max - bus->tx_seq) - bus->dhd->conf->tx_max_offset > 1) && \ in dhdsdio_is_dataok()
577 return ((uint8)(bus->tx_max - bus->tx_seq) - 1 - bus->dhd->conf->tx_max_offset); in dhdsdio_get_databufcnt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h258 int tx_max_offset; member
H A Ddhd_config.c3937 conf->tx_max_offset = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
3938 CONFIG_MSG("tx_max_offset = %d\n", conf->tx_max_offset); in dhd_conf_read_sdio_params()
4677 conf->tx_max_offset, conf->txctl_tmo_fix); in dhd_conf_set_txglom_params()
4926 conf->tx_max_offset = 0; in dhd_conf_preinit()
H A Ddhd_sdio.c652 return (((uint8)(bus->tx_max - bus->tx_seq) - bus->dhd->conf->tx_max_offset > 1) && \ in dhdsdio_is_dataok()
658 return ((uint8)(bus->tx_max - bus->tx_seq) - 1 - bus->dhd->conf->tx_max_offset); in dhdsdio_get_databufcnt()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h259 int tx_max_offset; member
H A Ddhd_config.c4062 conf->tx_max_offset = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
4063 CONFIG_MSG("tx_max_offset = %d\n", conf->tx_max_offset); in dhd_conf_read_sdio_params()
4816 conf->tx_max_offset, conf->txctl_tmo_fix); in dhd_conf_set_txglom_params()
5112 conf->tx_max_offset = 0; in dhd_conf_preinit()
H A Ddhd_sdio.c653 return (((uint8)(bus->tx_max - bus->tx_seq) - bus->dhd->conf->tx_max_offset > 1) && \ in dhdsdio_is_dataok()
659 return ((uint8)(bus->tx_max - bus->tx_seq) - 1 - bus->dhd->conf->tx_max_offset); in dhdsdio_get_databufcnt()