Lines Matching defs:buffer
27 struct efx_tx_buffer *buffer)
39 buffer->dma_addr = page_buf->dma_addr + offset;
40 buffer->unmap_len = 0;
87 struct efx_tx_buffer *buffer;
93 buffer = efx_tx_queue_get_insert_buffer(tx_queue);
95 copy_buffer = efx_tx_get_copy_buffer(tx_queue, buffer);
101 buffer->len = copy_len;
103 buffer->skb = skb;
104 buffer->flags = EFX_TX_BUF_SKB;
124 * Add a socket buffer to a TX queue
126 * This maps all fragments of a socket buffer for DMA and adds them to
128 * the number of fragments in the socket buffer.
202 /* Transmit a packet from an XDP buffer