Home
last modified time | relevance | path

Searched refs:elem_group (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2676 struct bnx2x_mcast_elem_group *elem_group; in bnx2x_mcast_enqueue_cmd() local
2714 elem_group = (struct bnx2x_mcast_elem_group *) in bnx2x_mcast_enqueue_cmd()
2716 if (!elem_group) { in bnx2x_mcast_enqueue_cmd()
2722 list_add_tail(&elem_group->mcast_group_link, in bnx2x_mcast_enqueue_cmd()
2725 elem_group = list_first_entry(&new_cmd->group_head, in bnx2x_mcast_enqueue_cmd()
2729 mac_elem = &elem_group->mcast_elems[offset].mac_elem; in bnx2x_mcast_enqueue_cmd()
2739 elem_group = list_next_entry(elem_group, in bnx2x_mcast_enqueue_cmd()
3020 struct bnx2x_mcast_elem_group *elem_group; in bnx2x_mcast_hdl_pending_set_e2_convert() local
3045 elem_group = list_first_entry(&cmd_pos->group_head, in bnx2x_mcast_hdl_pending_set_e2_convert()
3055 p_item = &elem_group->mcast_elems[offset].bin_elem; in bnx2x_mcast_hdl_pending_set_e2_convert()
[all …]