Searched refs:n_allocated_vis (Results 1 – 2 of 2) sorted by relevance
831 nic_data->n_allocated_vis = MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_COUNT); in efx_ef10_alloc_vis()913 if (nic_data->n_allocated_vis < channel_vis) { in efx_ef10_dimension_resources()922 efx->max_channels = nic_data->n_allocated_vis; in efx_ef10_dimension_resources()924 nic_data->n_allocated_vis / EFX_TXQ_TYPES; in efx_ef10_dimension_resources()934 nic_data->n_allocated_vis < in efx_ef10_dimension_resources()938 nic_data->n_allocated_vis, nic_data->n_piobufs); in efx_ef10_dimension_resources()997 rc = efx_ef10_alloc_vis(efx, nic_data->n_allocated_vis, in efx_ef10_init_nic()998 nic_data->n_allocated_vis); in efx_ef10_init_nic()
527 unsigned int n_allocated_vis; member