Home
last modified time | relevance | path

Searched refs:ces_type (Results 1 – 2 of 2) sorted by last modified time

/linux/drivers/scsi/
H A Dch.c628 int ces_type; member
762 if (ces.ces_type < 0 || ces.ces_type >= CH_TYPES) in ch_ioctl()
765 return ch_gstatus(ch, ces.ces_type, ces.ces_data); in ch_ioctl()
774 if (ces32.ces_type < 0 || ces32.ces_type >= CH_TYPES) in ch_ioctl()
777 return ch_gstatus(ch, ces32.ces_type, in ch_ioctl()
/linux/include/uapi/linux/
H A Dchio.h102 int ces_type; member