Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_xlnx_gem.c356 uint8_t first_bd_idx; in eth_xlnx_gem_send() local
418 curr_bd_idx = first_bd_idx = dev_data->txbd_ring.next_to_use; in eth_xlnx_gem_send()
421 dev_data->txbd_ring.next_to_use = (first_bd_idx + bds_reqd) % in eth_xlnx_gem_send()
477 while (curr_bd_idx != first_bd_idx) { in eth_xlnx_gem_send()
1375 uint8_t first_bd_idx; in eth_xlnx_gem_handle_rx_pending() local
1392 first_bd_idx = last_bd_idx = curr_bd_idx; in eth_xlnx_gem_handle_rx_pending()
1393 reg_addr = (uint32_t)(&dev_data->rxbd_ring.first_bd[first_bd_idx].addr); in eth_xlnx_gem_handle_rx_pending()
1394 reg_ctrl = (uint32_t)(&dev_data->rxbd_ring.first_bd[first_bd_idx].ctrl); in eth_xlnx_gem_handle_rx_pending()
1415 dev->name, first_bd_idx); in eth_xlnx_gem_handle_rx_pending()
1555 uint8_t first_bd_idx; in eth_xlnx_gem_handle_tx_done() local
[all …]