Searched refs:cur_bin (Results 1 – 1 of 1) sorted by relevance
2469 int cur_bin, cnt = *rdata_idx; in ecore_mcast_handle_restore_cmd_e2() local2473 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()2476 cfg_data.bin = (uint8_t) cur_bin; in ecore_mcast_handle_restore_cmd_e2()2481 ECORE_MSG(sc, "About to configure a bin %d", cur_bin); in ecore_mcast_handle_restore_cmd_e2()2492 return cur_bin; in ecore_mcast_handle_restore_cmd_e2()