napi_id           513 drivers/net/ethernet/sfc/efx.c 	channel->napi_str.napi_id = 0;
napi_id           473 drivers/net/ethernet/sfc/falcon/efx.c 	channel->napi_str.napi_id = 0;
napi_id            48 drivers/staging/octeon/ethernet-rx.c static irqreturn_t cvm_oct_do_interrupt(int irq, void *napi_id)
napi_id            52 drivers/staging/octeon/ethernet-rx.c 	napi_schedule(napi_id);
napi_id           226 fs/eventpoll.c 	unsigned int napi_id;
napi_id           400 fs/eventpoll.c 	unsigned int napi_id = READ_ONCE(ep->napi_id);
napi_id           402 fs/eventpoll.c 	if ((napi_id >= MIN_NAPI_ID) && net_busy_loop_on())
napi_id           403 fs/eventpoll.c 		napi_busy_loop(napi_id, nonblock ? NULL : ep_busy_loop_end, ep);
napi_id           408 fs/eventpoll.c 	if (ep->napi_id)
napi_id           409 fs/eventpoll.c 		ep->napi_id = 0;
napi_id           418 fs/eventpoll.c 	unsigned int napi_id;
napi_id           434 fs/eventpoll.c 	napi_id = READ_ONCE(sk->sk_napi_id);
napi_id           441 fs/eventpoll.c 	if (napi_id < MIN_NAPI_ID || napi_id == ep->napi_id)
napi_id           445 fs/eventpoll.c 	ep->napi_id = napi_id;
napi_id           342 include/linux/netdevice.h 	unsigned int		napi_id;
napi_id          2656 include/linux/netdevice.h struct net_device *dev_get_by_napi_id(unsigned int napi_id);
napi_id           846 include/linux/skbuff.h 		unsigned int	napi_id;
napi_id           996 include/linux/skbuff.h 	return skb->napi_id;
napi_id            44 include/net/busy_poll.h void napi_busy_loop(unsigned int napi_id,
napi_id           105 include/net/busy_poll.h 	unsigned int napi_id = READ_ONCE(sk->sk_napi_id);
napi_id           107 include/net/busy_poll.h 	if (napi_id >= MIN_NAPI_ID)
napi_id           108 include/net/busy_poll.h 		napi_busy_loop(napi_id, nonblock ? NULL : sk_busy_loop_end, sk);
napi_id           117 include/net/busy_poll.h 	skb->napi_id = napi->napi_id;
napi_id           125 include/net/busy_poll.h 	WRITE_ONCE(sk->sk_napi_id, skb->napi_id);
napi_id           136 include/net/busy_poll.h 		WRITE_ONCE(sk->sk_napi_id, skb->napi_id);
napi_id           172 include/trace/events/net.h 		__field(	unsigned int,		napi_id		)
napi_id           195 include/trace/events/net.h 		__entry->napi_id = skb->napi_id;
napi_id           197 include/trace/events/net.h 		__entry->napi_id = 0;
napi_id           219 include/trace/events/net.h 		  __get_str(name), __entry->napi_id, __entry->queue_mapping,
napi_id          2990 include/uapi/linux/bpf.h 	__u32 napi_id;
napi_id           165 net/core/dev.c static struct napi_struct *napi_by_id(unsigned int napi_id);
napi_id           799 net/core/dev.c struct net_device *dev_get_by_napi_id(unsigned int napi_id)
napi_id           805 net/core/dev.c 	if (napi_id < MIN_NAPI_ID)
napi_id           808 net/core/dev.c 	napi = napi_by_id(napi_id);
napi_id          6027 net/core/dev.c static struct napi_struct *napi_by_id(unsigned int napi_id)
napi_id          6029 net/core/dev.c 	unsigned int hash = napi_id % HASH_SIZE(napi_hash);
napi_id          6033 net/core/dev.c 		if (napi->napi_id == napi_id)
napi_id          6081 net/core/dev.c void napi_busy_loop(unsigned int napi_id,
napi_id          6095 net/core/dev.c 	napi = napi_by_id(napi_id);
napi_id          6167 net/core/dev.c 	napi->napi_id = napi_gen_id;
napi_id          6170 net/core/dev.c 			   &napi_hash[napi->napi_id % HASH_SIZE(napi_hash)]);
napi_id          7412 net/core/filter.c 	case offsetof(struct __sk_buff, napi_id):
napi_id          7415 net/core/filter.c 				      bpf_target_off(struct sk_buff, napi_id, 4,
napi_id           966 net/core/skbuff.c 	CHECK_SKB_FIELD(napi_id);
napi_id          2990 tools/include/uapi/linux/bpf.h 	__u32 napi_id;
napi_id            71 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, napi_id)),
napi_id           163 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, napi_id)),
napi_id           165 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, napi_id)),
napi_id            26 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, napi_id)),