Searched refs:hash_virt (Results 1 – 2 of 2) sorted by relevance
179 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()838 wd->hash_virt = dma_alloc_coherent(&wd->pdev->dev, in wd719x_board_found()841 if (!wd->hash_virt) { in wd719x_board_found()872 dma_free_coherent(&wd->pdev->dev, WD719X_HASH_TABLE_SIZE, wd->hash_virt, in wd719x_board_found()
75 void *hash_virt; /* hash table CPU address */ member