Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c335 int opt_len, opt_cnt, act_start, tot_push_len; in nfp_fl_push_geneve_options() local
344 tot_push_len = 0; in nfp_fl_push_geneve_options()
355 tot_push_len += sizeof(struct nfp_fl_push_geneve) + in nfp_fl_push_geneve_options()
357 if (tot_push_len > NFP_FL_MAX_GENEVE_OPT_ACT) { in nfp_fl_push_geneve_options()
366 if (*list_len + tot_push_len > NFP_FL_MAX_A_SIZ) { in nfp_fl_push_geneve_options()
372 *list_len += tot_push_len; in nfp_fl_push_geneve_options()
381 tot_push_len -= act_size; in nfp_fl_push_geneve_options()
382 len = act_start + tot_push_len; in nfp_fl_push_geneve_options()