Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.h649 struct tx_curr_get_info { struct
771 struct tx_curr_get_info tx_curr_get_info; member
H A Ds2io.c632 fifo->tx_curr_get_info.offset = 0; in init_shared_mem()
633 fifo->tx_curr_get_info.fifo_len = tx_cfg->fifo_len - 1; in init_shared_mem()
2396 fifo->tx_curr_get_info.offset = 0; in free_tx_buffers()
2999 struct tx_curr_get_info get_info, put_info; in tx_intr_handler()
3011 get_info = fifo_data->tx_curr_get_info; in tx_intr_handler()
3067 fifo_data->tx_curr_get_info.offset = get_info.offset; in tx_intr_handler()
4093 get_off = (u16)fifo->tx_curr_get_info.offset; in s2io_xmit()