Searched refs:eh_action (Results 1 – 3 of 3) sorted by relevance
| /include/trace/events/ |
| A D | libata.h | 444 TP_ARGS(dev, eh_action, eh_err_mask), 449 __field( unsigned int, eh_action ) 456 __entry->eh_action = eh_action; 462 __parse_eh_action(__entry->eh_action), 496 TP_PROTO(struct ata_link *link, unsigned int devno, unsigned int eh_action), 498 TP_ARGS(link, devno, eh_action), 503 __field( unsigned int, eh_action ) 509 __entry->eh_action = eh_action; 514 __parse_eh_action(__entry->eh_action)) 519 TP_ARGS(link, devno, eh_action)); [all …]
|
| /include/scsi/ |
| A D | scsi_driver.h | 20 int (*eh_action)(struct scsi_cmnd *, int); member
|
| A D | scsi_host.h | 561 struct completion * eh_action; /* Wait for specific actions on the member
|
Completed in 23 milliseconds