Home
last modified time | relevance | path

Searched refs:nfp_fl_push_vlan (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Daction.c114 nfp_fl_push_vlan(struct nfp_fl_push_vlan *push_vlan, in nfp_fl_push_vlan() function
117 size_t act_size = sizeof(struct nfp_fl_push_vlan); in nfp_fl_push_vlan()
961 struct nfp_fl_push_vlan *psh_v; in nfp_flower_loop_action()
1005 sizeof(struct nfp_fl_push_vlan) > NFP_FL_MAX_A_SIZ) { in nfp_flower_loop_action()
1010 psh_v = (struct nfp_fl_push_vlan *)&nfp_fl->action_data[*a_len]; in nfp_flower_loop_action()
1013 nfp_fl_push_vlan(psh_v, act); in nfp_flower_loop_action()
1014 *a_len += sizeof(struct nfp_fl_push_vlan); in nfp_flower_loop_action()
Doffload.c519 struct nfp_fl_push_vlan *push_vlan; in nfp_flower_update_merge_with_actions()
538 push_vlan = (struct nfp_fl_push_vlan *)a; in nfp_flower_update_merge_with_actions()
742 nfp_fl_verify_post_tun_acts(char *acts, int len, struct nfp_fl_push_vlan **vlan) in nfp_fl_verify_post_tun_acts()
751 *vlan = (struct nfp_fl_push_vlan *)a; in nfp_fl_verify_post_tun_acts()
759 if (*vlan && act_off <= sizeof(struct nfp_fl_push_vlan)) in nfp_fl_verify_post_tun_acts()
766 nfp_fl_push_vlan_after_tun(char *acts, int len, struct nfp_fl_push_vlan *vlan) in nfp_fl_push_vlan_after_tun()
796 struct nfp_fl_push_vlan *post_tun_push_vlan = NULL; in nfp_flower_merge_action()
Dcmsg.h186 struct nfp_fl_push_vlan { struct