Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
Dwd719x.c179 dma_free_coherent(&wd->pdev->dev, WD719X_HASH_TABLE_SIZE, wd->hash_virt, in wd719x_destroy()
181 wd->hash_virt = NULL; in wd719x_destroy()
310 memset(wd->hash_virt, 0, WD719X_HASH_TABLE_SIZE); in wd719x_chip_init()
836 wd->hash_virt = dma_alloc_coherent(&wd->pdev->dev, in wd719x_board_found()
839 if (!wd->hash_virt) { in wd719x_board_found()
870 dma_free_coherent(&wd->pdev->dev, WD719X_HASH_TABLE_SIZE, wd->hash_virt, in wd719x_board_found()
Dwd719x.h74 void *hash_virt; /* hash table CPU address */ member