Lines Matching defs:new
710 * @new: newly-assigned FCoE MAC address.
714 void fnic_update_mac_locked(struct fnic *fnic, u8 *new)
719 if (is_zero_ether_addr(new))
720 new = ctl;
721 if (ether_addr_equal(data, new))
723 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, "update_mac %pM\n", new);
726 memcpy(data, new, ETH_ALEN);
727 if (!ether_addr_equal(new, ctl))
728 vnic_dev_add_addr(fnic->vdev, new);
734 * @new: newly-assigned FCoE MAC address.
736 void fnic_update_mac(struct fc_lport *lport, u8 *new)
741 fnic_update_mac_locked(fnic, new);
751 * This is called from libfc when a new FC_ID has been assigned.
752 * This causes us to reset the firmware to FC_MODE and setup the new MAC
803 * The new address will be set up when registration completes.