Searched defs:otx2_flow_item_info (Results 1 – 1 of 1) sorted by relevance
219 struct otx2_flow_item_info { struct220 const void *def_mask; /* rte_flow default mask */221 void *hw_mask; /* hardware supported mask */222 int len; /* length of item */223 const void *spec; /* spec to use, NULL implies match any */224 const void *mask; /* mask to use */225 uint8_t hw_hdr_len; /* Extra data len at each layer*/