Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Ddevmap.c450 struct xdp_dev_bulk_queue *bq = this_cpu_ptr(dev->xdp_bulkq); in bq_enqueue()
1100 if (!netdev->netdev_ops->ndo_xdp_xmit || netdev->xdp_bulkq) in dev_map_notification()
1104 netdev->xdp_bulkq = alloc_percpu(struct xdp_dev_bulk_queue); in dev_map_notification()
1105 if (!netdev->xdp_bulkq) in dev_map_notification()
1109 per_cpu_ptr(netdev->xdp_bulkq, cpu)->dev = netdev; in dev_map_notification()
/openbmc/linux/include/linux/
H A Dnetdevice.h2282 struct xdp_dev_bulk_queue __percpu *xdp_bulkq; member
/openbmc/linux/net/core/
H A Ddev.c10954 free_percpu(dev->xdp_bulkq); in free_netdev()
10955 dev->xdp_bulkq = NULL; in free_netdev()