Searched refs:BIT_VEC64_ELEM_SZ (Results 1 – 2 of 2) sorted by relevance
351 #define BIT_VEC64_ELEM_SZ 64 macro353 #define BIT_VEC64_ELEM_MASK ((uint64_t)BIT_VEC64_ELEM_SZ - 1)
2352 int i, j, inner_start = last % BIT_VEC64_ELEM_SZ; in ecore_mcast_get_next_bin()2354 for (i = last / BIT_VEC64_ELEM_SZ; i < ECORE_MCAST_VEC_SZ; i++) { in ecore_mcast_get_next_bin()2356 for (j = inner_start; j < BIT_VEC64_ELEM_SZ; j++) { in ecore_mcast_get_next_bin()2357 int cur_bit = j + BIT_VEC64_ELEM_SZ * i; in ecore_mcast_get_next_bin()3301 for (idx = vec * BIT_VEC64_ELEM_SZ, i = 0; in ecore_credit_pool_get_entry()3302 i < BIT_VEC64_ELEM_SZ; idx++, i++) in ecore_credit_pool_get_entry()