Searched refs:ecore_mcast_get_next_bin (Results 1 – 1 of 1) sorted by relevance
2350 static int ecore_mcast_get_next_bin(struct ecore_mcast_obj *o, int last) in ecore_mcast_get_next_bin() function2379 int cur_bit = ecore_mcast_get_next_bin(o, 0); in ecore_mcast_clear_first_bin()2473 for (cur_bin = ecore_mcast_get_next_bin(o, start_bin); cur_bin >= 0; in ecore_mcast_handle_restore_cmd_e2()2474 cur_bin = ecore_mcast_get_next_bin(o, cur_bin + 1)) { in ecore_mcast_handle_restore_cmd_e2()2964 for (bit = ecore_mcast_get_next_bin(o, 0); in ecore_mcast_hdl_restore_e1h()2965 bit >= 0; bit = ecore_mcast_get_next_bin(o, bit + 1)) { in ecore_mcast_hdl_restore_e1h()