Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dscsi_transport_spi.c1253 static const char * const two_byte_msgs[] = { variable
1334 if ((msg[0] - 0x20) < ARRAY_SIZE(two_byte_msgs)) in spi_print_msg()
1335 printk("%s %02x ", two_byte_msgs[msg[0] - 0x20], in spi_print_msg()