Searched refs:osl_pktfree (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | linux_osl.h | 447 #define PKTFREE(osh, skb, send) osl_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) 449 #define PKTFREE(osh, skb, send) osl_pktfree((osh), (skb), (send)) 927 extern void osl_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller); 929 extern void osl_pktfree(osl_t *osh, void *skb, bool send);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | linux_osl.c | 1192 osl_pktfree(osl_t *osh, void *p, bool send, int line, const char *caller) in osl_pktfree() function 1194 osl_pktfree(osl_t *osh, void *p, bool send) in osl_pktfree() 1406 osl_pktfree(osh, p, send); in osl_pktfree_static() 1461 osl_pktfree(osh, p, send); in osl_pktfree_static()
|