Home
last modified time | relevance | path

Searched refs:one_byte_msgs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_transport_spi.c1242 static const char * const one_byte_msgs[] = { variable
1326 if (msg[0] < ARRAY_SIZE(one_byte_msgs) && one_byte_msgs[msg[0]]) in spi_print_msg()
1327 printk("%s ", one_byte_msgs[msg[0]]); in spi_print_msg()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_transport_spi.c1242 static const char * const one_byte_msgs[] = { variable
1326 if (msg[0] < ARRAY_SIZE(one_byte_msgs) && one_byte_msgs[msg[0]]) in spi_print_msg()
1327 printk("%s ", one_byte_msgs[msg[0]]); in spi_print_msg()

Completed in 5 milliseconds