Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem.c1373 dev_data->rxbd_ring.next_to_process = 0; in eth_xlnx_gem_configure_buffers()
1376 dev_data->txbd_ring.next_to_process = 0; in eth_xlnx_gem_configure_buffers()
1447 curr_bd_idx = dev_data->rxbd_ring.next_to_process; in eth_xlnx_gem_handle_rx_pending()
1495 dev_data->rxbd_ring.next_to_process = (last_bd_idx + 1) % in eth_xlnx_gem_handle_rx_pending()
1627 curr_bd_idx = first_bd_idx = dev_data->txbd_ring.next_to_process; in eth_xlnx_gem_handle_tx_done()
1666 dev_data->txbd_ring.next_to_process = in eth_xlnx_gem_handle_tx_done()
1667 (dev_data->txbd_ring.next_to_process + bds_processed) % in eth_xlnx_gem_handle_tx_done()
Deth_xlnx_gem_priv.h666 uint8_t next_to_process; member