Searched refs:group_idx (Results 1 – 3 of 3) sorted by relevance
499 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() macro641 #undef group_idx in add_depth_small()649 #define group_idx next_hop in add_depth_big() macro791 #undef group_idx in add_depth_big()903 #define group_idx next_hop in delete_depth_small() macro994 #undef group_idx in delete_depth_small()1057 #define group_idx next_hop in delete_depth_big() macro[all …]
1236 #define group_idx next_hop in test18() macro1256 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()
795 uint16_t group_idx = qtop->first_qgroup_index; in acc100_find_free_queue_idx() local796 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()