Home
last modified time | relevance | path

Searched refs:devmap (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/s390/block/
A Ddasd_devmap.c419 devmap = NULL; in dasd_add_busid()
426 if (!devmap) { in dasd_add_busid()
433 devmap = new; in dasd_add_busid()
438 return devmap; in dasd_add_busid()
455 return devmap; in dasd_find_busid_locked()
469 return devmap; in dasd_find_busid()
513 devmap = NULL; in dasd_device_from_devindex()
521 if (devmap && devmap->device) { in dasd_device_from_devindex()
952 if (devmap && devmap->device) { in dasd_device_from_gendisk()
1444 if (!IS_ERR(devmap) && devmap->device) in dasd_eer_show()
[all …]
/linux-6.3-rc2/Documentation/bpf/
A Dmap_devmap.rst26 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``.
A Dmap_xskmap.rst12 call ``bpf_redirect_map()`` and ``XDP_REDIRECT`` action, like 'devmap' and 'cpumap'.
/linux-6.3-rc2/Documentation/bpf/libbpf/
A Dprogram_types.rst178 … | ``BPF_XDP_DEVMAP`` | ``xdp.frags/devmap`` | …
180 | | | ``xdp/devmap
/linux-6.3-rc2/kernel/bpf/
A DMakefile19 obj-$(CONFIG_BPF_SYSCALL) += devmap.o
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dmap_ptr_kern.c416 struct bpf_dtab *devmap = (struct bpf_dtab *)&m_devmap; in check_devmap() local
419 VERIFY(check_default(&devmap->map, map)); in check_devmap()
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/
A Dbpftool-map.rst55 | | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**
/linux-6.3-rc2/drivers/usb/core/
A Dhub.c2135 BUG_ON(test_bit(devnum, bus->devmap.devicemap)); in choose_devnum()
2139 devnum = find_next_zero_bit(bus->devmap.devicemap, 128, in choose_devnum()
2142 devnum = find_next_zero_bit(bus->devmap.devicemap, in choose_devnum()
2147 set_bit(devnum, bus->devmap.devicemap); in choose_devnum()
2156 clear_bit(udev->devnum, udev->bus->devmap.devicemap); in release_devnum()
A Dhcd.c896 memset (&bus->devmap, 0, sizeof(struct usb_devmap)); in usb_bus_init()
991 set_bit (devnum, usb_dev->bus->devmap.devicemap); in register_root_hub()
/linux-6.3-rc2/drivers/scsi/
A Dmyrs.c377 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-6.3-rc2/include/linux/
A Dusb.h460 struct usb_devmap devmap; /* device address allocation map */ member
/linux-6.3-rc2/
A DMAINTAINERS22771 F: kernel/bpf/devmap.c

Completed in 51 milliseconds