Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dch.c38 #define CH_TYPES 8 macro
77 static int vendor_firsts[CH_TYPES-4];
78 static int vendor_counts[CH_TYPES-4];
82 static const char * vendor_labels[CH_TYPES-4] = {
114 u_int firsts[CH_TYPES];
115 u_int counts[CH_TYPES];
227 for (i = 0; i < CH_TYPES; i++) { in ch_elem_to_typecode()
617 if (type >= CH_TYPES || unit >= ch->counts[type]) in ch_checkrange()
753 if (ces.ces_type < 0 || ces.ces_type >= CH_TYPES) in ch_ioctl()
765 if (ces32.ces_type < 0 || ces32.ces_type >= CH_TYPES) in ch_ioctl()