Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.h633 struct rx_curr_get_info { struct
741 struct rx_curr_get_info rx_curr_get_info; member
H A Ds2io.c721 ring->rx_curr_get_info.block_index = 0; in init_shared_mem()
722 ring->rx_curr_get_info.offset = 0; in init_shared_mem()
723 ring->rx_curr_get_info.ring_len = rx_cfg->num_rxd - 1; in init_shared_mem()
2471 block_no1 = ring->rx_curr_get_info.block_index; in fill_rx_buffers()
2480 (off == ring->rx_curr_get_info.offset) && in fill_rx_buffers()
2729 ring->rx_curr_get_info.block_index = 0; in free_rx_buffers()
2731 ring->rx_curr_get_info.offset = 0; in free_rx_buffers()
2892 struct rx_curr_get_info get_info, put_info; in rx_intr_handler()
2903 get_info = ring_data->rx_curr_get_info; in rx_intr_handler()
2947 ring_data->rx_curr_get_info.offset = get_info.offset; in rx_intr_handler()
[all …]