Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c1378 for (i = 0; i < nv->txt_count; i++) in fbnic_poll()
1523 for (i = 0; i < nv->txt_count; i++) { in fbnic_free_napi_vector()
1620 int txt_count = txq_count, rxt_count = rxq_count; in fbnic_alloc_napi_vector() local
1630 if (!txt_count) in fbnic_alloc_napi_vector()
1631 txt_count = 1; in fbnic_alloc_napi_vector()
1634 qt_count = txt_count + rxq_count; in fbnic_alloc_napi_vector()
1648 nv->txt_count = txt_count; in fbnic_alloc_napi_vector()
1676 while (txt_count) { in fbnic_alloc_napi_vector()
1720 txt_count--; in fbnic_alloc_napi_vector()
2056 for (i = 0; i < nv->txt_count + nv->rxt_count; i++) in fbnic_free_nv_resources()
[all …]
H A Dfbnic_txrx.h157 u8 txt_count; member
H A Dfbnic_debugfs.c330 for (i = 0; i < nv->txt_count; i++) { in fbnic_dbg_nv_init()
H A Dfbnic_ethtool.c186 for (i = 0; i < nv->txt_count; i++) { in fbnic_aggregate_vector_counters()