Home
last modified time | relevance | path

Searched refs:prot_op (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/trace/events/
Dscsi.h215 __field( unsigned char, prot_op )
228 __entry->prot_op = scsi_get_prot_op(cmd);
236 show_prot_op_name(__entry->prot_op),
258 __field( unsigned char, prot_op )
272 __entry->prot_op = scsi_get_prot_op(cmd);
280 show_prot_op_name(__entry->prot_op),
303 __field( unsigned char, prot_op )
317 __entry->prot_op = scsi_get_prot_op(cmd);
326 show_prot_op_name(__entry->prot_op),
/linux-4.19.296/include/scsi/
Dscsi_cmnd.h95 unsigned char prot_op; member
266 scmd->prot_op = op; in scsi_set_prot_op()
271 return scmd->prot_op; in scsi_get_prot_op()
Dscsi_eh.h40 unsigned char prot_op; member
/linux-4.19.296/include/target/
Dtarget_core_fabric.h113 unsigned int, unsigned int, enum target_prot_op prot_op,
Dtarget_core_base.h520 enum target_prot_op prot_op; member