Home
last modified time | relevance | path

Searched refs:rxt_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c1190 for (j = 0; j < nv->rxt_count; j++, i++) in fbnic_poll()
1283 for (j = 0; j < nv->rxt_count; j++, i++) { in fbnic_free_napi_vector()
1314 .pool_size = (fbn->hpq_size + fbn->ppq_size) * nv->rxt_count, in fbnic_alloc_nv_page_pool()
1360 int txt_count = txq_count, rxt_count = rxq_count; in fbnic_alloc_napi_vector() local
1382 nv->rxt_count = rxt_count; in fbnic_alloc_napi_vector()
1442 while (rxt_count) { in fbnic_alloc_napi_vector()
1457 rxt_count--; in fbnic_alloc_napi_vector()
1742 for (j = 0; j < nv->rxt_count; j++, i++) in fbnic_free_nv_resources()
1759 for (j = 0; j < nv->rxt_count; j++, i++) { in fbnic_alloc_nv_resources()
1813 for (j = 0; j < nv->rxt_count; j++, i++) { in fbnic_set_netif_napi()
[all …]
H A Dfbnic_txrx.h137 u8 rxt_count; member
H A Dfbnic_ethtool.c176 for (j = 0; j < nv->rxt_count; j++, i++) { in fbnic_aggregate_vector_counters()