Lines Matching refs:bounce_buf
84 ring->bounce_buf = kmalloc_node(MAX_DESC_SIZE, GFP_KERNEL, node); in mlx4_en_create_tx_ring()
85 if (!ring->bounce_buf) { in mlx4_en_create_tx_ring()
86 ring->bounce_buf = kmalloc(MAX_DESC_SIZE, GFP_KERNEL); in mlx4_en_create_tx_ring()
87 if (!ring->bounce_buf) { in mlx4_en_create_tx_ring()
162 kfree(ring->bounce_buf); in mlx4_en_create_tx_ring()
163 ring->bounce_buf = NULL; in mlx4_en_create_tx_ring()
187 kfree(ring->bounce_buf); in mlx4_en_destroy_tx_ring()
188 ring->bounce_buf = NULL; in mlx4_en_destroy_tx_ring()
537 *((u32 *) (ring->bounce_buf + copy + i)); in mlx4_en_bounce_to_desc()
545 *((u32 *) (ring->bounce_buf + i)); in mlx4_en_bounce_to_desc()
776 tx_desc = (struct mlx4_en_tx_desc *) ring->bounce_buf; in mlx4_en_xmit()