Searched refs:devmap (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/bpf/ |
H A D | map_devmap.rst | 26 devmap; only the lookup and insertion is different. 171 would work with a user space program that populates the devmap ``forward_map`` based 186 all the interfaces in the ``tx_port`` devmap. 199 The following code snippet shows how to update a devmap called ``tx_port``.
|
H A D | map_xskmap.rst | 12 call ``bpf_redirect_map()`` and ``XDP_REDIRECT`` action, like 'devmap' and 'cpumap'.
|
/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 204 … | ``BPF_XDP_DEVMAP`` | ``xdp.frags/devmap`` | … 206 | | | ``xdp/devmap…
|
/linux/kernel/bpf/ |
H A D | Makefile | 23 obj-$(CONFIG_BPF_SYSCALL) += devmap.o
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 421 struct bpf_dtab *devmap = (struct bpf_dtab *)&m_devmap; in check_devmap() local 424 VERIFY(check_default(&devmap->map, map)); in check_devmap()
|
/linux/drivers/usb/core/ |
H A D | hcd.c | 869 memset(&bus->devmap, 0, sizeof(bus->devmap)); in usb_bus_init() 965 set_bit(devnum, usb_dev->bus->devmap); in register_root_hub()
|
H A D | hub.c | 2222 devnum = find_next_zero_bit(bus->devmap, 128, bus->devnum_next); in choose_devnum() 2224 devnum = find_next_zero_bit(bus->devmap, 128, 1); in choose_devnum() 2227 set_bit(devnum, bus->devmap); in choose_devnum() 2236 clear_bit(udev->devnum, udev->bus->devmap); in release_devnum()
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-map.rst | 55 | | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**
|
/linux/drivers/scsi/ |
H A D | myrs.c | 377 struct myrs_devmap *devmap) in myrs_translate_pdev() argument 386 memset(devmap, 0x0, sizeof(struct myrs_devmap)); in myrs_translate_pdev() 387 devmap_addr = dma_map_single(&pdev->dev, devmap, in myrs_translate_pdev()
|
/linux/ |
H A D | MAINTAINERS | 25862 F: kernel/bpf/devmap.c
|