Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
Dnic.h175 unsigned int n_piobufs; member
Def10.c724 for (i = 0; i < nic_data->n_piobufs; i++) { in efx_ef10_free_piobufs()
732 nic_data->n_piobufs = 0; in efx_ef10_free_piobufs()
768 nic_data->n_piobufs = i; in efx_ef10_alloc_piobufs()
787 for (index = 0; index < nic_data->n_piobufs; ++index) { in efx_ef10_link_piobufs()
1167 unsigned int n_piobufs = in efx_ef10_dimension_resources() local
1171 rc = efx_ef10_alloc_piobufs(efx, n_piobufs); in efx_ef10_dimension_resources()
1183 "allocated %u PIO buffers\n", n_piobufs); in efx_ef10_dimension_resources()
1186 nic_data->n_piobufs = 0; in efx_ef10_dimension_resources()
1201 if (nic_data->n_piobufs) { in efx_ef10_dimension_resources()
1207 nic_data->n_piobufs) * in efx_ef10_dimension_resources()
[all …]