Searched refs:sof (Results 1 – 5 of 5) sorted by relevance
97 static inline int fc_sof_needs_ack(enum fc_sof sof) in fc_sof_needs_ack() argument99 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() argument115 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() argument123 return sof < 0x30; in fc_sof_is_init()
95 __u16 sof; member
130 struct v4l2_jpeg_reference sof; member
9 #define TRACE_SYSTEM sof
601 u32 sof:4; member