Home
last modified time | relevance | path

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

/include/scsi/fc/
Dfc_encaps.h97 static inline int fc_sof_needs_ack(enum fc_sof sof) in fc_sof_needs_ack() argument
99 return (~sof) & 0x02; /* true for class 1, 2, 4, 6, or F */ in fc_sof_needs_ack()
113 static inline enum fc_class fc_sof_class(enum fc_sof sof) in fc_sof_class() argument
115 return (sof & 0x7) | FC_SOF_F; in fc_sof_class()
121 static inline int fc_sof_is_init(enum fc_sof sof) in fc_sof_is_init() argument
123 return sof < 0x30; in fc_sof_is_init()
/include/uapi/linux/
Duvcvideo.h95 __u16 sof; member
/include/media/
Dv4l2-jpeg.h130 struct v4l2_jpeg_reference sof; member
/include/trace/events/
Dsof.h9 #define TRACE_SYSTEM sof
/include/linux/
Dthunderbolt.h601 u32 sof:4; member