Searched refs:curr_bd_idx (Results 1 – 1 of 1) sorted by relevance
355 uint8_t curr_bd_idx; in eth_xlnx_gem_send() local418 curr_bd_idx = first_bd_idx = dev_data->txbd_ring.next_to_use; in eth_xlnx_gem_send()419 reg_ctrl = (uint32_t)(&dev_data->txbd_ring.first_bd[curr_bd_idx].ctrl); in eth_xlnx_gem_send()440 (dev_conf->tx_buffer_size * curr_bd_idx)); in eth_xlnx_gem_send()456 curr_bd_idx = (curr_bd_idx + 1) % dev_conf->txbd_count; in eth_xlnx_gem_send()457 reg_ctrl = (uint32_t)(&dev_data->txbd_ring.first_bd[curr_bd_idx].ctrl); in eth_xlnx_gem_send()477 while (curr_bd_idx != first_bd_idx) { in eth_xlnx_gem_send()478 curr_bd_idx = (curr_bd_idx != 0) ? (curr_bd_idx - 1) : in eth_xlnx_gem_send()480 reg_ctrl = (uint32_t)(&dev_data->txbd_ring.first_bd[curr_bd_idx].ctrl); in eth_xlnx_gem_send()1377 uint8_t curr_bd_idx; in eth_xlnx_gem_handle_rx_pending() local[all …]