Lines Matching defs:etna_bo
72 /* tables to keep track of bo's, to avoid "evil-twin" etna_bo objects:
74 * handle_table: maps handle to etna_bo
75 * name_table: maps flink name to etna_bo
92 void etna_bo_free(struct etna_bo *bo);
97 struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache,
99 int etna_bo_cache_free(struct etna_bo_cache *cache, struct etna_bo *bo);
105 struct etna_bo {
154 struct etna_bo **bos;
230 static inline void VG_BO_ALLOC(struct etna_bo *bo)
237 static inline void VG_BO_FREE(struct etna_bo *bo)
247 * Note that the list_head in etna_bo is used to track the buffers in cache
252 static inline void VG_BO_RELEASE(struct etna_bo *bo)
260 static inline void VG_BO_OBTAIN(struct etna_bo *bo)
269 static inline void VG_BO_ALLOC(struct etna_bo *bo) {}
270 static inline void VG_BO_FREE(struct etna_bo *bo) {}
271 static inline void VG_BO_RELEASE(struct etna_bo *bo) {}
272 static inline void VG_BO_OBTAIN(struct etna_bo *bo) {}