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;
1271 int gve_buf_ref_cnt(struct gve_rx_buf_state_dqo *bs);
1272 void gve_free_page_dqo(struct gve_priv *priv, struct gve_rx_buf_state_dqo *bs,
1274 struct gve_rx_buf_state_dqo *gve_alloc_buf_state(struct gve_rx_ring *rx);
1276 struct gve_rx_buf_state_dqo *buf_state);
1278 struct gve_rx_buf_state_dqo *buf_state);
1279 struct gve_rx_buf_state_dqo *gve_dequeue_buf_state(struct gve_rx_ring *rx,
1282 struct gve_rx_buf_state_dqo *buf_state);
1283 struct gve_rx_buf_state_dqo *gve_get_recycled_buf_state(struct gve_rx_ring *rx);
[all …]
H A Dgve_rx_dqo.c110 struct gve_rx_buf_state_dqo *bs = &rx->dqo.buf_states[i]; in gve_rx_reset_ring_dqo()
160 struct gve_rx_buf_state_dqo *bs = &rx->dqo.buf_states[i]; in gve_rx_free_ring_dqo()
558 struct gve_rx_buf_state_dqo *buf_state, in gve_rx_copy_ondemand()
584 struct gve_rx_buf_state_dqo *buf_state, in gve_skb_add_rx_frag()
606 struct gve_rx_buf_state_dqo *buf_state, in gve_rx_append_frags()
706 struct gve_rx_buf_state_dqo *buf_state) in gve_xdp_done_dqo()
746 struct gve_rx_buf_state_dqo *buf_state, in gve_rx_xsk_dqo()
791 struct gve_rx_buf_state_dqo *buf_state, u16 buf_len) in gve_dma_sync()
820 struct gve_rx_buf_state_dqo *buf_state; in gve_rx_dqo()