Lines Matching refs:bounce_buf
80 ring->bounce_buf = kmalloc_node(MAX_DESC_SIZE, GFP_KERNEL, node); in mlx4_en_create_tx_ring()
81 if (!ring->bounce_buf) { in mlx4_en_create_tx_ring()
82 ring->bounce_buf = kmalloc(MAX_DESC_SIZE, GFP_KERNEL); in mlx4_en_create_tx_ring()
83 if (!ring->bounce_buf) { in mlx4_en_create_tx_ring()
150 kfree(ring->bounce_buf); in mlx4_en_create_tx_ring()
151 ring->bounce_buf = NULL; in mlx4_en_create_tx_ring()
174 kfree(ring->bounce_buf); in mlx4_en_destroy_tx_ring()
175 ring->bounce_buf = NULL; in mlx4_en_destroy_tx_ring()
578 *((u32 *) (ring->bounce_buf + copy + i)); in mlx4_en_bounce_to_desc()
586 *((u32 *) (ring->bounce_buf + i)); in mlx4_en_bounce_to_desc()
940 tx_desc = (struct mlx4_en_tx_desc *) ring->bounce_buf; in mlx4_en_xmit()