Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Daction.c246 int opt_len, opt_cnt, act_start, tot_push_len; in nfp_fl_push_geneve_options() local
255 tot_push_len = 0; in nfp_fl_push_geneve_options()
264 tot_push_len += sizeof(struct nfp_fl_push_geneve) + in nfp_fl_push_geneve_options()
266 if (tot_push_len > NFP_FL_MAX_GENEVE_OPT_ACT) in nfp_fl_push_geneve_options()
273 if (*list_len + tot_push_len > NFP_FL_MAX_A_SIZ) in nfp_fl_push_geneve_options()
277 *list_len += tot_push_len; in nfp_fl_push_geneve_options()
286 tot_push_len -= act_size; in nfp_fl_push_geneve_options()
287 len = act_start + tot_push_len; in nfp_fl_push_geneve_options()