Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Daction.c328 nfp_fl_push_geneve_options(struct nfp_fl_payload *nfp_fl, int *list_len, in nfp_fl_push_geneve_options() argument
382 push = (struct nfp_fl_push_geneve *)&nfp_fl->action_data[len]; in nfp_fl_push_geneve_options()
927 struct nfp_fl_payload *nfp_fl, int *a_len, in nfp_flower_output_action() argument
950 output = (struct nfp_fl_output *)&nfp_fl->action_data[*a_len]; in nfp_flower_output_action()
951 err = nfp_fl_output(app, output, act, nfp_fl, last, netdev, *tun_type, in nfp_flower_output_action()
962 prelag_size = nfp_fl_pre_lag(app, act, nfp_fl, *a_len, extack); in nfp_flower_output_action()
980 struct nfp_fl_payload *nfp_fl, int *a_len, in nfp_flower_loop_action() argument
998 nfp_fl->meta.shortcut = cpu_to_be32(NFP_FL_SC_ACT_DROP); in nfp_flower_loop_action()
1002 err = nfp_flower_output_action(app, act, nfp_fl, a_len, netdev, in nfp_flower_loop_action()
1011 err = nfp_flower_output_action(app, act, nfp_fl, a_len, netdev, in nfp_flower_loop_action()
[all …]