Home
last modified time | relevance | path

Searched refs:nfp_fl_act_head (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Dcmsg.h123 struct nfp_fl_act_head { struct
129 struct nfp_fl_act_head head; argument
136 struct nfp_fl_act_head head;
145 struct nfp_fl_act_head head;
154 struct nfp_fl_act_head head;
165 struct nfp_fl_act_head head;
174 struct nfp_fl_act_head head;
181 struct nfp_fl_act_head head;
187 struct nfp_fl_act_head head;
194 struct nfp_fl_act_head head;
[all …]
Doffload.c522 struct nfp_fl_act_head *a; in nfp_flower_update_merge_with_actions()
529 a = (struct nfp_fl_act_head *)&flow->action_data[act_off]; in nfp_flower_update_merge_with_actions()
715 struct nfp_fl_act_head *a; in nfp_flower_copy_pre_actions()
719 a = (struct nfp_fl_act_head *)&act_src[act_off]; in nfp_flower_copy_pre_actions()
744 struct nfp_fl_act_head *a; in nfp_fl_verify_post_tun_acts()
748 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_verify_post_tun_acts()
769 struct nfp_fl_act_head *a; in nfp_fl_push_vlan_after_tun()
773 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_push_vlan_after_tun()
1022 struct nfp_fl_act_head *act; in nfp_flower_validate_pre_tun_rule()
1078 act = (struct nfp_fl_act_head *)&flow->action_data[act_offset]; in nfp_flower_validate_pre_tun_rule()
[all …]