Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/
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()