Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dconstants.c402 static const char * const hostbyte_table[]={ variable
414 if (hb < ARRAY_SIZE(hostbyte_table)) in scsi_hostbyte_string()
415 hb_string = hostbyte_table[hb]; in scsi_hostbyte_string()