Home
last modified time | relevance | path

Searched defs:aha152x_hostdata (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
Daha152x.c413 struct aha152x_hostdata { struct
414 struct scsi_cmnd *issue_SC;
417 struct scsi_cmnd *current_SC;
420 struct scsi_cmnd *disconnected_SC;
423 struct scsi_cmnd *done_SC;
426 spinlock_t lock;
430 int total_commands;
431 int disconnections;
432 int busfree_without_any_action;
433 int busfree_without_old_command;
[all …]
/kernel/linux/linux-6.6/drivers/scsi/
Daha152x.c431 struct aha152x_hostdata { struct
432 struct scsi_cmnd *issue_SC;
435 struct scsi_cmnd *current_SC;
438 struct scsi_cmnd *disconnected_SC;
441 struct scsi_cmnd *done_SC;
444 spinlock_t lock;
448 int total_commands;
449 int disconnections;
450 int busfree_without_any_action;
451 int busfree_without_old_command;
[all …]