Searched refs:next_buffer_table (Results 1 – 3 of 3) sorted by relevance
575 efx->next_buffer_table = 0; in efx_probe_channels()773 unsigned i, next_buffer_table = 0; in efx_realloc_channels() local789 next_buffer_table = max(next_buffer_table, in efx_realloc_channels()793 next_buffer_table = max(next_buffer_table, in efx_realloc_channels()797 next_buffer_table = max(next_buffer_table, in efx_realloc_channels()831 efx->next_buffer_table = next_buffer_table; in efx_realloc_channels()
242 buffer->index = efx->next_buffer_table; in efx_alloc_special_buffer()243 efx->next_buffer_table += buffer->entries; in efx_alloc_special_buffer()246 nic_data->vf_buftbl_base < efx->next_buffer_table); in efx_alloc_special_buffer()
957 unsigned next_buffer_table; member