Searched refs:next_buffer_table (Results 1 – 3 of 3) sorted by relevance
556 efx->next_buffer_table = 0; in efx_probe_channels()754 unsigned i, next_buffer_table = 0; in efx_realloc_channels() local770 next_buffer_table = max(next_buffer_table, in efx_realloc_channels()774 next_buffer_table = max(next_buffer_table, in efx_realloc_channels()778 next_buffer_table = max(next_buffer_table, in efx_realloc_channels()812 efx->next_buffer_table = next_buffer_table; in efx_realloc_channels()
240 buffer->index = efx->next_buffer_table; in efx_alloc_special_buffer()241 efx->next_buffer_table += buffer->entries; in efx_alloc_special_buffer()244 nic_data->vf_buftbl_base < efx->next_buffer_table); in efx_alloc_special_buffer()
971 unsigned next_buffer_table; member