Searched refs:xa_idx (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | devmem.c | 117 unsigned long xa_idx; in net_devmem_unbind_dmabuf() local 123 xa_for_each(&binding->bound_rxqs, xa_idx, rxq) { in net_devmem_unbind_dmabuf() 148 u32 xa_idx; in net_devmem_bind_dmabuf_to_queue() local 156 err = xa_alloc(&binding->bound_rxqs, &xa_idx, rxq, xa_limit_32b, in net_devmem_bind_dmabuf_to_queue() 379 unsigned long xa_idx; in mp_dmabuf_devmem_uninstall() local 381 xa_for_each(&binding->bound_rxqs, xa_idx, bound_rxq) { in mp_dmabuf_devmem_uninstall() 383 xa_erase(&binding->bound_rxqs, xa_idx); in mp_dmabuf_devmem_uninstall()
|
| /linux-6.15/drivers/pci/ |
| H A D | doe.c | 590 u8 xa_idx = 0; in pci_doe_cache_features() local 607 doe_mb->cap_offset, xa_idx, vid, type); in pci_doe_cache_features() 609 rc = xa_insert(&doe_mb->feats, xa_idx++, in pci_doe_cache_features()
|