Searched defs:npc_parse_item_info (Results 1 – 1 of 1) sorted by relevance
166 struct npc_parse_item_info { struct167 const void *def_mask; /* default mask */168 void *hw_mask; /* hardware supported mask */169 int len; /* length of item */170 const void *spec; /* spec to use, NULL implies match any */171 const void *mask; /* mask to use */172 uint8_t hw_hdr_len; /* Extra data len at each layer*/