Searched refs:gdth_msg_str (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | gdth.h | 320 } __attribute__((packed)) gdth_msg_str; typedef 861 gdth_msg_str *pmsg; /* message buffer */
|
D | gdth.c | 3224 gdth_msg_str *msg; in gdth_sync_event() 4744 ha->pmsg = pci_alloc_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_isa_probe_one() 4804 pci_free_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_isa_probe_one() 4870 ha->pmsg = pci_alloc_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_eisa_probe_one() 4938 pci_free_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_eisa_probe_one() 5003 ha->pmsg = pci_alloc_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_pci_probe_one() 5083 pci_free_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_pci_probe_one() 5128 pci_free_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_remove_one()
|