Home
last modified time | relevance | path

Searched refs:h2d_max_txpost (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c350 int h2d_max_txpost = H2DRING_TXPOST_MAX_ITEM; variable
368 uint16 h2d_max_txpost; member
700 return (uint16)h2d_max_txpost; in dhd_prot_get_h2d_max_txpost()
705 h2d_max_txpost = max_txpost; in dhd_prot_set_h2d_max_txpost()
2480 prot->h2d_max_txpost = (uint16)h2d_max_txpost; in dhd_prot_init()
2482 DHD_ERROR(("%s:%d: h2d_max_txpost = %d\n", __FUNCTION__, __LINE__, prot->h2d_max_txpost)); in dhd_prot_init()
6266 h2d_max_txpost, dhd->prot->h2d_max_txpost); in dhd_prot_dump()
6803 prot->h2d_max_txpost, H2DRING_TXPOST_ITEMSIZE, in dhd_prot_flowrings_pool_attach()
7658 flow_create_rqst->max_items = htol16(prot->h2d_max_txpost); in dhd_prot_flow_ring_create()
8240 h2d_max_txpost, prot->h2d_max_txpost)); in dhd_prot_debug_info_print()
H A Ddhd_linux.c1103 extern int h2d_max_txpost;
1104 module_param(h2d_max_txpost, int, 0644);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c440 int h2d_max_txpost = H2DRING_TXPOST_MAX_ITEM; variable
459 uint16 h2d_max_txpost; member
828 return (uint16)h2d_max_txpost; in dhd_prot_get_h2d_max_txpost()
833 h2d_max_txpost = max_txpost; in dhd_prot_set_h2d_max_txpost()
3221 prot->h2d_max_txpost = (uint16)h2d_max_txpost;
3223 DHD_ERROR(("%s:%d: h2d_max_txpost = %d\n", __FUNCTION__, __LINE__, prot->h2d_max_txpost));
7992 h2d_max_txpost, dhd->prot->h2d_max_txpost);
8475 prot->h2d_max_txpost, H2DRING_TXPOST_ITEMSIZE,
9370 flow_create_rqst->max_items = htol16(prot->h2d_max_txpost);
10456 h2d_max_txpost, prot->h2d_max_txpost));
H A Ddhd_linux.c643 extern int h2d_max_txpost;
644 module_param(h2d_max_txpost, int, 0644);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c440 int h2d_max_txpost = H2DRING_TXPOST_MAX_ITEM; variable
459 uint16 h2d_max_txpost; member
828 return (uint16)h2d_max_txpost; in dhd_prot_get_h2d_max_txpost()
833 h2d_max_txpost = max_txpost; in dhd_prot_set_h2d_max_txpost()
3221 prot->h2d_max_txpost = (uint16)h2d_max_txpost;
3223 DHD_ERROR(("%s:%d: h2d_max_txpost = %d\n", __FUNCTION__, __LINE__, prot->h2d_max_txpost));
7994 h2d_max_txpost, dhd->prot->h2d_max_txpost);
8477 prot->h2d_max_txpost, H2DRING_TXPOST_ITEMSIZE,
9372 flow_create_rqst->max_items = htol16(prot->h2d_max_txpost);
10458 h2d_max_txpost, prot->h2d_max_txpost));
H A Ddhd_linux.c653 extern int h2d_max_txpost;
654 module_param(h2d_max_txpost, int, 0644);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c440 int h2d_max_txpost = H2DRING_TXPOST_MAX_ITEM; variable
459 uint16 h2d_max_txpost; member
828 return (uint16)h2d_max_txpost; in dhd_prot_get_h2d_max_txpost()
833 h2d_max_txpost = max_txpost; in dhd_prot_set_h2d_max_txpost()
3221 prot->h2d_max_txpost = (uint16)h2d_max_txpost;
3223 DHD_ERROR(("%s:%d: h2d_max_txpost = %d\n", __FUNCTION__, __LINE__, prot->h2d_max_txpost));
7992 h2d_max_txpost, dhd->prot->h2d_max_txpost);
8475 prot->h2d_max_txpost, H2DRING_TXPOST_ITEMSIZE,
9370 flow_create_rqst->max_items = htol16(prot->h2d_max_txpost);
10456 h2d_max_txpost, prot->h2d_max_txpost));
H A Ddhd_linux.c643 extern int h2d_max_txpost;
644 module_param(h2d_max_txpost, int, 0644);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c560 int h2d_max_txpost = H2DRING_TXPOST_MAX_ITEM; variable
610 uint16 h2d_max_txpost; member
1121 return (uint16)h2d_max_txpost; in dhd_prot_get_h2d_max_txpost()
1126 h2d_max_txpost = max_txpost; in dhd_prot_set_h2d_max_txpost()
3920 prot->h2d_max_txpost = (uint16)h2d_max_txpost; in dhd_prot_init()
3921 DHD_ERROR(("%s:%d: h2d_max_txpost = %d\n", __FUNCTION__, __LINE__, prot->h2d_max_txpost)); in dhd_prot_init()
10706 h2d_max_txpost, dhd->prot->h2d_max_txpost);
11243 prot->h2d_max_txpost, H2DRING_TXPOST_ITEMSIZE,
13664 h2d_max_txpost, prot->h2d_max_txpost));
H A Ddhd_linux.c803 extern int h2d_max_txpost;
804 module_param(h2d_max_txpost, int, 0644);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c564 int h2d_max_txpost = H2DRING_TXPOST_MAX_ITEM; variable
614 uint16 h2d_max_txpost; member
1125 return (uint16)h2d_max_txpost; in dhd_prot_get_h2d_max_txpost()
1130 h2d_max_txpost = max_txpost; in dhd_prot_set_h2d_max_txpost()
3924 prot->h2d_max_txpost = (uint16)h2d_max_txpost; in dhd_prot_init()
3925 DHD_ERROR(("%s:%d: h2d_max_txpost = %d\n", __FUNCTION__, __LINE__, prot->h2d_max_txpost)); in dhd_prot_init()
10710 h2d_max_txpost, dhd->prot->h2d_max_txpost);
11247 prot->h2d_max_txpost, H2DRING_TXPOST_ITEMSIZE,
13668 h2d_max_txpost, prot->h2d_max_txpost));
H A Ddhd_linux.c802 extern int h2d_max_txpost;
803 module_param(h2d_max_txpost, int, 0644);