Home
last modified time | relevance | path

Searched refs:eh_action (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/trace/events/
Dlibata.h281 TP_PROTO(struct ata_device *dev, unsigned int eh_action, unsigned int eh_err_mask),
283 TP_ARGS(dev, eh_action, eh_err_mask),
288 __field( unsigned int, eh_action )
295 __entry->eh_action = eh_action;
301 __parse_eh_action(__entry->eh_action),
/linux-4.19.296/include/scsi/
Dscsi_driver.h19 int (*eh_action)(struct scsi_cmnd *, int); member
Dscsi_host.h544 struct completion * eh_action; /* Wait for specific actions on the member