Home
last modified time | relevance | path

Searched refs:D2HRING_RXCMPLT_MAX_ITEM (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c2545 (dhdp->lb_rxp_stop_thr / D2HRING_RXCMPLT_MAX_ITEM)); in get_lb_rxp_stop_thr()
2579 D2HRING_RXCMPLT_MAX_ITEM * in set_lb_rxp_stop_thr()
2581 (lb_rxp_stop_thr <= (dhdp->lb_rxp_strt_thr / D2HRING_RXCMPLT_MAX_ITEM))) { in set_lb_rxp_stop_thr()
2585 dhdp->lb_rxp_stop_thr = (D2HRING_RXCMPLT_MAX_ITEM * lb_rxp_stop_thr); in set_lb_rxp_stop_thr()
2606 (dhdp->lb_rxp_strt_thr / D2HRING_RXCMPLT_MAX_ITEM)); in get_lb_rxp_strt_thr()
2635 (lb_rxp_strt_thr >= (dhdp->lb_rxp_stop_thr / D2HRING_RXCMPLT_MAX_ITEM))) { in set_lb_rxp_strt_thr()
2638 dhdp->lb_rxp_strt_thr = (D2HRING_RXCMPLT_MAX_ITEM * lb_rxp_strt_thr); in set_lb_rxp_strt_thr()
H A Ddhd_msgbuf.c3314 D2HRING_RXCMPLT_MAX_ITEM, D2HRING_RXCMPLT_ITEMSIZE, in dhd_prot_allocate_bufs()
4211 dhd->lb_rxp_stop_thr = (D2HRING_RXCMPLT_MAX_ITEM * LB_RXP_STOP_THR); in dhd_prot_init()
4212 dhd->lb_rxp_strt_thr = (D2HRING_RXCMPLT_MAX_ITEM * LB_RXP_STRT_THR); in dhd_prot_init()
H A Ddhd_linux.c23958 + (D2HRING_RXCMPLT_ITEMSIZE * D2HRING_RXCMPLT_MAX_ITEM) in dhd_get_flowring_len()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c2547 (dhdp->lb_rxp_stop_thr / D2HRING_RXCMPLT_MAX_ITEM)); in get_lb_rxp_stop_thr()
2581 D2HRING_RXCMPLT_MAX_ITEM * in set_lb_rxp_stop_thr()
2583 (lb_rxp_stop_thr <= (dhdp->lb_rxp_strt_thr / D2HRING_RXCMPLT_MAX_ITEM))) { in set_lb_rxp_stop_thr()
2587 dhdp->lb_rxp_stop_thr = (D2HRING_RXCMPLT_MAX_ITEM * lb_rxp_stop_thr); in set_lb_rxp_stop_thr()
2608 (dhdp->lb_rxp_strt_thr / D2HRING_RXCMPLT_MAX_ITEM)); in get_lb_rxp_strt_thr()
2637 (lb_rxp_strt_thr >= (dhdp->lb_rxp_stop_thr / D2HRING_RXCMPLT_MAX_ITEM))) { in set_lb_rxp_strt_thr()
2640 dhdp->lb_rxp_strt_thr = (D2HRING_RXCMPLT_MAX_ITEM * lb_rxp_strt_thr); in set_lb_rxp_strt_thr()
H A Ddhd_msgbuf.c3310 D2HRING_RXCMPLT_MAX_ITEM, D2HRING_RXCMPLT_ITEMSIZE, in dhd_prot_allocate_bufs()
4207 dhd->lb_rxp_stop_thr = (D2HRING_RXCMPLT_MAX_ITEM * LB_RXP_STOP_THR); in dhd_prot_init()
4208 dhd->lb_rxp_strt_thr = (D2HRING_RXCMPLT_MAX_ITEM * LB_RXP_STRT_THR); in dhd_prot_init()
H A Ddhd_linux.c23847 + (D2HRING_RXCMPLT_ITEMSIZE * D2HRING_RXCMPLT_MAX_ITEM) in dhd_get_flowring_len()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmmsgbuf.h81 #define D2HRING_RXCMPLT_MAX_ITEM 1024 macro
89 #define D2HRING_RXCMPLT_MAX_ITEM 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmmsgbuf.h81 #define D2HRING_RXCMPLT_MAX_ITEM 1024 macro
89 #define D2HRING_RXCMPLT_MAX_ITEM 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmmsgbuf.h66 #define D2HRING_RXCMPLT_MAX_ITEM 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmmsgbuf.h69 #define D2HRING_RXCMPLT_MAX_ITEM 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmmsgbuf.h69 #define D2HRING_RXCMPLT_MAX_ITEM 512 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmmsgbuf.h69 #define D2HRING_RXCMPLT_MAX_ITEM 512 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c2256 D2HRING_RXCMPLT_MAX_ITEM, D2HRING_RXCMPLT_ITEMSIZE, in dhd_prot_attach()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c2906 D2HRING_RXCMPLT_MAX_ITEM, D2HRING_RXCMPLT_ITEMSIZE,
H A Ddhd_linux.c18348 + (D2HRING_RXCMPLT_ITEMSIZE * D2HRING_RXCMPLT_MAX_ITEM)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c2906 D2HRING_RXCMPLT_MAX_ITEM, D2HRING_RXCMPLT_ITEMSIZE,
H A Ddhd_linux.c18519 + (D2HRING_RXCMPLT_ITEMSIZE * D2HRING_RXCMPLT_MAX_ITEM)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c2906 D2HRING_RXCMPLT_MAX_ITEM, D2HRING_RXCMPLT_ITEMSIZE,
H A Ddhd_linux.c18413 + (D2HRING_RXCMPLT_ITEMSIZE * D2HRING_RXCMPLT_MAX_ITEM)