Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_txrx.c1040 int qt_count, err; in fbnic_alloc_napi_vector() local
1043 qt_count = txt_count + rxq_count; in fbnic_alloc_napi_vector()
1044 if (!qt_count) in fbnic_alloc_napi_vector()
1052 nv = kzalloc(struct_size(nv, qt, qt_count), GFP_KERNEL); in fbnic_alloc_napi_vector()