Searched refs:rxt_count (Results 1 – 2 of 2) sorted by relevance
869 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() local1058 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 …]
108 u8 rxt_count; member