Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c1200 int qt_count, err; in fbnic_alloc_napi_vector() local
1203 qt_count = txt_count + rxq_count; in fbnic_alloc_napi_vector()
1204 if (!qt_count) in fbnic_alloc_napi_vector()
1212 nv = kzalloc(struct_size(nv, qt, qt_count), GFP_KERNEL); in fbnic_alloc_napi_vector()