Home
last modified time | relevance | path

Searched refs:rx_curr_get_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.h632 struct rx_curr_get_info { struct
740 struct rx_curr_get_info rx_curr_get_info; member
Ds2io.c728 ring->rx_curr_get_info.block_index = 0; in init_shared_mem()
729 ring->rx_curr_get_info.offset = 0; in init_shared_mem()
730 ring->rx_curr_get_info.ring_len = rx_cfg->num_rxd - 1; in init_shared_mem()
2469 block_no1 = ring->rx_curr_get_info.block_index; in fill_rx_buffers()
2482 (off == ring->rx_curr_get_info.offset) && in fill_rx_buffers()
2737 ring->rx_curr_get_info.block_index = 0; in free_rx_buffers()
2739 ring->rx_curr_get_info.offset = 0; in free_rx_buffers()
2900 struct rx_curr_get_info get_info, put_info; in rx_intr_handler()
2911 get_info = ring_data->rx_curr_get_info; in rx_intr_handler()
2957 ring_data->rx_curr_get_info.offset = get_info.offset; in rx_intr_handler()
[all …]