Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_txrx.c869 for (j = 0; j < nv->rxt_count; j++, i++) in fbnic_poll()
950 for (j = 0; j < nv->rxt_count; j++, i++) { in fbnic_free_napi_vector()
975 if (!nv->rxt_count) in fbnic_name_napi_vector()
992 .pool_size = (fbn->hpq_size + fbn->ppq_size) * nv->rxt_count, in fbnic_alloc_nv_page_pool()
1036 int txt_count = txq_count, rxt_count = rxq_count; in fbnic_alloc_napi_vector() local
1058 nv->rxt_count = rxt_count; in fbnic_alloc_napi_vector()
1122 while (rxt_count) { in fbnic_alloc_napi_vector()
1137 rxt_count--; in fbnic_alloc_napi_vector()
1422 for (j = 0; j < nv->rxt_count; j++, i++) in fbnic_free_nv_resources()
1439 for (j = 0; j < nv->rxt_count; j++, i++) { in fbnic_alloc_nv_resources()
[all …]
Dfbnic_txrx.h108 u8 rxt_count; member