Searched defs:lpm (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_lpm6.c | 162 tbl8_pool_init(struct rte_lpm6 *lpm) in tbl8_pool_init() 177 tbl8_get(struct rte_lpm6 *lpm, uint32_t *tbl8_ind) in tbl8_get() 192 tbl8_put(struct rte_lpm6 *lpm, uint32_t tbl8_ind) in tbl8_put() 206 tbl8_available(struct rte_lpm6 *lpm) in tbl8_available() 248 struct rte_lpm6 *lpm = NULL; in rte_lpm6_create() local 415 rte_lpm6_free(struct rte_lpm6 *lpm) in rte_lpm6_free() 533 expand_rule(struct rte_lpm6 *lpm, uint32_t tbl8_gindex, uint8_t old_depth, in expand_rule() 568 init_tbl8_header(struct rte_lpm6 *lpm, uint32_t tbl_ind, in init_tbl8_header() 607 simulate_add_step(struct rte_lpm6 *lpm, struct rte_lpm6_tbl_entry *tbl, in simulate_add_step() 659 add_step(struct rte_lpm6 *lpm, struct rte_lpm6_tbl_entry *tbl, in add_step() [all …]
|
H A D | rte_lpm.c | 144 struct rte_lpm *lpm = NULL; in rte_lpm_create() local 247 rte_lpm_free(struct rte_lpm *lpm) in rte_lpm_free() 466 add_depth_small(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in add_depth_small() 538 add_depth_big(struct rte_lpm *lpm, uint32_t ip_masked, uint8_t depth, in add_depth_big() 691 rte_lpm_add(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_add() 792 delete_depth_small(struct rte_lpm *lpm, uint32_t ip_masked, in delete_depth_small() 945 delete_depth_big(struct rte_lpm *lpm, uint32_t ip_masked, in delete_depth_big() 1034 rte_lpm_delete(struct rte_lpm *lpm, uint32_t ip, uint8_t depth, in rte_lpm_delete() 1093 rte_lpm_delete_all(struct rte_lpm *lpm) in rte_lpm_delete_all()
|
H A D | rte_lpm.h | 271 rte_lpm_lookup(struct rte_lpm *lpm, uint32_t ip, uint32_t *next_hop) in rte_lpm_lookup() 324 #define rte_lpm_lookup_bulk(lpm, ips, next_hops, n) \ argument 328 rte_lpm_lookup_bulk_func(const struct rte_lpm *lpm, const uint32_t *ips, in rte_lpm_lookup_bulk_func()
|
H A D | dpdk_lpm.c | 65 struct rte_lpm *lpm; member 81 struct rte_lpm *lpm; in lookup_ptr() local 335 struct rte_lpm *lpm; in build_table() local
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 196 __be16 lpm; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 345 __be16 lpm; member 377 __be16 lpm; member
|