Searched refs:scmd_name (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_logging.c | 29 static inline const char *scmd_name(const struct scsi_cmnd *scmd) in scmd_name() function 93 off = sdev_format_header(logbuf, logbuf_len, scmd_name(scmd), in scmd_printk() 191 scmd_name(cmd), cmd->request->tag); in scsi_print_command() 212 scmd_name(cmd), in scsi_print_command() 376 scsi_log_print_sense(cmd->device, scmd_name(cmd), cmd->request->tag, in scsi_print_sense() 396 scmd_name(cmd), cmd->request->tag); in scsi_print_result()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_logging.c | 29 static inline const char *scmd_name(const struct scsi_cmnd *scmd) in scmd_name() function 96 off = sdev_format_header(logbuf, logbuf_len, scmd_name(scmd), in scmd_printk() 191 scmd_name(cmd), scsi_cmd_to_rq(cmd)->tag); in scsi_print_command() 212 scmd_name(cmd), in scsi_print_command() 376 scsi_log_print_sense(cmd->device, scmd_name(cmd), in scsi_print_sense() 395 off = sdev_format_header(logbuf, logbuf_len, scmd_name(cmd), in scsi_print_result()
|
Completed in 3 milliseconds