Home
last modified time | relevance | path

Searched refs:from_id (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/nova-core/
H A Ddriver.rs21 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_NVIDIA, bindings::PCI_ANY_ID as _),
/linux-6.15/samples/rust/
H A Drust_dma.rs42 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
H A Drust_driver_pci.rs38 pci::DeviceId::from_id(bindings::PCI_VENDOR_ID_REDHAT, 0x5),
/linux-6.15/rust/kernel/
H A Dpci.rs132 pub const fn from_id(vendor: u32, device: u32) -> Self { in from_id() method
/linux-6.15/net/netfilter/ipset/
H A Dip_set_core.c1397 ip_set_id_t from_id, to_id; in ip_set_swap() local
1406 &from_id); in ip_set_swap()
1435 ip_set(inst, from_id) = to; in ip_set_swap()
/linux-6.15/tools/lib/bpf/
H A Dbtf.c3617 __u32 from_id, __u32 to_id) in btf_dedup_hypot_map_add() argument
3628 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()
3629 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()