Searched refs:macd (Results 1 – 1 of 1) sorted by relevance
2279 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vn_parse() local2338 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vn_parse()2339 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vn_parse()2342 macd->fd_mac); in fcoe_ctlr_vn_parse()2345 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()2810 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vlan_parse() local2858 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vlan_parse()2859 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vlan_parse()2862 macd->fd_mac); in fcoe_ctlr_vlan_parse()2865 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vlan_parse()