Searched refs:MAXOFFSETS (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | gdth.h | 148 #define MAXOFFSETS 128 macro 185 #define DPMEM_COMMAND_OFFSET IC_HEADER_BYTES+IC_QUEUE_BYTES*MAXOFFSETS 693 } __attribute__((packed)) comm_queue[MAXOFFSETS]; /* command queue */
|
D | gdth.c | 1647 pmod->st_buff_size = sizeof(gdth_coal_status) * MAXOFFSETS; in gdth_search_drives() 4752 sizeof(gdth_coal_status) * MAXOFFSETS, in gdth_isa_probe_one() 4800 pci_free_consistent(ha->pdev, sizeof(gdth_coal_status) * MAXOFFSETS, in gdth_isa_probe_one() 4878 sizeof(gdth_coal_status) * MAXOFFSETS, in gdth_eisa_probe_one() 4934 pci_free_consistent(ha->pdev, sizeof(gdth_coal_status) * MAXOFFSETS, in gdth_eisa_probe_one() 5011 sizeof(gdth_coal_status) * MAXOFFSETS, in gdth_pci_probe_one() 5079 pci_free_consistent(ha->pdev, sizeof(gdth_coal_status) * MAXOFFSETS, in gdth_pci_probe_one() 5122 MAXOFFSETS, ha->coal_stat, ha->coal_stat_phys); in gdth_remove_one()
|