Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2628 struct list_head macs_head; member
2693 INIT_LIST_HEAD(&new_cmd->data.macs_head); in bnx2x_mcast_enqueue_cmd()
2735 &new_cmd->data.macs_head); in bnx2x_mcast_enqueue_cmd()
2940 list_for_each_entry_safe(pmac_pos, pmac_pos_n, &cmd_pos->data.macs_head, in bnx2x_mcast_hdl_pending_add_e2()
2963 if (list_empty(&cmd_pos->data.macs_head)) in bnx2x_mcast_hdl_pending_add_e2()
3028 list_for_each_entry_safe(pmac_pos, pmac_pos_n, &cmd_pos->data.macs_head, in bnx2x_mcast_hdl_pending_set_e2_convert()
3044 INIT_LIST_HEAD(&cmd_pos->data.macs_head); in bnx2x_mcast_hdl_pending_set_e2_convert()
3059 list_add_tail(&p_item->link , &cmd_pos->data.macs_head); in bnx2x_mcast_hdl_pending_set_e2_convert()
3098 list_for_each_entry_safe(p_item, p_item_n, &cmd_pos->data.macs_head, in bnx2x_mcast_hdl_pending_set_e2()
3112 if (list_empty(&cmd_pos->data.macs_head)) in bnx2x_mcast_hdl_pending_set_e2()
[all …]