Lines Matching refs:ipv6
148 ipa_table_mem(struct ipa *ipa, bool filter, bool hashed, bool ipv6)
152 mem_id = filter ? hashed ? ipv6 ? IPA_MEM_V6_FILTER_HASHED
154 : ipv6 ? IPA_MEM_V6_FILTER
156 : hashed ? ipv6 ? IPA_MEM_V6_ROUTE_HASHED
158 : ipv6 ? IPA_MEM_V6_ROUTE
203 bool hashed, bool ipv6, u16 first, u16 count)
212 mem = ipa_table_mem(ipa, filter, hashed, ipv6);
231 ipa_filter_reset_table(struct ipa *ipa, bool hashed, bool ipv6, bool modem)
256 ipa_table_reset_add(trans, true, hashed, ipv6, endpoint_id, 1);
385 static void ipa_table_init_add(struct gsi_trans *trans, bool filter, bool ipv6)
401 opcode = filter ? ipv6 ? IPA_CMD_IP_V6_FILTER_INIT
403 : ipv6 ? IPA_CMD_IP_V6_ROUTING_INIT
407 mem = ipa_table_mem(ipa, filter, false, ipv6);
408 hash_mem = ipa_table_mem(ipa, filter, true, ipv6);