Lines Matching refs:rx_curr_get_info
722 ring->rx_curr_get_info.block_index = 0; in init_shared_mem()
723 ring->rx_curr_get_info.offset = 0; in init_shared_mem()
724 ring->rx_curr_get_info.ring_len = rx_cfg->num_rxd - 1; in init_shared_mem()
2472 block_no1 = ring->rx_curr_get_info.block_index; in fill_rx_buffers()
2481 (off == ring->rx_curr_get_info.offset) && in fill_rx_buffers()
2730 ring->rx_curr_get_info.block_index = 0; in free_rx_buffers()
2732 ring->rx_curr_get_info.offset = 0; in free_rx_buffers()
2893 struct rx_curr_get_info get_info, put_info; in rx_intr_handler()
2904 get_info = ring_data->rx_curr_get_info; in rx_intr_handler()
2948 ring_data->rx_curr_get_info.offset = get_info.offset; in rx_intr_handler()
2953 ring_data->rx_curr_get_info.offset = get_info.offset; in rx_intr_handler()
2957 ring_data->rx_curr_get_info.block_index = get_block; in rx_intr_handler()
7363 int get_block = ring_data->rx_curr_get_info.block_index; in rx_osm_handler()
7364 int get_off = ring_data->rx_curr_get_info.offset; in rx_osm_handler()