Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c1187 for (i = 0; i < nv->txt_count; i++) in fbnic_poll()
1278 for (i = 0; i < nv->txt_count; i++) { in fbnic_free_napi_vector()
1360 int txt_count = txq_count, rxt_count = rxq_count; in fbnic_alloc_napi_vector() local
1367 qt_count = txt_count + rxq_count; in fbnic_alloc_napi_vector()
1381 nv->txt_count = txt_count; in fbnic_alloc_napi_vector()
1414 while (txt_count) { in fbnic_alloc_napi_vector()
1435 txt_count--; in fbnic_alloc_napi_vector()
1739 for (i = 0; i < nv->txt_count; i++) in fbnic_free_nv_resources()
1752 for (i = 0; i < nv->txt_count; i++) { in fbnic_alloc_nv_resources()
1805 for (i = 0; i < nv->txt_count; i++) { in fbnic_set_netif_napi()
[all …]
H A Dfbnic_txrx.h136 u8 txt_count; member
H A Dfbnic_ethtool.c170 for (i = 0; i < nv->txt_count; i++) { in fbnic_aggregate_vector_counters()