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.h176 struct gve_rx_buf_state_dqo { struct
241 struct gve_rx_buf_state_dqo *buf_states;
1183 int gve_buf_ref_cnt(struct gve_rx_buf_state_dqo *bs);
1184 void gve_free_page_dqo(struct gve_priv *priv, struct gve_rx_buf_state_dqo *bs,
1186 struct gve_rx_buf_state_dqo *gve_alloc_buf_state(struct gve_rx_ring *rx);
1188 struct gve_rx_buf_state_dqo *buf_state);
1190 struct gve_rx_buf_state_dqo *buf_state);
1191 struct gve_rx_buf_state_dqo *gve_dequeue_buf_state(struct gve_rx_ring *rx,
1194 struct gve_rx_buf_state_dqo *buf_state);
1195 struct gve_rx_buf_state_dqo *gve_get_recycled_buf_state(struct gve_rx_ring *rx);
[all …]
H A Dgve_rx_dqo.c96 struct gve_rx_buf_state_dqo *bs = &rx->dqo.buf_states[i]; in gve_rx_reset_ring_dqo()
144 struct gve_rx_buf_state_dqo *bs = &rx->dqo.buf_states[i]; in gve_rx_free_ring_dqo()
454 struct gve_rx_buf_state_dqo *buf_state, in gve_rx_copy_ondemand()
483 struct gve_rx_buf_state_dqo *buf_state, in gve_rx_append_frags()
536 struct gve_rx_buf_state_dqo *buf_state; in gve_rx_dqo()