Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Def10.c864 for (i = 0; i < nic_data->n_piobufs; i++) { in efx_ef10_free_piobufs()
872 nic_data->n_piobufs = 0; in efx_ef10_free_piobufs()
908 nic_data->n_piobufs = i; in efx_ef10_alloc_piobufs()
927 for (index = 0; index < nic_data->n_piobufs; ++index) { in efx_ef10_link_piobufs()
1315 unsigned int n_piobufs = in efx_ef10_dimension_resources() local
1319 rc = efx_ef10_alloc_piobufs(efx, n_piobufs); in efx_ef10_dimension_resources()
1331 "allocated %u PIO buffers\n", n_piobufs); in efx_ef10_dimension_resources()
1334 nic_data->n_piobufs = 0; in efx_ef10_dimension_resources()
1349 if (nic_data->n_piobufs) { in efx_ef10_dimension_resources()
1355 nic_data->n_piobufs) * in efx_ef10_dimension_resources()
[all …]
Dnic.h413 unsigned int n_piobufs; member