Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dconstants.c1217 static const char * const hostbyte_table[]={ variable
1233 if (hb < ARRAY_SIZE(hostbyte_table)) in scsi_hostbyte_string()
1234 hb_string = hostbyte_table[hb]; in scsi_hostbyte_string()