Home
last modified time | relevance | path

Searched refs:linux_pktfree (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dlinux_pkt.h72 #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 Dlinux_pkt.h72 #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 Dlinux_pkt.h64 #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 Dlinux_pkt.h64 #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 Dlinux_pkt.h64 #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 Dlinux_pkt.c267 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 Dlinux_pkt.c267 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 Dlinux_pkt.c267 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 Dlinux_pkt.c321 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 Dlinux_pkt.c321 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()