Searched defs:qm_mc_result (Results 1 – 4 of 4) sorted by relevance
750 _Packed struct qm_mc_result { struct751 volatile uint8_t verb;752 volatile uint8_t result;753 _Packed union {833 } _PackedType;
1098 static __inline__ struct qm_mc_result *qm_mc_result(struct qm_portal *portal) in qm_mc_result() function
1020 struct qm_mc_result { struct1021 u8 verb;1022 u8 result;1023 union {
866 static inline struct qm_mc_result *qm_mc_result(struct qm_portal *portal) in qm_mc_result() function