Searched defs:ofdpa_group_tbl_entry (Results 1 – 1 of 1) sorted by relevance
102 struct ofdpa_group_tbl_entry { struct103 struct hlist_node entry;104 u32 cmd;105 u32 group_id; /* key */106 u16 group_count;107 u32 *group_ids;108 union {