Home
last modified time | relevance | path

Searched refs:hdr_bufs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c35 if (rx->dqo.hdr_bufs.data) { in gve_rx_free_hdr_bufs()
39 dma_free_coherent(hdev, size, rx->dqo.hdr_bufs.data, in gve_rx_free_hdr_bufs()
40 rx->dqo.hdr_bufs.addr); in gve_rx_free_hdr_bufs()
41 rx->dqo.hdr_bufs.data = NULL; in gve_rx_free_hdr_bufs()
211 rx->dqo.hdr_bufs.data = dma_alloc_coherent(hdev, priv->header_buf_size * buf_count, in gve_rx_alloc_hdr_bufs()
212 &rx->dqo.hdr_bufs.addr, GFP_KERNEL); in gve_rx_alloc_hdr_bufs()
213 if (!rx->dqo.hdr_bufs.data) in gve_rx_alloc_hdr_bufs()
400 if (rx->dqo.hdr_bufs.data) { in gve_rx_post_buffers_dqo()
404 cpu_to_le64(rx->dqo.hdr_bufs.addr + in gve_rx_post_buffers_dqo()
870 rx->dqo.hdr_bufs.data + offset, in gve_rx_dqo()
H A Dgve.h306 struct gve_header_buf hdr_bufs; member