Home
last modified time | relevance | path

Searched refs:table_handle (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/r128/
Dati_pcigart.c64 gart_info->table_handle = dmah; in drm_ati_alloc_pcigart_table()
71 drm_dma_handle_t *dmah = gart_info->table_handle; in drm_ati_free_pcigart_table()
76 gart_info->table_handle = NULL; in drm_ati_free_pcigart_table()
111 gart_info->table_handle) { in drm_ati_pcigart_cleanup()
151 pci_gart = gart_info->table_handle->vaddr; in drm_ati_pcigart_init()
152 address = gart_info->table_handle->vaddr; in drm_ati_pcigart_init()
153 bus_address = gart_info->table_handle->busaddr; in drm_ati_pcigart_init()
Dati_pcigart.h21 struct drm_dma_handle *table_handle; member
/Linux-v6.1/include/net/netfilter/
Dnf_tables.h1655 u64 table_handle; member
/Linux-v6.1/net/netfilter/
Dnf_tables_api.c1237 table->handle = ++nft_net->table_handle; in nf_tables_newtable()