Searched refs:buffer_pool (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_buffer_pool.c | 91 struct intel_gt *gt = container_of(pool, struct intel_gt, buffer_pool); in pool_free_work() 103 struct intel_gt *gt = container_of(pool, struct intel_gt, buffer_pool); in pool_retire() 142 struct intel_gt *gt = container_of(pool, struct intel_gt, buffer_pool); in node_create() 174 struct intel_gt_buffer_pool *pool = >->buffer_pool; in intel_gt_get_buffer_pool() 222 struct intel_gt_buffer_pool *pool = >->buffer_pool; in intel_gt_init_buffer_pool() 233 struct intel_gt_buffer_pool *pool = >->buffer_pool; in intel_gt_flush_buffer_pool() 243 struct intel_gt_buffer_pool *pool = >->buffer_pool; in intel_gt_fini_buffer_pool()
|
/linux/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 227 static struct dma_pool *buffer_pool; variable 343 dma_pool_free(buffer_pool, buf, phys); in free_buf_chain() 363 dma_pool_free(buffer_pool, req_ctx->hmac_virt, crypt->icv_rev_aes); in finish_scattered_hmac() 419 dma_pool_free(buffer_pool, crypt->regist_buf, crypt->src_buf); in one_packet() 535 /* buffer_pool will also be used to sometimes store the hmac, in init_ixp_crypto() 539 buffer_pool = dma_pool_create("buffer", dev, sizeof(struct buffer_desc), in init_ixp_crypto() 542 if (!buffer_pool) in init_ixp_crypto() 570 dma_pool_destroy(buffer_pool); in init_ixp_crypto() 585 dma_pool_destroy(buffer_pool); in release_ixp_crypto() 698 buf = dma_pool_alloc(buffer_pool, GFP_KERNE in register_chain_var() [all...] |
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port_buffer.c | 108 struct mlx5e_buffer_pool *buffer_pool, in mlx5e_port_query_pool() argument 119 buffer_pool->size = MLX5_GET(sbpr_reg, out, size); in mlx5e_port_query_pool() 120 buffer_pool->infi_size = MLX5_GET(sbpr_reg, out, infi_size); in mlx5e_port_query_pool() 121 buffer_pool->buff_occupancy = MLX5_GET(sbpr_reg, out, buff_occupancy); in mlx5e_port_query_pool()
|