Searched refs:bnx2x_mcast_get_next_bin (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 2770 * bnx2x_mcast_get_next_bin - get the next set bin (index) 2777 static inline int bnx2x_mcast_get_next_bin(struct bnx2x_mcast_obj *o, int last) in bnx2x_mcast_get_next_bin() function 2806 int cur_bit = bnx2x_mcast_get_next_bin(o, 0); in bnx2x_mcast_clear_first_bin() 2911 for (cur_bin = bnx2x_mcast_get_next_bin(o, start_bin); cur_bin >= 0; in bnx2x_mcast_handle_restore_cmd_e2() 2912 cur_bin = bnx2x_mcast_get_next_bin(o, cur_bin + 1)) { in bnx2x_mcast_handle_restore_cmd_e2() 3515 for (bit = bnx2x_mcast_get_next_bin(o, 0); in bnx2x_mcast_hdl_restore_e1h() 3517 bit = bnx2x_mcast_get_next_bin(o, bit + 1)) { in bnx2x_mcast_hdl_restore_e1h()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 2770 * bnx2x_mcast_get_next_bin - get the next set bin (index) 2777 static inline int bnx2x_mcast_get_next_bin(struct bnx2x_mcast_obj *o, int last) in bnx2x_mcast_get_next_bin() function 2806 int cur_bit = bnx2x_mcast_get_next_bin(o, 0); in bnx2x_mcast_clear_first_bin() 2911 for (cur_bin = bnx2x_mcast_get_next_bin(o, start_bin); cur_bin >= 0; in bnx2x_mcast_handle_restore_cmd_e2() 2912 cur_bin = bnx2x_mcast_get_next_bin(o, cur_bin + 1)) { in bnx2x_mcast_handle_restore_cmd_e2() 3515 for (bit = bnx2x_mcast_get_next_bin(o, 0); in bnx2x_mcast_hdl_restore_e1h() 3517 bit = bnx2x_mcast_get_next_bin(o, bit + 1)) { in bnx2x_mcast_hdl_restore_e1h()
|
Completed in 16 milliseconds