Lines Matching refs:cmnd
18 TP_PROTO(struct scsi_cmnd *cmnd, sector_t lba,
21 TP_ARGS(cmnd, lba, wp_offset),
33 __entry->host_no = cmnd->device->host->host_no;
34 __entry->channel = cmnd->device->channel;
35 __entry->id = cmnd->device->id;
36 __entry->lun = cmnd->device->lun;
48 TP_PROTO(struct scsi_cmnd *cmnd, sector_t rq_sector,
51 TP_ARGS(cmnd, rq_sector, wp_offset, good_bytes),
64 __entry->host_no = cmnd->device->host->host_no;
65 __entry->channel = cmnd->device->channel;
66 __entry->id = cmnd->device->id;
67 __entry->lun = cmnd->device->lun;