Searched refs:buf_states (Results 1 – 3 of 3) sorted by relevance
24 buf_state = &rx->dqo.buf_states[buffer_id]; in gve_alloc_buf_state()38 s16 buffer_id = buf_state - rx->dqo.buf_states; in gve_buf_state_is_allocated()46 s16 buffer_id = buf_state - rx->dqo.buf_states; in gve_free_buf_state()62 buf_state = &rx->dqo.buf_states[buffer_id]; in gve_dequeue_buf_state()78 s16 buffer_id = buf_state - rx->dqo.buf_states; in gve_enqueue_buf_state()88 rx->dqo.buf_states[tail].next = buffer_id; in gve_enqueue_buf_state()306 desc->buf_id = cpu_to_le16(buf_state - rx->dqo.buf_states); in gve_alloc_buffer()
53 if (rx->dqo.buf_states) { in gve_rx_init_ring_state_dqo()55 rx->dqo.buf_states[i].next = i + 1; in gve_rx_init_ring_state_dqo()56 rx->dqo.buf_states[rx->dqo.num_buf_states - 1].next = -1; in gve_rx_init_ring_state_dqo()94 if (rx->dqo.buf_states) { in gve_rx_reset_ring_dqo()145 struct gve_rx_buf_state_dqo *bs = &rx->dqo.buf_states[i]; in gve_rx_free_ring_dqo()174 kvfree(rx->dqo.buf_states); in gve_rx_free_ring_dqo()175 rx->dqo.buf_states = NULL; in gve_rx_free_ring_dqo()239 rx->dqo.buf_states = kvcalloc(rx->dqo.num_buf_states, in gve_rx_alloc_ring_dqo()240 sizeof(rx->dqo.buf_states[0]), in gve_rx_alloc_ring_dqo()242 if (!rx->dqo.buf_states) in gve_rx_alloc_ring_dqo()[all …]
256 struct gve_rx_buf_state_dqo *buf_states; member