Lines Matching refs:qdf_frag_t
41 typedef __qdf_frag_t qdf_frag_t; typedef
73 void qdf_frag_debug_add_node(qdf_frag_t fragp, const char *func_name,
84 void qdf_frag_debug_refcount_inc(qdf_frag_t fragp, const char *func_name,
95 void qdf_frag_debug_refcount_dec(qdf_frag_t fragp, const char *func_name,
106 void qdf_frag_debug_delete_node(qdf_frag_t fragp, const char *func_name,
118 void qdf_frag_debug_update_addr(qdf_frag_t p_fragp, qdf_frag_t n_fragp,
133 qdf_frag_t qdf_frag_alloc_debug(qdf_frag_cache_t *pf_cache,
149 void qdf_frag_free_debug(qdf_frag_t vaddr, const char *func_name,
162 static inline void qdf_frag_debug_add_node(qdf_frag_t fragp, in qdf_frag_debug_add_node()
168 static inline void qdf_frag_debug_refcount_inc(qdf_frag_t fragp, in qdf_frag_debug_refcount_inc()
174 static inline void qdf_frag_debug_refcount_dec(qdf_frag_t fragp, in qdf_frag_debug_refcount_dec()
180 static inline void qdf_frag_debug_delete_node(qdf_frag_t fragp, in qdf_frag_debug_delete_node()
186 static inline void qdf_frag_debug_update_addr(qdf_frag_t p_fragp, in qdf_frag_debug_update_addr()
187 qdf_frag_t n_fragp, in qdf_frag_debug_update_addr()
200 static inline qdf_frag_t qdf_frag_alloc(qdf_frag_cache_t *pf_cache, in qdf_frag_alloc()
212 static inline void qdf_frag_free(qdf_frag_t vaddr) in qdf_frag_free()
281 static inline QDF_STATUS qdf_mem_map_page(qdf_device_t osdev, qdf_frag_t buf, in qdf_mem_map_page()