Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dch.c731 if (ces.ces_type < 0 || ces.ces_type >= CH_TYPES) in ch_ioctl()
734 return ch_gstatus(ch, ces.ces_type, ces.ces_data); in ch_ioctl()
854 int ces_type; member
882 if (ces32.ces_type < 0 || ces32.ces_type >= CH_TYPES) in ch_ioctl_compat()
886 return ch_gstatus(ch, ces32.ces_type, data); in ch_ioctl_compat()
/linux-4.1.27/include/uapi/linux/
Dchio.h98 int ces_type; member