D | ocelot.h | 184 static inline void ocelot_xfh_get_rew_val(void *extraction, u64 *rew_val) in ocelot_xfh_get_rew_val() argument 186 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_rew_val() 189 static inline void ocelot_xfh_get_len(void *extraction, u64 *len) in ocelot_xfh_get_len() argument 193 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 194 packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 199 static inline void ocelot_xfh_get_src_port(void *extraction, u64 *src_port) in ocelot_xfh_get_src_port() argument 201 packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_src_port() 204 static inline void ocelot_xfh_get_qos_class(void *extraction, u64 *qos_class) in ocelot_xfh_get_qos_class() argument 206 packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_qos_class() 209 static inline void ocelot_xfh_get_tag_type(void *extraction, u64 *tag_type) in ocelot_xfh_get_tag_type() argument [all …]
|