Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Daction.c332 int opt_len, opt_cnt, act_start, tot_push_len; in nfp_fl_push_geneve_options() local
341 tot_push_len = 0; in nfp_fl_push_geneve_options()
352 tot_push_len += sizeof(struct nfp_fl_push_geneve) + in nfp_fl_push_geneve_options()
354 if (tot_push_len > NFP_FL_MAX_GENEVE_OPT_ACT) { in nfp_fl_push_geneve_options()
363 if (*list_len + tot_push_len > NFP_FL_MAX_A_SIZ) { in nfp_fl_push_geneve_options()
369 *list_len += tot_push_len; in nfp_fl_push_geneve_options()
378 tot_push_len -= act_size; in nfp_fl_push_geneve_options()
379 len = act_start + tot_push_len; in nfp_fl_push_geneve_options()