Searched refs:curr_bd_idx (Results 1 – 1 of 1) sorted by relevance
359 uint8_t curr_bd_idx; in eth_xlnx_gem_send() local422 curr_bd_idx = first_bd_idx = dev_data->txbd_ring.next_to_use; in eth_xlnx_gem_send()423 reg_ctrl = (uint32_t)(&dev_data->txbd_ring.first_bd[curr_bd_idx].ctrl); in eth_xlnx_gem_send()444 (dev_conf->tx_buffer_size * curr_bd_idx)); in eth_xlnx_gem_send()460 curr_bd_idx = (curr_bd_idx + 1) % dev_conf->txbd_count; in eth_xlnx_gem_send()461 reg_ctrl = (uint32_t)(&dev_data->txbd_ring.first_bd[curr_bd_idx].ctrl); in eth_xlnx_gem_send()481 while (curr_bd_idx != first_bd_idx) { in eth_xlnx_gem_send()482 curr_bd_idx = (curr_bd_idx != 0) ? (curr_bd_idx - 1) : in eth_xlnx_gem_send()484 reg_ctrl = (uint32_t)(&dev_data->txbd_ring.first_bd[curr_bd_idx].ctrl); in eth_xlnx_gem_send()1433 uint8_t curr_bd_idx; in eth_xlnx_gem_handle_rx_pending() local[all …]