Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
H A Dgve.h189 struct gve_rx_buf_state_dqo { struct
268 struct gve_rx_buf_state_dqo *buf_states;
1275 int gve_buf_ref_cnt(struct gve_rx_buf_state_dqo *bs);
1276 void gve_free_page_dqo(struct gve_priv *priv, struct gve_rx_buf_state_dqo *bs,
1278 struct gve_rx_buf_state_dqo *gve_alloc_buf_state(struct gve_rx_ring *rx);
1280 struct gve_rx_buf_state_dqo *buf_state);
1282 struct gve_rx_buf_state_dqo *buf_state);
1283 struct gve_rx_buf_state_dqo *gve_dequeue_buf_state(struct gve_rx_ring *rx,
1286 struct gve_rx_buf_state_dqo *buf_state);
1287 struct gve_rx_buf_state_dqo *gve_get_recycled_buf_state(struct gve_rx_ring *rx);
[all …]
H A Dgve_rx_dqo.c98 struct gve_rx_buf_state_dqo *bs = &rx->dqo.buf_states[i]; in gve_rx_reset_ring_dqo()
147 struct gve_rx_buf_state_dqo *bs = &rx->dqo.buf_states[i]; in gve_rx_free_ring_dqo()
522 struct gve_rx_buf_state_dqo *buf_state, in gve_rx_copy_ondemand()
548 struct gve_rx_buf_state_dqo *buf_state, in gve_skb_add_rx_frag()
570 struct gve_rx_buf_state_dqo *buf_state, in gve_rx_append_frags()
670 struct gve_rx_buf_state_dqo *buf_state) in gve_xdp_done_dqo()
710 struct gve_rx_buf_state_dqo *buf_state, in gve_rx_xsk_dqo()
758 struct gve_rx_buf_state_dqo *buf_state, u16 buf_len) in gve_dma_sync()
787 struct gve_rx_buf_state_dqo *buf_state; in gve_rx_dqo()