Home
last modified time | relevance | path

Searched defs:napi_struct (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dnetdevice.h381 struct napi_struct { struct
386 * whoever atomically sets that bit can add this napi_struct argument
394 int (*poll)(struct napi_struct *, int); argument
397 poll_ownernapi_struct global() argument
400 list_ownernapi_struct global() argument
401 devnapi_struct global() argument
402 skbnapi_struct global() argument
403 gronapi_struct global() argument
404 timernapi_struct global() argument
406 threadnapi_struct global() argument
407 gro_flush_timeoutnapi_struct global() argument
408 irq_suspend_timeoutnapi_struct global() argument
409 defer_hard_irqsnapi_struct global() argument
411 napi_idnapi_struct global() argument
412 dev_listnapi_struct global() argument
413 napi_hash_nodenapi_struct global() argument
414 irqnapi_struct global() argument
415 notifynapi_struct global() argument
416 napi_rmap_idxnapi_struct global() argument
417 indexnapi_struct global() argument
418 confignapi_struct global() argument
2848 netif_napi_add_weight(struct net_device * dev,struct napi_struct * napi,int (* poll)(struct napi_struct *,int),int weight) netif_napi_add_weight() argument
2866 netif_napi_add(struct net_device * dev,struct napi_struct * napi,int (* poll)(struct napi_struct *,int)) netif_napi_add() argument
2873 netif_napi_add_locked(struct net_device * dev,struct napi_struct * napi,int (* poll)(struct napi_struct *,int)) netif_napi_add_locked() argument
2881 netif_napi_add_tx_weight(struct net_device * dev,struct napi_struct * napi,int (* poll)(struct napi_struct *,int),int weight) netif_napi_add_tx_weight() argument
2890 netif_napi_add_config_locked(struct net_device * dev,struct napi_struct * napi,int (* poll)(struct napi_struct *,int),int index) netif_napi_add_config_locked() argument
2906 netif_napi_add_config(struct net_device * dev,struct napi_struct * napi,int (* poll)(struct napi_struct *,int),int index) netif_napi_add_config() argument
2925 netif_napi_add_tx(struct net_device * dev,struct napi_struct * napi,int (* poll)(struct napi_struct *,int)) netif_napi_add_tx() argument
[all...]
/linux/drivers/net/ethernet/google/gve/
H A Dgve_utils.c109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_txrx.c602 int (*napi_poll)(struct napi_struct *, int), in hbg_ring_init() argument
/linux/net/core/
H A Ddev.c7560 netif_napi_add_weight_locked(struct net_device * dev,struct napi_struct * napi,int (* poll)(struct napi_struct *,int),int weight) netif_napi_add_weight_locked() argument
[all...]