Searched refs:dev_rx (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | devmap.c | 61 struct net_device *dev_rx; member 398 to_send = dev_map_bpf_prog_run(bq->xdp_prog, bq->q, cnt, dev, bq->dev_rx); in bq_xmit_all() 420 trace_xdp_devmap_xmit(bq->dev_rx, dev, sent, cnt - sent, err); in bq_xmit_all() 434 bq->dev_rx = NULL; in __dev_flush() 464 struct net_device *dev_rx, struct bpf_prog *xdp_prog) in bq_enqueue() argument 481 if (!bq->dev_rx) { in bq_enqueue() 484 bq->dev_rx = dev_rx; in bq_enqueue() 495 struct net_device *dev_rx, in __xdp_enqueue() argument 511 bq_enqueue(dev, xdpf, dev_rx, xdp_prog); in __xdp_enqueue() 547 struct net_device *dev_rx) in dev_xdp_enqueue() argument [all …]
|
| H A D | cpumap.c | 198 rxq.dev = xdpf->dev_rx; in cpu_map_bpf_prog_run_xdp() 216 err = xdp_do_redirect(xdpf->dev_rx, &xdp, in cpu_map_bpf_prog_run_xdp() 382 __xdp_build_skb_from_frame(xdpf, skbs[i], xdpf->dev_rx); in cpu_map_kthread_run() 791 struct net_device *dev_rx) in cpu_map_enqueue() argument 794 xdpf->dev_rx = dev_rx; in cpu_map_enqueue()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2932 struct net_device *dev_rx); 2934 struct net_device *dev_rx); 2935 int dev_map_enqueue_multi(struct xdp_frame *xdpf, struct net_device *dev_rx, 2945 struct net_device *dev_rx); 3196 struct net_device *dev_rx) in dev_xdp_enqueue() argument 3203 struct net_device *dev_rx) in dev_map_enqueue() argument 3209 int dev_map_enqueue_multi(struct xdp_frame *xdpf, struct net_device *dev_rx, in dev_map_enqueue_multi() argument 3238 struct net_device *dev_rx) in cpu_map_enqueue() argument
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-cap.c | 1561 struct vivid_dev *dev_rx = dev->output_to_input_instance[i]; in vivid_update_outputs() local 1563 if (dev_rx && dev_rx->edid_blocks) in vivid_update_outputs()
|