Home
last modified time | relevance | path

Searched refs:n_allocated_vis (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
Def10.c521 nic_data->n_allocated_vis = MCDI_DWORD(outbuf, ALLOC_VIS_OUT_VI_COUNT); in efx_ef10_alloc_vis()
605 nic_data->n_allocated_vis < in efx_ef10_dimension_resources()
609 nic_data->n_allocated_vis, nic_data->n_piobufs); in efx_ef10_dimension_resources()
668 rc = efx_ef10_alloc_vis(efx, nic_data->n_allocated_vis, in efx_ef10_init_nic()
669 nic_data->n_allocated_vis); in efx_ef10_init_nic()
Dnic.h497 unsigned int n_allocated_vis; member