Searched refs:pktlists_t (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_msgbuf.c | 1981 } pktlists_t; typedef 2007 pktlists_t *handle = NULL; in dhd_pktid_map_init() 2009 if ((handle = (pktlists_t *) MALLOCZ(osh, sizeof(pktlists_t))) == NULL) { in dhd_pktid_map_init() 2011 __FUNCTION__, __LINE__, sizeof(pktlists_t))); in dhd_pktid_map_init() 2053 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_init() 2064 pktlists_t *handle = (pktlists_t *) map; in dhd_pktid_map_fini() 2067 if (handle == (pktlists_t *)NULL) in dhd_pktid_map_fini() 2086 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_fini() 2096 pktlists_t *handle = (pktlists_t *) map; in dhd_native_to_pktid() 2120 pktlists_t *handle = (pktlists_t *) map; in dhd_pktid_to_native()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_msgbuf.c | 2617 } pktlists_t; typedef 2642 pktlists_t *handle = NULL; in dhd_pktid_map_init() 2644 if ((handle = (pktlists_t *) MALLOCZ(osh, sizeof(pktlists_t))) == NULL) { in dhd_pktid_map_init() 2646 __FUNCTION__, __LINE__, sizeof(pktlists_t))); in dhd_pktid_map_init() 2688 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_init() 2696 dhd_pktid_map_reset(dhd_pub_t *dhd, pktlists_t *handle) in dhd_pktid_map_reset() 2720 pktlists_t *handle = (pktlists_t *) map; in dhd_pktid_map_fini() 2723 if (handle == (pktlists_t *)NULL) { in dhd_pktid_map_fini() 2730 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_fini() 2740 pktlists_t *handle = (pktlists_t *) map; in dhd_native_to_pktid() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_msgbuf.c | 2617 } pktlists_t; typedef 2642 pktlists_t *handle = NULL; in dhd_pktid_map_init() 2644 if ((handle = (pktlists_t *) MALLOCZ(osh, sizeof(pktlists_t))) == NULL) { in dhd_pktid_map_init() 2646 __FUNCTION__, __LINE__, sizeof(pktlists_t))); in dhd_pktid_map_init() 2688 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_init() 2696 dhd_pktid_map_reset(dhd_pub_t *dhd, pktlists_t *handle) in dhd_pktid_map_reset() 2720 pktlists_t *handle = (pktlists_t *) map; in dhd_pktid_map_fini() 2723 if (handle == (pktlists_t *)NULL) { in dhd_pktid_map_fini() 2730 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_fini() 2740 pktlists_t *handle = (pktlists_t *) map; in dhd_native_to_pktid() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_msgbuf.c | 2617 } pktlists_t; typedef 2642 pktlists_t *handle = NULL; in dhd_pktid_map_init() 2644 if ((handle = (pktlists_t *) MALLOCZ(osh, sizeof(pktlists_t))) == NULL) { in dhd_pktid_map_init() 2646 __FUNCTION__, __LINE__, sizeof(pktlists_t))); in dhd_pktid_map_init() 2688 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_init() 2696 dhd_pktid_map_reset(dhd_pub_t *dhd, pktlists_t *handle) in dhd_pktid_map_reset() 2720 pktlists_t *handle = (pktlists_t *) map; in dhd_pktid_map_fini() 2723 if (handle == (pktlists_t *)NULL) { in dhd_pktid_map_fini() 2730 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_fini() 2740 pktlists_t *handle = (pktlists_t *) map; in dhd_native_to_pktid() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_msgbuf.c | 3063 } pktlists_t; typedef 3088 pktlists_t *handle = NULL; in dhd_pktid_map_init() 3090 if ((handle = (pktlists_t *) MALLOCZ(osh, sizeof(pktlists_t))) == NULL) { in dhd_pktid_map_init() 3092 __FUNCTION__, __LINE__, sizeof(pktlists_t))); in dhd_pktid_map_init() 3134 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_init() 3142 dhd_pktid_map_reset(dhd_pub_t *dhd, pktlists_t *handle) in dhd_pktid_map_reset() 3166 pktlists_t *handle = (pktlists_t *) map; in dhd_pktid_map_fini() 3169 if (handle == (pktlists_t *)NULL) { in dhd_pktid_map_fini() 3176 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_fini() 3186 pktlists_t *handle = (pktlists_t *) map; in dhd_native_to_pktid() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_msgbuf.c | 3067 } pktlists_t; typedef 3092 pktlists_t *handle = NULL; in dhd_pktid_map_init() 3094 if ((handle = (pktlists_t *) MALLOCZ(osh, sizeof(pktlists_t))) == NULL) { in dhd_pktid_map_init() 3096 __FUNCTION__, __LINE__, sizeof(pktlists_t))); in dhd_pktid_map_init() 3138 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_init() 3146 dhd_pktid_map_reset(dhd_pub_t *dhd, pktlists_t *handle) in dhd_pktid_map_reset() 3170 pktlists_t *handle = (pktlists_t *) map; in dhd_pktid_map_fini() 3173 if (handle == (pktlists_t *)NULL) { in dhd_pktid_map_fini() 3180 MFREE(osh, handle, sizeof(pktlists_t)); in dhd_pktid_map_fini() 3190 pktlists_t *handle = (pktlists_t *) map; in dhd_native_to_pktid() [all …]
|