Searched refs:devmap (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/s390/block/ |
A D | dasd_devmap.c | 419 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 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``.
|
A D | map_xskmap.rst | 12 call ``bpf_redirect_map()`` and ``XDP_REDIRECT`` action, like 'devmap' and 'cpumap'.
|
/linux-6.3-rc2/Documentation/bpf/libbpf/ |
A D | program_types.rst | 178 … | ``BPF_XDP_DEVMAP`` | ``xdp.frags/devmap`` | … 180 | | | ``xdp/devmap…
|
/linux-6.3-rc2/kernel/bpf/ |
A D | Makefile | 19 obj-$(CONFIG_BPF_SYSCALL) += devmap.o
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | map_ptr_kern.c | 416 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 D | bpftool-map.rst | 55 | | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | hub.c | 2135 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 D | hcd.c | 896 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 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-6.3-rc2/include/linux/ |
A D | usb.h | 460 struct usb_devmap devmap; /* device address allocation map */ member
|
/linux-6.3-rc2/ |
A D | MAINTAINERS | 22771 F: kernel/bpf/devmap.c
|
Completed in 54 milliseconds