Searched refs:subpart_hdr_ops_table (Results 1 – 1 of 1) sorted by relevance
39 } subpart_hdr_ops_table[] = { variable189 for (size_t i = 0; i < ARRAY_SIZE(subpart_hdr_ops_table); i++) { in get_subpart_hdr_ops()190 if (subpart_hdr_ops_table[i].version == ifwi.bpdt_ops->subpart_hdr_version) in get_subpart_hdr_ops()191 return subpart_hdr_ops_table[i].ops; in get_subpart_hdr_ops()