Searched refs:ioaccel_handle (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | hpsa_cmd.h | 201 u32 ioaccel_handle; /**< Handle to access this disk via the member 252 u32 ioaccel_handle; /* ioaccel1 only uses lower 16 bits */ member
|
D | hpsa.c | 252 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, 984 h->dev[entry]->ioaccel_handle = new_entry->ioaccel_handle; in hpsa_scsi_update_entry() 1296 if (dev[j]->ioaccel_handle != dd[i].ioaccel_handle) in hpsa_figure_phys_disk_ptrs() 2303 col, dd->ioaccel_handle, in hpsa_debug_map_buff() 2310 col, dd->ioaccel_handle, in hpsa_debug_map_buff() 2882 it_nexus = cpu_to_le32(d->ioaccel_handle); in hpsa_get_pdisk_of_ioaccel2() 2916 if (entry->ioaccel_handle != find) in hpsa_get_pdisk_of_ioaccel2() 2924 entry->ioaccel_handle, scsi3addr); in hpsa_get_pdisk_of_ioaccel2() 3038 dev->ioaccel_handle = rle->ioaccel_handle; in hpsa_get_ioaccel_drive_info() 3361 struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len, in hpsa_scsi_ioaccel1_queue_command() argument [all …]
|
D | hpsa.h | 54 u32 ioaccel_handle; member
|