Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.c54 pfvf->tot_lmt_lines = (num_online_cpus() * LMT_BURST_SIZE); in cn10k_lmtst_init()
81 (cpu * LMT_BURST_SIZE * LMT_LINE_SIZE)); in cn10k_lmtst_init()
82 lmt_info->lmt_id = cpu * LMT_BURST_SIZE; in cn10k_lmtst_init()
H A Dotx2_common.h276 #define LMT_BURST_SIZE 32 /* 32 LMTST lines for burst SQE flush */ macro