Home
last modified time | relevance | path

Searched refs:h2d_htput_max_txpost (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c562 int h2d_htput_max_txpost = H2DRING_HTPUT_TXPOST_MAX_ITEM; variable
612 uint16 h2d_htput_max_txpost; member
1132 return (uint16)h2d_htput_max_txpost; in dhd_prot_get_h2d_htput_max_txpost()
1137 h2d_htput_max_txpost = htput_max_txpost; in dhd_prot_set_h2d_htput_max_txpost()
3924 prot->h2d_htput_max_txpost = (uint16)h2d_htput_max_txpost; in dhd_prot_init()
3926 __FUNCTION__, __LINE__, prot->h2d_htput_max_txpost)); in dhd_prot_init()
10709 h2d_htput_max_txpost, dhd->prot->h2d_htput_max_txpost);
11013 max_items = prot->h2d_htput_max_txpost;
13667 h2d_htput_max_txpost, prot->h2d_htput_max_txpost));
H A Ddhd_linux.c807 extern int h2d_htput_max_txpost;
808 module_param(h2d_htput_max_txpost, int, 0644);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c566 int h2d_htput_max_txpost = H2DRING_HTPUT_TXPOST_MAX_ITEM; variable
616 uint16 h2d_htput_max_txpost; member
1136 return (uint16)h2d_htput_max_txpost; in dhd_prot_get_h2d_htput_max_txpost()
1141 h2d_htput_max_txpost = htput_max_txpost; in dhd_prot_set_h2d_htput_max_txpost()
3928 prot->h2d_htput_max_txpost = (uint16)h2d_htput_max_txpost; in dhd_prot_init()
3930 __FUNCTION__, __LINE__, prot->h2d_htput_max_txpost)); in dhd_prot_init()
10713 h2d_htput_max_txpost, dhd->prot->h2d_htput_max_txpost);
11017 max_items = prot->h2d_htput_max_txpost;
13671 h2d_htput_max_txpost, prot->h2d_htput_max_txpost));
H A Ddhd_linux.c806 extern int h2d_htput_max_txpost;
807 module_param(h2d_htput_max_txpost, int, 0644);