Lines Matching refs:a_in
483 static int nfp_ct_check_vlan_merge(struct flow_action_entry *a_in, in nfp_ct_check_vlan_merge() argument
495 switch (a_in->id) { in nfp_ct_check_vlan_merge()
505 (a_in->vlan.vid & match.mask->vlan_id)) in nfp_ct_check_vlan_merge()
510 (a_in->vlan.proto & match.mask->vlan_tpid)) in nfp_ct_check_vlan_merge()
515 (a_in->vlan.prio & match.mask->vlan_priority)) in nfp_ct_check_vlan_merge()
685 static void nfp_fl_get_csum_flag(struct flow_action_entry *a_in, u8 ip_proto, u32 *csum) in nfp_fl_get_csum_flag() argument
687 if (a_in->id != FLOW_ACTION_MANGLE) in nfp_fl_get_csum_flag()
690 switch (a_in->mangle.htype) { in nfp_fl_get_csum_flag()
716 struct flow_action_entry *a_in; in nfp_fl_merge_actions_offload() local
761 a_in = &rules[j]->action.entries[i]; in nfp_fl_merge_actions_offload()
762 id = a_in->id; in nfp_fl_merge_actions_offload()
780 if (a_in->hw_stats == FLOW_ACTION_HW_STATS_DONT_CARE) in nfp_fl_merge_actions_offload()
781 a_in->hw_stats = tmp_stats; in nfp_fl_merge_actions_offload()
782 nfp_fl_get_csum_flag(a_in, ip_proto, &csum_updated); in nfp_fl_merge_actions_offload()
785 a_in, sizeof(struct flow_action_entry)); in nfp_fl_merge_actions_offload()