Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_txrx.c866 for (i = 0; i < nv->txt_count; i++) in fbnic_poll()
945 for (i = 0; i < nv->txt_count; i++) { in fbnic_free_napi_vector()
1036 int txt_count = txq_count, rxt_count = rxq_count; in fbnic_alloc_napi_vector() local
1043 qt_count = txt_count + rxq_count; in fbnic_alloc_napi_vector()
1057 nv->txt_count = txt_count; in fbnic_alloc_napi_vector()
1094 while (txt_count) { in fbnic_alloc_napi_vector()
1115 txt_count--; in fbnic_alloc_napi_vector()
1419 for (i = 0; i < nv->txt_count; i++) in fbnic_free_nv_resources()
1432 for (i = 0; i < nv->txt_count; i++) { in fbnic_alloc_nv_resources()
1530 for (i = 0; i < nv->txt_count; i++) { in fbnic_disable()
[all …]
Dfbnic_txrx.h107 u8 txt_count; member