Home
last modified time | relevance | path

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.c3023 static INLINE int ecore_mcast_get_next_bin(struct ecore_mcast_obj *o, int last) in ecore_mcast_get_next_bin() function
3052 int cur_bit = ecore_mcast_get_next_bin(o, 0); in ecore_mcast_clear_first_bin()
3146 for (cur_bin = ecore_mcast_get_next_bin(o, start_bin); cur_bin >= 0; in ecore_mcast_handle_restore_cmd_e2()
3147 cur_bin = ecore_mcast_get_next_bin(o, cur_bin + 1)) { in ecore_mcast_handle_restore_cmd_e2()
3621 for (bit = ecore_mcast_get_next_bin(o, 0); in ecore_mcast_hdl_restore_e1h()
3623 bit = ecore_mcast_get_next_bin(o, bit + 1)) { in ecore_mcast_hdl_restore_e1h()