Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.c3005 pcs = ha->coal_stat; in __gdth_interrupt()
4751 ha->coal_stat = pci_alloc_consistent(ha->pdev, in gdth_isa_probe_one()
4754 if (!ha->coal_stat) in gdth_isa_probe_one()
4801 ha->coal_stat, ha->coal_stat_phys); in gdth_isa_probe_one()
4877 ha->coal_stat = pci_alloc_consistent(ha->pdev, in gdth_eisa_probe_one()
4880 if (!ha->coal_stat) in gdth_eisa_probe_one()
4935 ha->coal_stat, ha->coal_stat_phys); in gdth_eisa_probe_one()
5010 ha->coal_stat = pci_alloc_consistent(ha->pdev, in gdth_pci_probe_one()
5013 if (!ha->coal_stat) in gdth_pci_probe_one()
5080 ha->coal_stat, ha->coal_stat_phys); in gdth_pci_probe_one()
[all …]
Dgdth.h854 gdth_coal_status *coal_stat; /* buffer for coalescing int.*/ member