Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dl2t.h11 L2T_SIZE = 4096 /* # of L2T entries */ enumerator
H A Dl2t.c30 unsigned int l2t_idx = tid % L2T_SIZE; in cxgbe_do_l2t_write_rpl()
199 if (l2t_start >= l2t_end || l2t_end >= L2T_SIZE) in t4_init_l2t()