Lines Matching refs:dir24_8
89 config.dir24_8.num_tbl8 = MAX_TBL8; in test_create_invalid()
91 config.dir24_8.nh_sz = RTE_FIB_DIR24_8_8B + 1; in test_create_invalid()
95 config.dir24_8.nh_sz = RTE_FIB_DIR24_8_8B; in test_create_invalid()
97 config.dir24_8.num_tbl8 = 0; in test_create_invalid()
358 config.dir24_8.nh_sz = RTE_FIB_DIR24_8_1B; in test_lookup()
359 config.dir24_8.num_tbl8 = 127; in test_lookup()
367 config.dir24_8.nh_sz = RTE_FIB_DIR24_8_2B; in test_lookup()
368 config.dir24_8.num_tbl8 = MAX_TBL8 - 1; in test_lookup()
376 config.dir24_8.nh_sz = RTE_FIB_DIR24_8_4B; in test_lookup()
377 config.dir24_8.num_tbl8 = MAX_TBL8; in test_lookup()
385 config.dir24_8.nh_sz = RTE_FIB_DIR24_8_8B; in test_lookup()
386 config.dir24_8.num_tbl8 = MAX_TBL8; in test_lookup()