Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k.c40 pfvf->tot_lmt_lines = (num_online_cpus() * LMT_BURST_SIZE); in cn10k_lmtst_init()
67 (cpu * LMT_BURST_SIZE * LMT_LINE_SIZE)); in cn10k_lmtst_init()
68 lmt_info->lmt_id = cpu * LMT_BURST_SIZE; in cn10k_lmtst_init()
Dotx2_common.h253 #define LMT_BURST_SIZE 32 /* 32 LMTST lines for burst SQE flush */ macro