Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Def10.c474 for (i = 0; i < nic_data->n_piobufs; i++) { in efx_ef10_free_piobufs()
482 nic_data->n_piobufs = 0; in efx_ef10_free_piobufs()
511 nic_data->n_piobufs = i; in efx_ef10_alloc_piobufs()
534 for (index = 0; index < nic_data->n_piobufs; ++index) { in efx_ef10_link_piobufs()
860 unsigned int n_piobufs = in efx_ef10_dimension_resources() local
864 rc = efx_ef10_alloc_piobufs(efx, n_piobufs); in efx_ef10_dimension_resources()
870 "allocated %u PIO buffers\n", n_piobufs); in efx_ef10_dimension_resources()
873 nic_data->n_piobufs = 0; in efx_ef10_dimension_resources()
888 if (nic_data->n_piobufs) { in efx_ef10_dimension_resources()
894 nic_data->n_piobufs) * in efx_ef10_dimension_resources()
[all …]
Dnic.h530 unsigned int n_piobufs; member