Home
last modified time | relevance | path

Searched refs:xa_idx (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Ddevmem.c122 unsigned long xa_idx; in net_devmem_unbind_dmabuf() local
135 xa_for_each(&binding->bound_rxqs, xa_idx, rxq) { in net_devmem_unbind_dmabuf()
158 u32 xa_idx; in net_devmem_bind_dmabuf_to_queue() local
166 err = xa_alloc(&binding->bound_rxqs, &xa_idx, rxq, xa_limit_32b, in net_devmem_bind_dmabuf_to_queue()
500 unsigned long xa_idx; in mp_dmabuf_devmem_uninstall() local
502 xa_for_each(&binding->bound_rxqs, xa_idx, bound_rxq) { in mp_dmabuf_devmem_uninstall()
504 xa_erase(&binding->bound_rxqs, xa_idx); in mp_dmabuf_devmem_uninstall()
/linux/drivers/pci/
H A Ddoe.c588 u8 xa_idx = 0; in pci_doe_cache_features() local
605 doe_mb->cap_offset, xa_idx, vid, type); in pci_doe_cache_features()
607 rc = xa_insert(&doe_mb->feats, xa_idx++, in pci_doe_cache_features()