Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm.c499 for (group_idx = 0; group_idx < i_lpm->number_tbl8s; group_idx++) { in _tbl8_alloc()
519 return group_idx; in _tbl8_alloc()
540 return group_idx; in tbl8_alloc()
577 #define group_idx next_hop in add_depth_small() macro
641 #undef group_idx in add_depth_small()
649 #define group_idx next_hop in add_depth_big() macro
791 #undef group_idx in add_depth_big()
903 #define group_idx next_hop in delete_depth_small() macro
994 #undef group_idx in delete_depth_small()
1057 #define group_idx next_hop in delete_depth_big() macro
[all …]
/dpdk/app/test/
H A Dtest_lpm.c1236 #define group_idx next_hop in test18() macro
1256 tbl8_group_index = lpm->tbl24[ip>>8].group_idx; in test18()
1272 TEST_LPM_ASSERT(tbl8_group_index == lpm->tbl24[ip>>8].group_idx); in test18()
1288 TEST_LPM_ASSERT(tbl8_group_index == lpm->tbl24[ip>>8].group_idx); in test18()
1291 #undef group_idx in test18()
/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c795 uint16_t group_idx = qtop->first_qgroup_index; in acc100_find_free_queue_idx() local
796 group_idx += conf->priority; in acc100_find_free_queue_idx()
797 if (group_idx >= ACC100_NUM_QGRPS || in acc100_find_free_queue_idx()
806 if (((d->q_assigned_bit_map[group_idx] >> aq_idx) & 0x1) == 0) { in acc100_find_free_queue_idx()
808 d->q_assigned_bit_map[group_idx] |= (1 << aq_idx); in acc100_find_free_queue_idx()
810 return (group_idx << ACC100_GRP_ID_SHIFT) + aq_idx; in acc100_find_free_queue_idx()