hash_virt 179 drivers/scsi/wd719x.c dma_free_coherent(&wd->pdev->dev, WD719X_HASH_TABLE_SIZE, wd->hash_virt, hash_virt 181 drivers/scsi/wd719x.c wd->hash_virt = NULL; hash_virt 310 drivers/scsi/wd719x.c memset(wd->hash_virt, 0, WD719X_HASH_TABLE_SIZE); hash_virt 836 drivers/scsi/wd719x.c wd->hash_virt = dma_alloc_coherent(&wd->pdev->dev, hash_virt 839 drivers/scsi/wd719x.c if (!wd->hash_virt) { hash_virt 870 drivers/scsi/wd719x.c dma_free_coherent(&wd->pdev->dev, WD719X_HASH_TABLE_SIZE, wd->hash_virt, hash_virt 74 drivers/scsi/wd719x.h void *hash_virt; /* hash table CPU address */