Searched refs:ah_spec (Results 1 – 2 of 2) sorted by relevance
470 const struct rte_flow_item_ah *ah_spec, *ah_mask; in iavf_fdir_parse_pattern() local868 ah_spec = item->spec; in iavf_fdir_parse_pattern()875 if (ah_spec && ah_mask) { in iavf_fdir_parse_pattern()881 rte_memcpy(hdr->buffer, ah_spec, in iavf_fdir_parse_pattern()882 sizeof(*ah_spec)); in iavf_fdir_parse_pattern()
511 const struct rte_flow_item_ah *ah_spec, *ah_mask; in ice_switch_inset_get() local1229 ah_spec = item->spec; in ice_switch_inset_get()1231 if ((ah_spec && !ah_mask) || in ice_switch_inset_get()1232 (!ah_spec && ah_mask)) { in ice_switch_inset_get()1252 if (!ah_spec && !ah_mask && !input_set) { in ice_switch_inset_get()1261 } else if (ah_spec && ah_mask && in ice_switch_inset_get()1265 ah_spec->spi; in ice_switch_inset_get()