Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Daction.c115 nfp_fl_push_vlan(struct nfp_fl_push_vlan *push_vlan, in nfp_fl_push_vlan() function
118 size_t act_size = sizeof(struct nfp_fl_push_vlan); in nfp_fl_push_vlan()
990 struct nfp_fl_push_vlan *psh_v; in nfp_flower_loop_action()
1034 sizeof(struct nfp_fl_push_vlan) > NFP_FL_MAX_A_SIZ) { in nfp_flower_loop_action()
1039 psh_v = (struct nfp_fl_push_vlan *)&nfp_fl->action_data[*a_len]; in nfp_flower_loop_action()
1042 nfp_fl_push_vlan(psh_v, act); in nfp_flower_loop_action()
1043 *a_len += sizeof(struct nfp_fl_push_vlan); in nfp_flower_loop_action()
A Doffload.c593 struct nfp_fl_push_vlan *push_vlan; in nfp_flower_update_merge_with_actions()
614 push_vlan = (struct nfp_fl_push_vlan *)a; in nfp_flower_update_merge_with_actions()
826 nfp_fl_verify_post_tun_acts(char *acts, int len, struct nfp_fl_push_vlan **vlan) in nfp_fl_verify_post_tun_acts()
835 *vlan = (struct nfp_fl_push_vlan *)a; in nfp_fl_verify_post_tun_acts()
843 if (*vlan && act_off <= sizeof(struct nfp_fl_push_vlan)) in nfp_fl_verify_post_tun_acts()
850 nfp_fl_push_vlan_after_tun(char *acts, int len, struct nfp_fl_push_vlan *vlan) in nfp_fl_push_vlan_after_tun()
880 struct nfp_fl_push_vlan *post_tun_push_vlan = NULL; in nfp_flower_merge_action()
A Dcmsg.h189 struct nfp_fl_push_vlan { struct

Completed in 11 milliseconds