Searched refs:ecore_mcast_get_next_bin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c3016 * ecore_mcast_get_next_bin - get the next set bin (index)
3023 static INLINE int ecore_mcast_get_next_bin(struct ecore_mcast_obj *o, int last) function
3052 int cur_bit = ecore_mcast_get_next_bin(o, 0);
3146 for (cur_bin = ecore_mcast_get_next_bin(o, start_bin); cur_bin >= 0;
3147 cur_bin = ecore_mcast_get_next_bin(o, cur_bin + 1)) {
3621 for (bit = ecore_mcast_get_next_bin(o, 0);
3623 bit = ecore_mcast_get_next_bin(o, bit + 1)) {

Completed in 81 milliseconds