Searched refs:pqi_cmds (Results 1 – 1 of 1) sorted by relevance
123 struct scsi_key_strings pqi_cmds[] = { variable137 while (pqi_cmds[i].key != -1) { in mdb_cdb_to_str()138 if (scsi_cmd == pqi_cmds[i].key) in mdb_cdb_to_str()139 return ((char *)pqi_cmds[i].message); in mdb_cdb_to_str()