Searched refs:prot_op (Results 1 – 5 of 5) sorted by relevance
| /include/trace/events/ |
| A D | scsi.h | 174 __field( unsigned char, prot_op ) 189 __entry->prot_op = scsi_get_prot_op(cmd); 197 show_prot_op_name(__entry->prot_op), __entry->driver_tag, 229 __field( unsigned char, prot_op ) 245 __entry->prot_op = scsi_get_prot_op(cmd); 254 show_prot_op_name(__entry->prot_op), __entry->driver_tag, 280 __field( unsigned char, prot_op ) 301 __entry->prot_op = scsi_get_prot_op(cmd); 321 show_prot_op_name(__entry->prot_op), __entry->driver_tag,
|
| /include/scsi/ |
| A D | scsi_eh.h | 40 unsigned char prot_op; member
|
| A D | scsi_cmnd.h | 95 unsigned char prot_op; member 265 scmd->prot_op = op; in scsi_set_prot_op() 270 return scmd->prot_op; in scsi_get_prot_op()
|
| /include/target/ |
| A D | target_core_fabric.h | 139 unsigned int, unsigned int, enum target_prot_op prot_op,
|
| A D | target_core_base.h | 552 enum target_prot_op prot_op; member
|
Completed in 14 milliseconds