Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_txrx.c959 list_del(&nv->napis); in fbnic_free_napi_vector()
967 list_for_each_entry_safe(nv, temp, &fbn->napis, napis) in fbnic_free_napi_vectors()
1065 list_add(&nv->napis, &fbn->napis); in fbnic_alloc_napi_vector()
1150 list_del(&nv->napis); in fbnic_alloc_napi_vector()
1457 list_for_each_entry(nv, &fbn->napis, napis) in fbnic_free_resources()
1466 list_for_each_entry(nv, &fbn->napis, napis) { in fbnic_alloc_resources()
1475 list_for_each_entry_continue_reverse(nv, &fbn->napis, napis) in fbnic_alloc_resources()
1515 list_for_each_entry(nv, &fbn->napis, napis) { in fbnic_napi_disable()
1528 list_for_each_entry(nv, &fbn->napis, napis) { in fbnic_disable()
1637 list_for_each_entry(nv, &fbn->napis, napis) { in fbnic_flush()
[all …]
Dfbnic_netdev.h48 struct list_head napis; member
Dfbnic_txrx.h110 struct list_head napis; member
Dfbnic_netdev.c530 INIT_LIST_HEAD(&fbn->napis); in fbnic_netdev_alloc()
/linux-6.12.1/drivers/net/ethernet/
Djme.h386 #define JME_RX_COMPLETE(dev, napis) napi_complete(napis) argument