Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dnic.h178 unsigned int n_piobufs; member
H A Def10.c731 for (i = 0; i < nic_data->n_piobufs; i++) { in efx_ef10_free_piobufs()
739 nic_data->n_piobufs = 0; in efx_ef10_free_piobufs()
775 nic_data->n_piobufs = i; in efx_ef10_alloc_piobufs()
794 for (index = 0; index < nic_data->n_piobufs; ++index) { in efx_ef10_link_piobufs()
1177 unsigned int n_piobufs = in efx_ef10_dimension_resources() local
1181 rc = efx_ef10_alloc_piobufs(efx, n_piobufs); in efx_ef10_dimension_resources()
1193 "allocated %u PIO buffers\n", n_piobufs); in efx_ef10_dimension_resources()
1196 nic_data->n_piobufs = 0; in efx_ef10_dimension_resources()
1211 if (nic_data->n_piobufs) { in efx_ef10_dimension_resources()
1217 nic_data->n_piobufs) * in efx_ef10_dimension_resources()
[all …]