Searched defs:_IOR (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/dpt/
H A Ddpti_ioctl.h35 #ifndef _IOR
36 # define _IOR(x,y,z) (((x)<<8)|y) macro
46 #define DPT_SIGNATURE _IOR('D',67,dpt_sig_S)
48 #define DPT_SIGNATURE_PACKED _IOR('D',67,dpt_sig_S_Packed)
51 #define DPT_NUMCTRLS _IOR('D',68,int)
53 #define DPT_CTRLINFO _IOR('D',69,CtrlInfo)
59 #define DPT_SYSINFO _IOR('D',72,sysInfo_S)
65 #define DPT_BLINKLED _IOR('D',75,int)
67 #define DPT_STATS_INFO _IOR('D',80,STATS_DATA)
71 #define DPT_PERF_INFO _IOR('
[all...]

Completed in 219 milliseconds