Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Def10.c309 for (i = 0; i < nic_data->n_piobufs; i++) { in efx_ef10_free_piobufs()
317 nic_data->n_piobufs = 0; in efx_ef10_free_piobufs()
346 nic_data->n_piobufs = i; in efx_ef10_alloc_piobufs()
367 for (index = 0; index < nic_data->n_piobufs; ++index) { in efx_ef10_link_piobufs()
548 unsigned int n_piobufs = in efx_ef10_dimension_resources() local
552 rc = efx_ef10_alloc_piobufs(efx, n_piobufs); in efx_ef10_dimension_resources()
558 "allocated %u PIO buffers\n", n_piobufs); in efx_ef10_dimension_resources()
561 nic_data->n_piobufs = 0; in efx_ef10_dimension_resources()
576 if (nic_data->n_piobufs) { in efx_ef10_dimension_resources()
582 nic_data->n_piobufs) * in efx_ef10_dimension_resources()
[all …]
Dnic.h500 unsigned int n_piobufs; member