Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
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];
226 for (i = 0; i < CH_TYPES; i++) { in ch_elem_to_typecode()
616 if (type >= CH_TYPES || unit >= ch->counts[type]) in ch_checkrange()
752 if (ces.ces_type < 0 || ces.ces_type >= CH_TYPES) in ch_ioctl()
764 if (ces32.ces_type < 0 || ces32.ces_type >= CH_TYPES) in ch_ioctl()