Searched defs:cur_mac (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2434 struct bnx2x_mcast_mac_elem *cur_mac = NULL; local
2462 cur_mac = (struct bnx2x_mcast_mac_elem *)
2469 memcpy(cur_mac->mac, pos->mac, ETH_ALEN);
2470 list_add_tail(&cur_mac->link, &new_cmd->data.macs_head);
2471 cur_mac++;

Completed in 243 milliseconds