Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm.c496 struct rte_lpm_tbl_entry *tbl8_entry; in _tbl8_alloc() local
500 tbl8_entry = &i_lpm->lpm.tbl8[group_idx * in _tbl8_alloc()
503 if (!tbl8_entry->valid_group) { in _tbl8_alloc()
511 memset(&tbl8_entry[0], 0, in _tbl8_alloc()
513 sizeof(tbl8_entry[0])); in _tbl8_alloc()
515 __atomic_store(tbl8_entry, &new_tbl8_entry, in _tbl8_alloc()