Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.c425 struct rte_lpm_tbl_entry *tbl8_entry; in tbl8_alloc() local
429 tbl8_entry = &tbl8[group_idx * RTE_LPM_TBL8_GROUP_NUM_ENTRIES]; in tbl8_alloc()
431 if (!tbl8_entry->valid_group) { in tbl8_alloc()
439 memset(&tbl8_entry[0], 0, in tbl8_alloc()
441 sizeof(tbl8_entry[0])); in tbl8_alloc()
443 __atomic_store(tbl8_entry, &new_tbl8_entry, in tbl8_alloc()