Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dgdth.c3006 pcs = ha->coal_stat; in __gdth_interrupt()
4753 ha->coal_stat = pci_alloc_consistent(ha->pdev, in gdth_isa_probe_one()
4756 if (!ha->coal_stat) in gdth_isa_probe_one()
4803 ha->coal_stat, ha->coal_stat_phys); in gdth_isa_probe_one()
4879 ha->coal_stat = pci_alloc_consistent(ha->pdev, in gdth_eisa_probe_one()
4882 if (!ha->coal_stat) in gdth_eisa_probe_one()
4937 ha->coal_stat, ha->coal_stat_phys); in gdth_eisa_probe_one()
5012 ha->coal_stat = pci_alloc_consistent(ha->pdev, in gdth_pci_probe_one()
5015 if (!ha->coal_stat) in gdth_pci_probe_one()
5082 ha->coal_stat, ha->coal_stat_phys); in gdth_pci_probe_one()
[all …]
Dgdth.h856 gdth_coal_status *coal_stat; /* buffer for coalescing int.*/ member