| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linux_pkt.h | 72 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) 74 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) 234 extern void linux_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller); 236 extern void linux_pktfree(osl_t *osh, void *skb, bool send); 341 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) 343 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) 385 extern void linux_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller); 387 extern void linux_pktfree(osl_t *osh, void *skb, bool send);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linux_pkt.h | 72 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) 74 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) 234 extern void linux_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller); 236 extern void linux_pktfree(osl_t *osh, void *skb, bool send); 341 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) 343 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) 385 extern void linux_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller); 387 extern void linux_pktfree(osl_t *osh, void *skb, bool send);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linux_pkt.h | 64 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) 66 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) 189 extern void linux_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller); 191 extern void linux_pktfree(osl_t *osh, void *skb, bool send);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linux_pkt.h | 64 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) 66 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) 189 extern void linux_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller); 191 extern void linux_pktfree(osl_t *osh, void *skb, bool send);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linux_pkt.h | 64 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) 66 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) 189 extern void linux_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller); 191 extern void linux_pktfree(osl_t *osh, void *skb, bool send);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | linux_pkt.c | 267 linux_pktfree(osl_t *osh, void *p, bool send, int line, const char *caller) in linux_pktfree() function 270 linux_pktfree(osl_t *osh, void *p, bool send) in linux_pktfree() 481 linux_pktfree(osh, p, send); in osl_pktfree_static() 536 linux_pktfree(osh, p, send); in osl_pktfree_static()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | linux_pkt.c | 267 linux_pktfree(osl_t *osh, void *p, bool send, int line, const char *caller) in linux_pktfree() function 270 linux_pktfree(osl_t *osh, void *p, bool send) in linux_pktfree() 481 linux_pktfree(osh, p, send); in osl_pktfree_static() 536 linux_pktfree(osh, p, send); in osl_pktfree_static()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | linux_pkt.c | 267 linux_pktfree(osl_t *osh, void *p, bool send, int line, const char *caller) in linux_pktfree() function 270 linux_pktfree(osl_t *osh, void *p, bool send) in linux_pktfree() 481 linux_pktfree(osh, p, send); in osl_pktfree_static() 536 linux_pktfree(osh, p, send); in osl_pktfree_static()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | linux_pkt.c | 321 BCMFASTPATH(linux_pktfree)(osl_t *osh, void *p, bool send, int line, const char *caller) in BCMFASTPATH() argument 324 BCMFASTPATH(linux_pktfree)(osl_t *osh, void *p, bool send) in BCMFASTPATH() 545 linux_pktfree(osh, p, send); in osl_pktfree_static() 600 linux_pktfree(osh, p, send); in osl_pktfree_static()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | linux_pkt.c | 321 BCMFASTPATH(linux_pktfree)(osl_t *osh, void *p, bool send, int line, const char *caller) in BCMFASTPATH() argument 324 BCMFASTPATH(linux_pktfree)(osl_t *osh, void *p, bool send) in BCMFASTPATH() 545 linux_pktfree(osh, p, send); in osl_pktfree_static() 600 linux_pktfree(osh, p, send); in osl_pktfree_static()
|