Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd.h857 #define MAXSKBPEND 1024 macro
858 void *skbbuf[MAXSKBPEND];
H A Ddhd_linux.c3206 skb, store_idx, (store_idx + 1) & (MAXSKBPEND - 1))); in dhd_rxf_enqueue()
3208 dhdp->store_idx = (store_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_enqueue()
3234 dhdp->sent_idx = (sent_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_dequeue()
9789 bzero(&dhd->pub.skbbuf[0], sizeof(void *) * MAXSKBPEND); in dhd_attach()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd.h1147 #define MAXSKBPEND 1024 macro
1148 void *skbbuf[MAXSKBPEND];
H A Ddhd_linux.c1622 skb, store_idx, (store_idx + 1) & (MAXSKBPEND - 1))); in dhd_rxf_enqueue()
1624 dhdp->store_idx = (store_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_enqueue()
1650 dhdp->sent_idx = (sent_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_dequeue()
8760 bzero(&dhd->pub.skbbuf[0], sizeof(void *) * MAXSKBPEND);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd.h1147 #define MAXSKBPEND 1024 macro
1148 void *skbbuf[MAXSKBPEND];
H A Ddhd_linux.c1622 skb, store_idx, (store_idx + 1) & (MAXSKBPEND - 1))); in dhd_rxf_enqueue()
1624 dhdp->store_idx = (store_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_enqueue()
1650 dhdp->sent_idx = (sent_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_dequeue()
8760 bzero(&dhd->pub.skbbuf[0], sizeof(void *) * MAXSKBPEND);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd.h1149 #define MAXSKBPEND 1024 macro
1150 void *skbbuf[MAXSKBPEND];
H A Ddhd_linux.c1636 skb, store_idx, (store_idx + 1) & (MAXSKBPEND - 1))); in dhd_rxf_enqueue()
1638 dhdp->store_idx = (store_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_enqueue()
1664 dhdp->sent_idx = (sent_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_dequeue()
8739 bzero(&dhd->pub.skbbuf[0], sizeof(void *) * MAXSKBPEND);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd.h1472 #define MAXSKBPEND 1024 macro
1473 void *skbbuf[MAXSKBPEND];
H A Ddhd_linux.c1992 skb, store_idx, (store_idx + 1) & (MAXSKBPEND - 1))); in dhd_rxf_enqueue()
1994 dhdp->store_idx = (store_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_enqueue()
2020 dhdp->sent_idx = (sent_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_dequeue()
11884 bzero(&dhd->pub.skbbuf[0], sizeof(void *) * MAXSKBPEND); in dhd_attach()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd.h1470 #define MAXSKBPEND 1024 macro
1471 void *skbbuf[MAXSKBPEND];
H A Ddhd_linux.c1983 skb, store_idx, (store_idx + 1) & (MAXSKBPEND - 1))); in dhd_rxf_enqueue()
1985 dhdp->store_idx = (store_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_enqueue()
2011 dhdp->sent_idx = (sent_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_dequeue()
12012 bzero(&dhd->pub.skbbuf[0], sizeof(void *) * MAXSKBPEND); in dhd_attach()