Searched refs:recycled_buf_states (Results 1 – 2 of 2) sorted by relevance
119 buf_state = gve_dequeue_buf_state(rx, &rx->dqo.recycled_buf_states); in gve_get_recycled_buf_state()258 rx->dqo.recycled_buf_states.head = -1; in gve_rx_alloc_ring_dqo()259 rx->dqo.recycled_buf_states.tail = -1; in gve_rx_alloc_ring_dqo()413 gve_enqueue_buf_state(rx, &rx->dqo.recycled_buf_states, buf_state); in gve_try_recycle_buf()541 gve_enqueue_buf_state(rx, &rx->dqo.recycled_buf_states, in gve_rx_dqo()581 gve_enqueue_buf_state(rx, &rx->dqo.recycled_buf_states, in gve_rx_dqo()600 gve_enqueue_buf_state(rx, &rx->dqo.recycled_buf_states, buf_state); in gve_rx_dqo()
195 struct gve_index_list recycled_buf_states; member