Searched refs:owner_tbl_ind (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm6.c | 80 uint32_t owner_tbl_ind; /**< owner table: TBL24_IND if owner is tbl24, member 569 uint32_t owner_tbl_ind, uint32_t owner_entry_ind) in init_tbl8_header() argument 572 tbl_hdr->owner_tbl_ind = owner_tbl_ind; in init_tbl8_header() 1271 if (tbl_hdr->owner_tbl_ind == TBL24_IND) in remove_tbl() 1274 uint32_t owner_tbl_ind = tbl_hdr->owner_tbl_ind; in remove_tbl() local 1276 owner_tbl_ind * RTE_LPM6_TBL8_GROUP_NUM_ENTRIES + in remove_tbl() 1280 &lpm->tbl8_hdrs[owner_tbl_ind]; in remove_tbl() 1282 remove_tbl(lpm, owner_tbl_hdr, owner_tbl_ind, lsp_rule); in remove_tbl()
|
| /f-stack/dpdk/lib/librte_lpm/ |
| H A D | rte_lpm6.c | 88 uint32_t owner_tbl_ind; /**< owner table: TBL24_IND if owner is tbl24, member 563 uint32_t owner_tbl_ind, uint32_t owner_entry_ind) in init_tbl8_header() argument 566 tbl_hdr->owner_tbl_ind = owner_tbl_ind; in init_tbl8_header() 1247 if (tbl_hdr->owner_tbl_ind == TBL24_IND) in remove_tbl() 1250 uint32_t owner_tbl_ind = tbl_hdr->owner_tbl_ind; in remove_tbl() local 1252 owner_tbl_ind * RTE_LPM6_TBL8_GROUP_NUM_ENTRIES + in remove_tbl() 1256 &lpm->tbl8_hdrs[owner_tbl_ind]; in remove_tbl() 1258 remove_tbl(lpm, owner_tbl_hdr, owner_tbl_ind, lsp_rule); in remove_tbl()
|