Lines Matching full:ipa
11 struct ipa;
15 * @ipa: IPA pointer
20 bool ipa_filtered_valid(struct ipa *ipa, u64 filtered);
24 * @ipa: IPA pointer
26 bool ipa_table_hash_support(struct ipa *ipa);
30 * @ipa: IPA pointer
33 void ipa_table_reset(struct ipa *ipa, bool modem);
37 * @ipa: IPA pointer
39 int ipa_table_hash_flush(struct ipa *ipa);
43 * @ipa: IPA pointer
47 int ipa_table_setup(struct ipa *ipa);
51 * @ipa: IPA pointer
55 void ipa_table_config(struct ipa *ipa);
59 * @ipa: IPA pointer
61 int ipa_table_init(struct ipa *ipa);
65 * @ipa: IPA pointer
67 void ipa_table_exit(struct ipa *ipa);
71 * @ipa: IPA pointer
74 bool ipa_table_mem_valid(struct ipa *ipa, bool filter);